#573A92
A medium, moderate purple closely aligning with Darkslateblue.
About #573A92
At its core, #573A92 is a medium and moderate hue. Its closest recognized web color is Darkslateblue. In the RGB color space, it consists of 87 red, 58 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 40% C, 60% M, 0% Y, and 43% K. The HSL representation is 259.8° hue, 43.1% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#573A92
RGB87, 58, 146
HSL259.8°, 43.1%, 40.0%
CMYK40%, 60%, 0%, 43%
HSV259.8°, 60.3%, 57.3%
LAB32.1, 33.6, -44.3
XYZ10.6, 7.1, 28.0
Decimal5716626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.66:1
Text on #FFFFFF
AAA
2.43:1
Text on #000000
FAIL
8.27:1
Text on #F8FAFC
AAA
2.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573A92;
}
.text-color {
color: #573A92;
}
.border-color {
border: 2px solid #573A92;
}