Shades of Han Purple #330EE1
Tints of Han Purple #330EE1
RGB
CMYK
RGB Variations
Color information
#330EE1 (or 0x330EE1) is known color: Han Purple. HEX triplet: 33, 0E and E1. RGB value is (51,14,225). Sum of RGB (Red+Green+Blue) = 51+14+225=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 14 (5.86% from 255 or 4.83% from 290); Blue value is 225 (88.28% from 255 or 77.59% from 290); Max value from RGB is 225 - color contains mainly: blue. Hex color #330EE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330EE1 is #CCF11E. Grayscale: #303030. Windows color (decimal): -13431071 or 14749235. OLE color: 14749235.
HSL color Cylindrical-coordinate representation of color #330EE1: hue angle of 250.52º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #330EE1 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 14 | 225 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.12 |
| HSL | 250.52º | 0.88% | 0.47% | - |
| HSV(B) | 250.52º | 0.94% | 0.88% | - |
| XYZ | 15.11 | 6.45 | 71.68 | - |
| YUV | 49.12 | 227.26 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 225 | 0.77 | 0.94 | 0 | 0.12 | 250.52 | 0.88 | 0.47 |
| Hex | 33 | E | E1 | 4D | 5E | 0 | C | FB | 58 | 2F |
| Octal | 63 | 16 | 341 | 115 | 136 | 0 | 14 | 373 | 130 | 57 |
| Binary | 110011 | 1110 | 11100001 | 1001101 | 1011110 | 0 | 1100 | 11111011 | 1011000 | 101111 |
Color Harmonies of #330EE1
Complementary color
Monochromatic Colors of #330EE1
Black with #330EE1
Text Example
Text Example
White with #330EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330EE1; }
p { color: rgb(51,14,225); }
H1.HeaderClassName
{
color: #330EE1;
}
.AnyTagClassName
{
color: #330EE1;
}
</style>
background-color css
<style>
a { background-color: #330EE1; }
a { background-color: rgb(51,14,225); }
div.DivClassName
{
background-color: #330EE1;
}
.BgClassName
{
background-color: #330EE1;
}
</style>
border-color css
<style>
span { border-color: #330EE1; }
span { border-color: rgb(51,14,225); }
td.TdClassName
{
border-color: #330EE1;
}
.TagClassName
{
border-color: #330EE1;
}
</style>