Shades of Han Purple #4616DE
Tints of Han Purple #4616DE
RGB
CMYK
RGB Variations
Color information
#4616DE (or 0x4616DE) is known color: Han Purple. HEX triplet: 46, 16 and DE. RGB value is (70,22,222). Sum of RGB (Red+Green+Blue) = 70+22+222=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 22 (8.98% from 255 or 7.01% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #4616DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4616DE is #B9E921. Grayscale: #3A3A3A. Windows color (decimal): -12183842 or 14554694. OLE color: 14554694.
HSL color Cylindrical-coordinate representation of color #4616DE: hue angle of 254.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4616DE is Cyan = 0.68, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 22 | 222 | - |
| CMYK | 0.68 | 0.90 | 0 | 0.13 |
| HSL | 254.4º | 0.82% | 0.48% | - |
| HSV(B) | 254.4º | 0.9% | 0.87% | - |
| XYZ | 16 | 7.15 | 69.64 | - |
| YUV | 59.15 | 219.9 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 22 | 222 | 0.68 | 0.90 | 0 | 0.13 | 254.4 | 0.82 | 0.48 |
| Hex | 46 | 16 | DE | 44 | 5A | 0 | D | FE | 52 | 30 |
| Octal | 106 | 26 | 336 | 104 | 132 | 0 | 15 | 376 | 122 | 60 |
| Binary | 1000110 | 10110 | 11011110 | 1000100 | 1011010 | 0 | 1101 | 11111110 | 1010010 | 110000 |
Color Harmonies of #4616DE
Complementary color
Monochromatic Colors of #4616DE
Black with #4616DE
Text Example
Text Example
White with #4616DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4616DE; }
p { color: rgb(70,22,222); }
H1.HeaderClassName
{
color: #4616DE;
}
.AnyTagClassName
{
color: #4616DE;
}
</style>
background-color css
<style>
a { background-color: #4616DE; }
a { background-color: rgb(70,22,222); }
div.DivClassName
{
background-color: #4616DE;
}
.BgClassName
{
background-color: #4616DE;
}
</style>
border-color css
<style>
span { border-color: #4616DE; }
span { border-color: rgb(70,22,222); }
td.TdClassName
{
border-color: #4616DE;
}
.TagClassName
{
border-color: #4616DE;
}
</style>