#751D92
A dark, moderate magenta closely aligning with Purple.
About #751D92
The hex code #751D92 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(117, 29, 146).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 20% C, 80% M, 0% Y, and 43% K. With a hue angle of 285.1 degrees, it sits comfortably in the magenta spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#751D92
RGB117, 29, 146
HSL285.1°, 66.9%, 34.3%
CMYK20%, 80%, 0%, 43%
HSV285.1°, 80.1%, 57.3%
LAB31.2, 53.9, -45.5
XYZ13.0, 6.7, 27.8
Decimal7675282
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.95:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.55:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #751D92;
}
.text-color {
color: #751D92;
}
.border-color {
border: 2px solid #751D92;
}