#752C5F
A dark, moderate magenta closely aligning with Purple.
About #752C5F
At its core, #752C5F is a dark and moderate hue. Its closest recognized web color is Purple. Its digital footprint relies on 117 parts red, 44 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 62% magenta, 19% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#752C5F
RGB117, 44, 95
HSL318.1°, 45.3%, 31.6%
CMYK0%, 62%, 19%, 54%
HSV318.1°, 62.4%, 45.9%
LAB30.4, 38.3, -14.6
XYZ10.3, 6.4, 11.5
Decimal7679071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.20:1
Text on #FFFFFF
AAA
2.28:1
Text on #000000
FAIL
8.80:1
Text on #F8FAFC
AAA
1.94:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #752C5F;
}
.text-color {
color: #752C5F;
}
.border-color {
border: 2px solid #752C5F;
}