mmHg to KPa

Convert millimeters of mercury to kilopascals with configurable decimal precision

Enter millimeters of mercury and convert with 1 mmHg = 0.1333223684 kPa.

Example Results

1 examples

Convert blood pressure units into kilopascals

Translate 760 millimeters of mercury into the equivalent kilopascal pressure

{
  "result": {
    "millimetersOfMercury": 760,
    "kilopascals": 101.325
  }
}
View input parameters
{ "millimetersOfMercury": 760, "precision": 4 }

Key Facts

Category
Math, Date & Finance
Input Types
number
Output Type
json
Sample Coverage
1
API Ready
Yes

Overview

Easily convert pressure measurements from millimeters of mercury (mmHg) to kilopascals (kPa) with customizable decimal precision. This tool uses the standard conversion factor of 1 mmHg = 0.1333223684 kPa to deliver accurate results for medical, scientific, and engineering applications.

When to Use

  • When translating clinical blood pressure readings from mmHg to SI units (kPa) for medical research papers.
  • When calibrating laboratory pressure gauges or barometers that output measurements in millimeters of mercury.
  • When verifying meteorological or vacuum engineering pressure specifications that require kilopascal units.

How It Works

  • Enter the pressure value in millimeters of mercury (mmHg) into the input field.
  • Specify the desired decimal precision (up to 10 decimal places) to control the rounding of the output.
  • Click convert to calculate the equivalent pressure in kilopascals (kPa) using the exact ratio of 0.1333223684 kPa per mmHg.

Use Cases

Converting physiological blood pressure measurements (like 120/80 mmHg) to kilopascals for academic publications.
Standardizing vacuum chamber pressure readings from mmHg to kPa for industrial manufacturing logs.
Translating barometric weather data from mercury-based units to metric kilopascals.

Examples

1. Converting Standard Atmospheric Pressure

Meteorologist
Background
A meteorologist needs to convert standard atmospheric pressure at sea level, measured in millimeters of mercury, to kilopascals for a regional weather report.
Problem
Convert 760 mmHg to kPa with high precision.
How to Use
Input 760 in the Millimeters of Mercury field and set the Decimal Precision to 4.
Example Config
{"millimetersOfMercury": 760, "precision": 4}
Outcome
The tool outputs a JSON result showing 101.325 kPa.

2. Converting Patient Blood Pressure Reading

Clinical Researcher
Background
A clinical researcher is compiling patient data and needs to convert a systolic blood pressure reading of 120 mmHg into kilopascals.
Problem
Convert 120 mmHg to kPa rounded to two decimal places.
How to Use
Input 120 in the Millimeters of Mercury field and set the Decimal Precision to 2.
Example Config
{"millimetersOfMercury": 120, "precision": 2}
Outcome
The tool outputs a JSON result showing 16.00 kPa.

Try with Samples

math-&-numbers

Related Hubs

FAQ

What is the conversion formula used between mmHg and kPa?

The tool uses the standard conversion factor where 1 mmHg equals 0.1333223684 kPa.

Can I adjust the decimal precision of the output?

Yes, you can configure the decimal precision from 0 up to 10 decimal places.

Is this converter suitable for medical blood pressure readings?

Yes, it accurately converts physiological blood pressure values from mmHg to kPa.

What is the default decimal precision if I don't specify one?

The default precision is set to 4 decimal places.

Does this tool support bulk conversions?

No, this tool converts one pressure value at a time.

API Documentation

Request Endpoint

POST /en/api/tools/mmhg-to-kpa

Request Parameters

Parameter Name Type Required Description
millimetersOfMercury number Yes -
precision number No -

Response Format

{
  "key": {...},
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
JSON Data: JSON Data

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-mmhg-to-kpa": {
      "name": "mmhg-to-kpa",
      "description": "Convert millimeters of mercury to kilopascals with configurable decimal precision",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=mmhg-to-kpa",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]