#750066
A dark, vivid magenta closely aligning with Purple.
About #750066
At its core, #750066 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Purple. In the RGB color space, it consists of 117 red, 0 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 100% magenta, 13% yellow, and 54% black. This makes it a relatively dark color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#750066
RGB117, 0, 102
HSL307.7°, 100.0%, 22.9%
CMYK0%, 100%, 13%, 54%
HSV307.7°, 100.0%, 45.9%
LAB26.0, 53.0, -26.0
XYZ9.7, 4.7, 13.0
Decimal7667814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.78:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.30:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #750066;
}
.text-color {
color: #750066;
}
.border-color {
border: 2px solid #750066;
}