#751D7C
A dark, moderate magenta closely aligning with Purple.
About #751D7C
The hex code #751D7C represents a beautifully specific shade of magenta. If you're using CSS, you might find it aligns closely with Purple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 29, and 124.
For print applications, it's crucial to understand its CMYK makeup. The color uses 6% Cyan, 77% Magenta, 0% Yellow, and 51% Black. The HSL representation is 295.6° hue, 62.1% saturation, and 30.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#751D7C
RGB117, 29, 124
HSL295.6°, 62.1%, 30.0%
CMYK6%, 77%, 0%, 51%
HSV295.6°, 76.6%, 48.6%
LAB29.7, 49.7, -34.2
XYZ11.4, 6.1, 19.6
Decimal7675260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.45:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.03:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751D7C;
}
.text-color {
color: #751D7C;
}
.border-color {
border: 2px solid #751D7C;
}