#751657
A dark, moderate magenta closely aligning with Purple.
About #751657
At its core, #751657 is a dark and moderate hue. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(117, 22, 87).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 81% magenta inks. The HSL representation is 318.9° hue, 68.3% saturation, and 27.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#751657
RGB117, 22, 87
HSL318.9°, 68.3%, 27.3%
CMYK0%, 81%, 26%, 54%
HSV318.9°, 81.2%, 45.9%
LAB26.9, 46.0, -14.8
XYZ9.3, 5.0, 9.5
Decimal7673431
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.45:1
Text on #FFFFFF
AAA
2.01:1
Text on #000000
FAIL
9.99:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751657;
}
.text-color {
color: #751657;
}
.border-color {
border: 2px solid #751657;
}