#572CC5
A medium, moderate purple closely aligning with Blueviolet.
About #572CC5
At its core, #572CC5 is a medium and moderate hue. Designers often compare it to the standard color Blueviolet. In the RGB color space, it consists of 87 red, 44 green, and 197 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 56% Cyan, 78% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#572CC5
RGB87, 44, 197
HSL256.9°, 63.5%, 47.3%
CMYK56%, 78%, 0%, 23%
HSV256.9°, 77.7%, 77.3%
LAB33.7, 55.5, -72.2
XYZ14.9, 7.9, 53.6
Decimal5713093
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.17:1
Text on #FFFFFF
AAA
2.57:1
Text on #000000
FAIL
7.80:1
Text on #F8FAFC
AAA
2.19:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #572CC5;
}
.text-color {
color: #572CC5;
}
.border-color {
border: 2px solid #572CC5;
}