#5F0075
A dark, vivid magenta closely aligning with Purple.
About #5F0075
The hex code #5F0075 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(95, 0, 117).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 19% cyan, 100% magenta, 0% yellow, and 54% black. With a hue angle of 288.7 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#5F0075
RGB95, 0, 117
HSL288.7°, 100.0%, 22.9%
CMYK19%, 100%, 0%, 54%
HSV288.7°, 100.0%, 45.9%
LAB22.7, 51.6, -41.2
XYZ7.9, 3.7, 17.1
Decimal6226037
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.05:1
Text on #FFFFFF
AAA
1.74:1
Text on #000000
FAIL
11.51:1
Text on #F8FAFC
AAA
1.48:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0075;
}
.text-color {
color: #5F0075;
}
.border-color {
border: 2px solid #5F0075;
}