#570050
A very dark, vivid magenta closely aligning with Purple.
About #570050
Visually, #570050 is defined as a vivid magenta. It is closely associated with the named CSS color Purple. In the RGB color space, it consists of 87 red, 0 green, and 80 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 8% yellow, and 66% black. The HSL representation is 304.8° hue, 100.0% saturation, and 17.1% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#570050
RGB87, 0, 80
HSL304.8°, 100.0%, 17.1%
CMYK0%, 100%, 8%, 66%
HSV304.8°, 100.0%, 34.1%
LAB18.4, 43.7, -23.8
XYZ5.4, 2.6, 7.8
Decimal5701712
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.81:1
Text on #FFFFFF
AAA
1.52:1
Text on #000000
FAIL
13.20:1
Text on #F8FAFC
AAA
1.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570050;
}
.text-color {
color: #570050;
}
.border-color {
border: 2px solid #570050;
}