#570F75
A dark, vivid purple closely aligning with Rebeccapurple.
About #570F75
Visually, #570F75 is defined as a vivid purple. Its closest recognized web color is Rebeccapurple. In the RGB color space, it consists of 87 red, 15 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 26% Cyan, 87% Magenta, 0% Yellow, and 54% Black. With a hue angle of 282.4 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#570F75
RGB87, 15, 117
HSL282.4°, 77.3%, 25.9%
CMYK26%, 87%, 0%, 54%
HSV282.4°, 87.2%, 45.9%
LAB22.5, 46.8, -41.7
XYZ7.3, 3.7, 17.1
Decimal5705589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.14:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.60:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570F75;
}
.text-color {
color: #570F75;
}
.border-color {
border: 2px solid #570F75;
}