#571D75
A dark, moderate purple closely aligning with Rebeccapurple.
About #571D75
At its core, #571D75 is a dark and moderate hue. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 87, 29, and 117.
For print applications, it's crucial to understand its CMYK makeup. The color uses 26% Cyan, 75% Magenta, 0% Yellow, and 54% Black. With a hue angle of 279.5 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#571D75
RGB87, 29, 117
HSL279.5°, 60.3%, 28.6%
CMYK26%, 75%, 0%, 54%
HSV279.5°, 75.2%, 45.9%
LAB24.3, 41.6, -38.7
XYZ7.6, 4.2, 17.2
Decimal5709173
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.43:1
Text on #FFFFFF
AAA
1.84:1
Text on #000000
FAIL
10.92:1
Text on #F8FAFC
AAA
1.56:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #571D75;
}
.text-color {
color: #571D75;
}
.border-color {
border: 2px solid #571D75;
}