#75166D
A dark, moderate magenta closely aligning with Purple.
About #75166D
When working with digital screens, the color #75166D is rendered by mixing light. Its closest recognized web color is Purple. This translates to an RGB value of rgb(117, 22, 109).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 81% Magenta, 7% Yellow, and 54% Black. The HSL representation is 305.1° hue, 68.3% saturation, and 27.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75166D
RGB117, 22, 109
HSL305.1°, 68.3%, 27.3%
CMYK0%, 81%, 7%, 54%
HSV305.1°, 81.2%, 45.9%
LAB28.0, 49.3, -27.4
XYZ10.4, 5.5, 15.0
Decimal7673453
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.04:1
Text on #FFFFFF
AAA
2.09:1
Text on #000000
FAIL
9.59:1
Text on #F8FAFC
AAA
1.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75166D;
}
.text-color {
color: #75166D;
}
.border-color {
border: 2px solid #75166D;
}