#5F0749
A dark, vivid magenta closely aligning with Purple.
About #5F0749
When working with digital screens, the color #5F0749 is rendered by mixing light. Designers often compare it to the standard color Purple. This translates to an RGB value of rgb(95, 7, 73).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 93% M, 23% Y, and 63% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F0749
RGB95, 7, 73
HSL315.0°, 86.3%, 20.0%
CMYK0%, 93%, 23%, 63%
HSV315.0°, 92.6%, 37.3%
LAB20.3, 42.6, -15.9
XYZ6.0, 3.1, 6.6
Decimal6227785
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.02:1
Text on #FFFFFF
AAA
1.61:1
Text on #000000
FAIL
12.44:1
Text on #F8FAFC
AAA
1.37:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0749;
}
.text-color {
color: #5F0749;
}
.border-color {
border: 2px solid #5F0749;
}