#752C7C
A dark, moderate magenta closely aligning with Rebeccapurple.
About #752C7C
The hex code #752C7C represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 44, and 124.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 6% C, 65% M, 0% Y, and 51% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#752C7C
RGB117, 44, 124
HSL294.8°, 47.6%, 32.9%
CMYK6%, 65%, 0%, 51%
HSV294.8°, 64.5%, 48.6%
LAB31.9, 43.5, -30.7
XYZ11.9, 7.0, 19.8
Decimal7679100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.72:1
Text on #FFFFFF
AAA
2.41:1
Text on #000000
FAIL
8.34:1
Text on #F8FAFC
AAA
2.05:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #752C7C;
}
.text-color {
color: #752C7C;
}
.border-color {
border: 2px solid #752C7C;
}