#750083
A dark, vivid magenta closely aligning with Purple.
About #750083
At its core, #750083 is a dark and vivid hue. It is closely associated with the named CSS color Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 0, and 131.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 11% cyan and 100% magenta inks. The HSL representation is 293.6° hue, 100.0% saturation, and 25.7% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#750083
RGB117, 0, 131
HSL293.6°, 100.0%, 25.7%
CMYK11%, 100%, 0%, 49%
HSV293.6°, 100.0%, 51.4%
LAB27.9, 57.6, -41.5
XYZ11.4, 5.4, 21.9
Decimal7667843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.08:1
Text on #FFFFFF
AAA
2.08:1
Text on #000000
FAIL
9.63:1
Text on #F8FAFC
AAA
1.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750083;
}
.text-color {
color: #750083;
}
.border-color {
border: 2px solid #750083;
}