#501675
A dark, moderate purple closely aligning with Rebeccapurple.
About #501675
The precise color #501675 is an excellent choice for modern design projects. It is closely associated with the named CSS color Rebeccapurple. This translates to an RGB value of rgb(80, 22, 117).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 32% cyan and 81% magenta inks. The HSL representation is 276.6° 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#501675
RGB80, 22, 117
HSL276.6°, 68.3%, 27.3%
CMYK32%, 81%, 0%, 54%
HSV276.6°, 81.2%, 45.9%
LAB22.2, 43.1, -42.2
XYZ6.8, 3.6, 17.2
Decimal5248629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.26:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.72:1
Text on #F8FAFC
AAA
1.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #501675;
}
.text-color {
color: #501675;
}
.border-color {
border: 2px solid #501675;
}