#330757
A very dark, vivid purple closely aligning with Midnightblue.
About #330757
The hex code #330757 represents a beautifully specific shade of purple. Its closest recognized web color is Midnightblue. This translates to an RGB value of rgb(51, 7, 87).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 41% cyan, 92% magenta, 0% yellow, and 66% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#330757
RGB51, 7, 87
HSL273.0°, 85.1%, 18.4%
CMYK41%, 92%, 0%, 66%
HSV273.0°, 92.0%, 34.1%
LAB12.9, 36.3, -37.8
XYZ3.2, 1.5, 9.1
Decimal3344215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.05:1
Text on #FFFFFF
AAA
1.31:1
Text on #000000
FAIL
15.34:1
Text on #F8FAFC
AAA
1.11:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #330757;
}
.text-color {
color: #330757;
}
.border-color {
border: 2px solid #330757;
}