TXT · Text & Data tools

PX to PT Converter

Pixels (px) Input
Points (pt) Output
Pixels (px)InputPoints (pt)Output6Items
Go to full CSS Unit Converter

Convert px to pt

Enter pixel values one per line or paste CSS containing px lengths. The output multiplies each matching value by 72/96 and adds the pt unit.

24px becomes 18pt, and 32px becomes 24pt.

A fixed ratio

Unlike rem or vw, the px-to-pt relationship does not depend on a base font size or viewport. CSS defines 1 inch as 96px and 1 inch as 72pt, so the conversion is always the same 3-to-4 ratio.

CSS replacement

Only values carrying the px unit are replaced inside CSS. Unitless numbers, percentages, and values already written as pt remain unchanged.

Frequently Asked Questions

Multiply the pixel value by 72/96. At the standard 96 DPI, 24px multiplied by 0.75 equals 18pt.

CSS defines 1 inch as 96px and 1 inch as 72pt, so the ratio between the two units is a constant 72/96 regardless of screen size.

Yes. Paste CSS declarations and matching px values are replaced while the rest of each line stays intact.

Focused CSS unit converters

Full CSS Unit Converter tool

Explore Our Tools

Browse all tools