QuickUnits

Typography

Pixels at 72 dpi to pixels at 96 dpi

1 px @72 = 1.33333 px @96

—

One pixel at 72 dpi is 1.3333 pixels at 96 dpi. Both are the same physical length expressed against different assumed screen densities, and the two numbers are a fossil of the old divide between Macintosh and Windows.

About the units

Neither figure describes any real display. Apple's original Macintosh used a 72 dpi convention so that one screen pixel corresponded to one typographic point, making WYSIWYG layout straightforward: a 12-point font occupied 12 pixels. Microsoft chose 96 dpi for Windows, reasoning that a typical monitor was viewed further away than a page and that text needed to be a third larger to be equally readable. The two conventions coexisted for two decades, and cross-platform documents came out a third larger or smaller depending on which assumption the software made.

The exact factor

The factor is exactly 96 ÷ 72 = 4/3. A 100-pixel image at 72 dpi is the same physical size as a 133-pixel image at 96 dpi. The legacy persists in image metadata: scanned material and older graphics are often tagged 72 dpi, and placing such an image in a layout program at its nominal size gives something a third too large. Modern practice sidesteps the issue by treating raster images as pixel dimensions and specifying display size explicitly, but the dpi tag is still there in the file.

Where you meet this conversion

Legacy asset conversion and cross-platform layout work. Image files inherited from older Mac workflows carry 72 dpi metadata that has to be reinterpreted. Web graphics have no meaningful dpi at all — the browser uses pixel dimensions — yet designers still export at 72 dpi from habit, which is harmless but explains why the number persists. Screenshot dimensions, icon specifications and PDF rasterisation all touch the same 4/3 relationship.

Common values

Value (px @72) Converted (px @96)
1 1.33333
2 2.66667
5 6.66667
10 13.3333
25 33.3333
50 66.6667
100 133.333
500 666.667
1 000 1 333.33

Values are rounded for reading. The converter above keeps full precision.

The other way around

1 px @96 = 0.75 px @72

Pixels at 96 dpi to pixels at 72 dpi multiplies by 0.75. The practical advice is to stop thinking in dpi for screen work entirely: specify pixel dimensions for images and rem or points for type, and the 4/3 never has to be applied.

Value (px @96) Converted (px @72)
1 0.75
2 1.5
5 3.75
10 7.5
25 18.75
50 37.5
100 75
500 375
1 000 750

Related conversions

All typography conversions