Shades of Han Purple #330ED7
Tints of Han Purple #330ED7
RGB
CMYK
RGB Variations
Color information
#330ED7 (or 0x330ED7) is known color: Han Purple. HEX triplet: 33, 0E and D7. RGB value is (51,14,215). Sum of RGB (Red+Green+Blue) = 51+14+215=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 215 (84.38% from 255 or 76.79% from 280); Max value from RGB is 215 - color contains mainly: blue. Hex color #330ED7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #330ED7 is #CCF128. Grayscale: #2F2F2F. Windows color (decimal): -13431081 or 14093875. OLE color: 14093875.
HSL color Cylindrical-coordinate representation of color #330ED7: hue angle of 251.04º 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 #330ED7 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 14 | 215 | - |
| CMYK | 0.76 | 0.93 | 0 | 0.16 |
| HSL | 251.04º | 0.88% | 0.45% | - |
| HSV(B) | 251.04º | 0.93% | 0.84% | - |
| XYZ | 13.79 | 5.92 | 64.71 | - |
| YUV | 47.98 | 222.26 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 14 | 215 | 0.76 | 0.93 | 0 | 0.16 | 251.04 | 0.88 | 0.45 |
| Hex | 33 | E | D7 | 4C | 5D | 0 | 10 | FB | 58 | 2D |
| Octal | 63 | 16 | 327 | 114 | 135 | 0 | 20 | 373 | 130 | 55 |
| Binary | 110011 | 1110 | 11010111 | 1001100 | 1011101 | 0 | 10000 | 11111011 | 1011000 | 101101 |
Color Harmonies of #330ED7
Complementary color
Monochromatic Colors of #330ED7
Black with #330ED7
Text Example
Text Example
White with #330ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330ED7; }
p { color: rgb(51,14,215); }
H1.HeaderClassName
{
color: #330ED7;
}
.AnyTagClassName
{
color: #330ED7;
}
</style>
background-color css
<style>
a { background-color: #330ED7; }
a { background-color: rgb(51,14,215); }
div.DivClassName
{
background-color: #330ED7;
}
.BgClassName
{
background-color: #330ED7;
}
</style>
border-color css
<style>
span { border-color: #330ED7; }
span { border-color: rgb(51,14,215); }
td.TdClassName
{
border-color: #330ED7;
}
.TagClassName
{
border-color: #330ED7;
}
</style>