#750F5F
A dark, vivid magenta closely aligning with Purple.
About #750F5F
At its core, #750F5F is a dark and vivid hue. Its closest recognized web color is Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 15, and 95.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 87% Magenta, 19% Yellow, and 54% Black. With a hue angle of 312.9 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#750F5F
RGB117, 15, 95
HSL312.9°, 77.3%, 25.9%
CMYK0%, 87%, 19%, 54%
HSV312.9°, 87.2%, 45.9%
LAB26.6, 49.0, -20.5
XYZ9.6, 4.9, 11.3
Decimal7671647
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.55:1
Text on #FFFFFF
AAA
1.99:1
Text on #000000
FAIL
10.09:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750F5F;
}
.text-color {
color: #750F5F;
}
.border-color {
border: 2px solid #750F5F;
}