Shades of Han Purple #330FEC
Tints of Han Purple #330FEC
RGB
CMYK
RGB Variations
Color information
#330FEC (or 0x330FEC) is known color: Han Purple. HEX triplet: 33, 0F and EC. RGB value is (51,15,236). Sum of RGB (Red+Green+Blue) = 51+15+236=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #330FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330FEC is #CCF013. Grayscale: #323232. Windows color (decimal): -13430804 or 15470387. OLE color: 15470387.
HSL color Cylindrical-coordinate representation of color #330FEC: hue angle of 249.77º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330FEC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 15 | 236 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.07 |
| HSL | 249.77º | 0.88% | 0.49% | - |
| HSV(B) | 249.77º | 0.94% | 0.93% | - |
| XYZ | 16.68 | 7.1 | 79.85 | - |
| YUV | 50.96 | 232.43 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 15 | 236 | 0.78 | 0.94 | 0 | 0.07 | 249.77 | 0.88 | 0.49 |
| Hex | 33 | F | EC | 4E | 5E | 0 | 7 | FA | 58 | 31 |
| Octal | 63 | 17 | 354 | 116 | 136 | 0 | 7 | 372 | 130 | 61 |
| Binary | 110011 | 1111 | 11101100 | 1001110 | 1011110 | 0 | 111 | 11111010 | 1011000 | 110001 |
Color Harmonies of #330FEC
Complementary color
Monochromatic Colors of #330FEC
Black with #330FEC
Text Example
Text Example
White with #330FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330FEC; }
p { color: rgb(51,15,236); }
H1.HeaderClassName
{
color: #330FEC;
}
.AnyTagClassName
{
color: #330FEC;
}
</style>
background-color css
<style>
a { background-color: #330FEC; }
a { background-color: rgb(51,15,236); }
div.DivClassName
{
background-color: #330FEC;
}
.BgClassName
{
background-color: #330FEC;
}
</style>
border-color css
<style>
span { border-color: #330FEC; }
span { border-color: rgb(51,15,236); }
td.TdClassName
{
border-color: #330FEC;
}
.TagClassName
{
border-color: #330FEC;
}
</style>