Shades of Han Purple #330EEA
Tints of Han Purple #330EEA
RGB
CMYK
RGB Variations
Color information
#330EEA (or 0x330EEA) is known color: Han Purple. HEX triplet: 33, 0E and EA. RGB value is (51,14,234). Sum of RGB (Red+Green+Blue) = 51+14+234=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #330EEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EEA is #CCF115. Grayscale: #313131. Windows color (decimal): -13431062 or 15339059. OLE color: 15339059.
HSL color Cylindrical-coordinate representation of color #330EEA: hue angle of 250.09º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EEA is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 51 | 14 | 234 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.08 |
| HSL | 250.09º | 0.89% | 0.49% | - |
| HSV(B) | 250.09º | 0.94% | 0.92% | - |
| XYZ | 16.37 | 6.96 | 78.32 | - |
| YUV | 50.14 | 231.76 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 234 | 0.78 | 0.94 | 0 | 0.08 | 250.09 | 0.89 | 0.49 |
| Hex | 33 | E | EA | 4E | 5E | 0 | 8 | FA | 59 | 31 |
| Octal | 63 | 16 | 352 | 116 | 136 | 0 | 10 | 372 | 131 | 61 |
| Binary | 110011 | 1110 | 11101010 | 1001110 | 1011110 | 0 | 1000 | 11111010 | 1011001 | 110001 |
Color Harmonies of #330EEA
Complementary color
Monochromatic Colors of #330EEA
Black with #330EEA
Text Example
Text Example
White with #330EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EEA; }
p { color: rgb(51,14,234); }
H1.HeaderClassName
{
color: #330EEA;
}
.AnyTagClassName
{
color: #330EEA;
}
</style>
background-color css
<style>
a { background-color: #330EEA; }
a { background-color: rgb(51,14,234); }
div.DivClassName
{
background-color: #330EEA;
}
.BgClassName
{
background-color: #330EEA;
}
</style>
border-color css
<style>
span { border-color: #330EEA; }
span { border-color: rgb(51,14,234); }
td.TdClassName
{
border-color: #330EEA;
}
.TagClassName
{
border-color: #330EEA;
}
</style>