#75005F
A dark, vivid magenta closely aligning with Purple.
About #75005F
At its core, #75005F is a dark and vivid hue. It is closely associated with the named CSS color Purple. In the RGB color space, it consists of 117 red, 0 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 100% magenta, 19% yellow, and 54% black. With a hue angle of 311.3 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75005F
RGB117, 0, 95
HSL311.3°, 100.0%, 22.9%
CMYK0%, 100%, 19%, 54%
HSV311.3°, 100.0%, 45.9%
LAB25.6, 52.0, -22.1
XYZ9.4, 4.6, 11.2
Decimal7667807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.93:1
Text on #FFFFFF
AAA
1.92:1
Text on #000000
FAIL
10.44:1
Text on #F8FAFC
AAA
1.63:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75005F;
}
.text-color {
color: #75005F;
}
.border-color {
border: 2px solid #75005F;
}