In the RGB color space, #330033 is composed of 20% red, 0% green, and 20% blue.
In the CMYK color space, #330033 is composed of 0% cyan, 100% magenta, 0% yellow, and 80% black,
It has a hue angle of 300 degrees, a saturation of 100%, and a lightness of 10%.
This is a websafe color.
The hexadecimal color #330033 has RGB values of R:51, G:0, B:51 and CMYK values of C:0, M:100, Y:0, K:80. It has a decimal value of 3342387.
Hexadecimal | #330033 | #330033 |
RGB Decimal | 51, 0, 51 | rgb(51, 0, 51) |
RGB Percent | 20, 0, 20 | rgb(20%, 0%, 20%) |
RGB Proportion | 0.2, 0.0, 0.2 | rgb(0.2, 0.0, 0.2) |
CMYK | 0, 100, 0, 80 | |
HSL | 300ยบ, 100, 10 | hsl(300, 100%, 10%) |
Websafe | 330033 | #330033 |
XYZ | 1.963, 0.943, 3.211 | |
Yxy | 0.943, 0.321, 0.154 | |
CIE-LAB | 8.507, 31.547, -19.537 | |
CIE-LCH | 8.507, 37.107, 328.23 | |
CIE-LUV | 8.507, 11.855, -15.331 | |
Hunter-Lab | 9.711, 19.089, -12.807 |
Colors that go well with #330033.
Common HTML and CSS shortcodes for #330033.
<div style="color: #330033;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #330033;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #330033;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #330033 to transparent.
<div style="background: linear-gradient(#330033, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #330033 to transparent.
<div style="background: radial-gradient(#330033, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #330033 to #CCFFCC.
<div style="background: linear-gradient(#330033, #CCFFCC);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #330033 to #CCFFCC.
<div style="background: radial-gradient(#330033, #CCFFCC);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #330033; }
.background { background-color: #330033; }
.border { border: 1px solid #330033; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #010001 while the lightest tint is #FCFAFC.