Shades of Han Purple #330EED
Tints of Han Purple #330EED
RGB
CMYK
RGB Variations
Color information
#330EED (or 0x330EED) is known color: Han Purple. HEX triplet: 33, 0E and ED. RGB value is (51,14,237). Sum of RGB (Red+Green+Blue) = 51+14+237=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 237 (92.97% from 255 or 78.48% from 302); Max value from RGB is 237 - color contains mainly: blue. Hex color #330EED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #330EED is #CCF112. Grayscale: #313131. Windows color (decimal): -13431059 or 15535667. OLE color: 15535667.
HSL color Cylindrical-coordinate representation of color #330EED: hue angle of 249.96º degrees, saturation: 0.89, 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 #330EED is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 14 | 237 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.07 |
| HSL | 249.96º | 0.89% | 0.49% | - |
| HSV(B) | 249.96º | 0.94% | 0.93% | - |
| XYZ | 16.81 | 7.13 | 80.61 | - |
| YUV | 50.49 | 233.26 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 237 | 0.78 | 0.94 | 0 | 0.07 | 249.96 | 0.89 | 0.49 |
| Hex | 33 | E | ED | 4E | 5E | 0 | 7 | FA | 59 | 31 |
| Octal | 63 | 16 | 355 | 116 | 136 | 0 | 7 | 372 | 131 | 61 |
| Binary | 110011 | 1110 | 11101101 | 1001110 | 1011110 | 0 | 111 | 11111010 | 1011001 | 110001 |
Color Harmonies of #330EED
Complementary color
Monochromatic Colors of #330EED
Black with #330EED
Text Example
Text Example
White with #330EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EED; }
p { color: rgb(51,14,237); }
H1.HeaderClassName
{
color: #330EED;
}
.AnyTagClassName
{
color: #330EED;
}
</style>
background-color css
<style>
a { background-color: #330EED; }
a { background-color: rgb(51,14,237); }
div.DivClassName
{
background-color: #330EED;
}
.BgClassName
{
background-color: #330EED;
}
</style>
border-color css
<style>
span { border-color: #330EED; }
span { border-color: rgb(51,14,237); }
td.TdClassName
{
border-color: #330EED;
}
.TagClassName
{
border-color: #330EED;
}
</style>