#750749
A dark, vivid magenta closely aligning with Purple.
About #750749
When working with digital screens, the color #750749 is rendered by mixing light. It is closely associated with the named CSS color Purple. This translates to an RGB value of rgb(117, 7, 73).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 94% magenta, 38% 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#750749
RGB117, 7, 73
HSL324.0°, 88.7%, 24.3%
CMYK0%, 94%, 38%, 54%
HSV324.0°, 94.0%, 45.9%
LAB25.0, 47.9, -8.3
XYZ8.6, 4.4, 6.7
Decimal7669577
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.15:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.66:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750749;
}
.text-color {
color: #750749;
}
.border-color {
border: 2px solid #750749;
}