in to pt
Snapshot
1 Inches equals 72 Points. Conversion Encyclopedia uses the same fixed conversion basis across the calculator, common values, and reverse page for this page.
- Reference basis: This conversion uses print-unit scaling anchored to the CSS reference of 96 pixels per inch.
- Example: For 8 Inches, the result equals 576 Points.
- Use the reverse page if you need the opposite direction with the same basis.
Use the interactive calculator below for custom values and the common-value table for quick checks.
Interactive conversion
Converter Calculator
72 Points (pt)
SwitchMachine access
Available to apps and AI agents
in to pt can be requested through Conversion Encyclopedia's structured interfaces by software and compatible AI agents. The identifiers below select the same calculation as the calculator.
Machine-readable identifiers
- Conversion family
typography-units- Source unit
inches- Target unit
points
The JSON API and OpenAPI specification use the identifiers to reach the conversion engine. WebMCP lets compatible AI agents request the same calculation.
Example API request and response
POST /api/v1/convertRequest
{
"family": "typography-units",
"value": 1,
"from": "inches",
"to": "points"
}Essential response
{
"ok": true,
"conversion": {
"family": "typography-units",
"value": 1,
"from": "inches",
"to": "points",
"result": {
"raw": 72,
"display": "72"
},
"canonicalPath": "/typography-units/inches-to-points/"
}
}Explanation
Formula: Points = Inches × 72. Why: print-oriented units such as points, picas, inches, centimeters, millimeters, and Q units are normalized through the CSS reference of 96 pixels per inch.
Inches (in): a physical length unit used in print and CSS reference conversions, tied to 96 CSS pixels per inch.
Points (pt): a print-oriented unit equal to 1/72 of an inch, commonly used for typography and print specifications.
This route is useful when comparing print-oriented typography measures across points, picas, millimeters, centimeters, inches, and Q units for editorial and layout work.
This conversion is purely multiplicative because both units reduce through CSS pixels using a fixed 96 px per inch baseline and explicit relative-unit assumptions where needed.
Common Conversion Values
| Inches (in) | Points (pt) |
|---|---|
| 8 | 576 |
| 10 | 720 |
| 12 | 864 |
| 14 | 1,008 |
| 16 | 1,152 |
| 18 | 1,296 |
| 24 | 1,728 |
| 32 | 2,304 |
| 48 | 3,456 |
| 96 | 6,912 |
Questions & answers
Frequently Asked Questions
What defines in to pt?
Both units are normalized through CSS pixels, then converted using a fixed ratio.
Are the reverse pages available?
Yes. Use the switch button or open the Points to Inches page.
Does Inches to Points support non-integer inputs?
Yes. Decimal inputs are supported for Inches to Points, and the mirror direction keeps inverse assumptions aligned.