#570750
A very dark, vivid magenta closely aligning with Purple.
About #570750
The hex code #570750 represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. Its digital footprint relies on 87 parts red, 7 parts green, and 80 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 92% Magenta, 8% Yellow, and 66% Black. This makes it a relatively dark 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#570750
RGB87, 7, 80
HSL305.3°, 85.1%, 18.4%
CMYK0%, 92%, 8%, 66%
HSV305.3°, 92.0%, 34.1%
LAB19.0, 41.8, -22.8
XYZ5.5, 2.8, 7.8
Decimal5703504
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.54:1
Text on #FFFFFF
AAA
1.55:1
Text on #000000
FAIL
12.94:1
Text on #F8FAFC
AAA
1.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #570750;
}
.text-color {
color: #570750;
}
.border-color {
border: 2px solid #570750;
}