Shades of Han Purple #330ED6
Tints of Han Purple #330ED6
RGB
CMYK
RGB Variations
Color information
#330ED6 (or 0x330ED6) is known color: Han Purple. HEX triplet: 33, 0E and D6. RGB value is (51,14,214). Sum of RGB (Red+Green+Blue) = 51+14+214=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 214 (83.98% from 255 or 76.70% from 279); Max value from RGB is 214 - color contains mainly: blue. Hex color #330ED6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ED6 is #CCF129. Grayscale: #2F2F2F. Windows color (decimal): -13431082 or 14028339. OLE color: 14028339.
HSL color Cylindrical-coordinate representation of color #330ED6: hue angle of 251.1º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #330ED6 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 14 | 214 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.16 |
| HSL | 251.1º | 0.88% | 0.45% | - |
| HSV(B) | 251.1º | 0.93% | 0.84% | - |
| XYZ | 13.66 | 5.87 | 64.03 | - |
| YUV | 47.86 | 221.76 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 214 | 0.76 | 0.93 | 0 | 0.16 | 251.1 | 0.88 | 0.45 |
| Hex | 33 | E | D6 | 4C | 5D | 0 | 10 | FB | 58 | 2D |
| Octal | 63 | 16 | 326 | 114 | 135 | 0 | 20 | 373 | 130 | 55 |
| Binary | 110011 | 1110 | 11010110 | 1001100 | 1011101 | 0 | 10000 | 11111011 | 1011000 | 101101 |
Color Harmonies of #330ED6
Complementary color
Monochromatic Colors of #330ED6
Black with #330ED6
Text Example
Text Example
White with #330ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330ED6; }
p { color: rgb(51,14,214); }
H1.HeaderClassName
{
color: #330ED6;
}
.AnyTagClassName
{
color: #330ED6;
}
</style>
background-color css
<style>
a { background-color: #330ED6; }
a { background-color: rgb(51,14,214); }
div.DivClassName
{
background-color: #330ED6;
}
.BgClassName
{
background-color: #330ED6;
}
</style>
border-color css
<style>
span { border-color: #330ED6; }
span { border-color: rgb(51,14,214); }
td.TdClassName
{
border-color: #330ED6;
}
.TagClassName
{
border-color: #330ED6;
}
</style>