Shades of Han Purple #330EE8
Tints of Han Purple #330EE8
RGB
CMYK
RGB Variations
Color information
#330EE8 (or 0x330EE8) is known color: Han Purple. HEX triplet: 33, 0E and E8. RGB value is (51,14,232). Sum of RGB (Red+Green+Blue) = 51+14+232=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 232 (91.02% from 255 or 78.11% from 297); Max value from RGB is 232 - color contains mainly: blue. Hex color #330EE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EE8 is #CCF117. Grayscale: #313131. Windows color (decimal): -13431064 or 15207987. OLE color: 15207987.
HSL color Cylindrical-coordinate representation of color #330EE8: hue angle of 250.18º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EE8 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 51 | 14 | 232 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.09 |
| HSL | 250.18º | 0.89% | 0.48% | - |
| HSV(B) | 250.18º | 0.94% | 0.91% | - |
| XYZ | 16.09 | 6.84 | 76.82 | - |
| YUV | 49.92 | 230.76 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 232 | 0.78 | 0.94 | 0 | 0.09 | 250.18 | 0.89 | 0.48 |
| Hex | 33 | E | E8 | 4E | 5E | 0 | 9 | FA | 59 | 30 |
| Octal | 63 | 16 | 350 | 116 | 136 | 0 | 11 | 372 | 131 | 60 |
| Binary | 110011 | 1110 | 11101000 | 1001110 | 1011110 | 0 | 1001 | 11111010 | 1011001 | 110000 |
Color Harmonies of #330EE8
Complementary color
Monochromatic Colors of #330EE8
Black with #330EE8
Text Example
Text Example
White with #330EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EE8; }
p { color: rgb(51,14,232); }
H1.HeaderClassName
{
color: #330EE8;
}
.AnyTagClassName
{
color: #330EE8;
}
</style>
background-color css
<style>
a { background-color: #330EE8; }
a { background-color: rgb(51,14,232); }
div.DivClassName
{
background-color: #330EE8;
}
.BgClassName
{
background-color: #330EE8;
}
</style>
border-color css
<style>
span { border-color: #330EE8; }
span { border-color: rgb(51,14,232); }
td.TdClassName
{
border-color: #330EE8;
}
.TagClassName
{
border-color: #330EE8;
}
</style>