#751D57
A dark, moderate magenta closely aligning with Purple.
About #751D57
The precise color #751D57 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 117 red, 29 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 75% magenta inks. The HSL representation is 320.5° hue, 60.3% saturation, and 28.6% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#751D57
RGB117, 29, 87
HSL320.5°, 60.3%, 28.6%
CMYK0%, 75%, 26%, 54%
HSV320.5°, 75.2%, 45.9%
LAB27.7, 43.6, -13.5
XYZ9.5, 5.3, 9.5
Decimal7675223
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.15:1
Text on #FFFFFF
AAA
2.07:1
Text on #000000
FAIL
9.70:1
Text on #F8FAFC
AAA
1.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751D57;
}
.text-color {
color: #751D57;
}
.border-color {
border: 2px solid #751D57;
}