#573A99
A medium, moderate purple closely aligning with Rebeccapurple.
About #573A99
At its core, #573A99 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Rebeccapurple. This translates to an RGB value of rgb(87, 58, 153).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 43% C, 62% M, 0% Y, and 40% K. With a hue angle of 258.3 degrees, it sits comfortably in the purple spectrum.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#573A99
RGB87, 58, 153
HSL258.3°, 45.0%, 41.4%
CMYK43%, 62%, 0%, 40%
HSV258.3°, 62.1%, 60.0%
LAB32.6, 35.6, -47.7
XYZ11.2, 7.4, 31.0
Decimal5716633
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.50:1
Text on #FFFFFF
AAA
2.47:1
Text on #000000
FAIL
8.12:1
Text on #F8FAFC
AAA
2.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #573A99;
}
.text-color {
color: #573A99;
}
.border-color {
border: 2px solid #573A99;
}