#75245F
A dark, moderate magenta closely aligning with Purple.
About #75245F
When working with digital screens, the color #75245F is rendered by mixing light. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(117, 36, 95).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 69% Magenta, 19% Yellow, and 54% Black. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#75245F
RGB117, 36, 95
HSL316.3°, 52.9%, 30.0%
CMYK0%, 69%, 19%, 54%
HSV316.3°, 69.2%, 45.9%
LAB29.1, 42.0, -16.6
XYZ10.0, 5.9, 11.4
Decimal7677023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.66:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.23:1
Text on #F8FAFC
AAA
1.85:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #75245F;
}
.text-color {
color: #75245F;
}
.border-color {
border: 2px solid #75245F;
}