#750F99
A dark, vivid purple closely aligning with Indigo.
About #750F99
The hex code #750F99 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 15, and 153.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 24% cyan and 90% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#750F99
RGB117, 15, 153
HSL284.3°, 82.1%, 32.9%
CMYK24%, 90%, 0%, 40%
HSV284.3°, 90.2%, 60.0%
LAB30.5, 59.1, -51.0
XYZ13.3, 6.4, 30.7
Decimal7671705
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.19:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.79:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F99;
}
.text-color {
color: #750F99;
}
.border-color {
border: 2px solid #750F99;
}