#5F075F
A dark, vivid magenta closely aligning with Purple.
About #5F075F
At its core, #5F075F is a dark and vivid hue. It is closely associated with the named CSS color Purple. In the RGB color space, it consists of 95 red, 7 green, and 95 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 93% magenta, 0% yellow, and 63% black. The HSL representation is 300.0° hue, 86.3% saturation, and 20.0% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F075F
RGB95, 7, 95
HSL300.0°, 86.3%, 20.0%
CMYK0%, 93%, 0%, 63%
HSV300.0°, 92.6%, 37.3%
LAB21.6, 46.0, -28.6
XYZ6.9, 3.4, 11.1
Decimal6227807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.48:1
Text on #FFFFFF
AAA
1.68:1
Text on #000000
FAIL
11.93:1
Text on #F8FAFC
AAA
1.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F075F;
}
.text-color {
color: #5F075F;
}
.border-color {
border: 2px solid #5F075F;
}