Shades of Han Purple #4016DE
Tints of Han Purple #4016DE
RGB
CMYK
RGB Variations
Color information
#4016DE (or 0x4016DE) is known color: Han Purple. HEX triplet: 40, 16 and DE. RGB value is (64,22,222). Sum of RGB (Red+Green+Blue) = 64+22+222=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #4016DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4016DE is #BFE921. Grayscale: #383838. Windows color (decimal): -12577058 or 14554688. OLE color: 14554688.
HSL color Cylindrical-coordinate representation of color #4016DE: hue angle of 252.6º 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 #4016DE is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 64 | 22 | 222 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.13 |
| HSL | 252.6º | 0.82% | 0.48% | - |
| HSV(B) | 252.6º | 0.9% | 0.87% | - |
| XYZ | 15.59 | 6.94 | 69.62 | - |
| YUV | 57.36 | 220.91 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 222 | 0.71 | 0.90 | 0 | 0.13 | 252.6 | 0.82 | 0.48 |
| Hex | 40 | 16 | DE | 47 | 5A | 0 | D | FD | 52 | 30 |
| Octal | 100 | 26 | 336 | 107 | 132 | 0 | 15 | 375 | 122 | 60 |
| Binary | 1000000 | 10110 | 11011110 | 1000111 | 1011010 | 0 | 1101 | 11111101 | 1010010 | 110000 |
Color Harmonies of #4016DE
Complementary color
Monochromatic Colors of #4016DE
Black with #4016DE
Text Example
Text Example
White with #4016DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4016DE; }
p { color: rgb(64,22,222); }
H1.HeaderClassName
{
color: #4016DE;
}
.AnyTagClassName
{
color: #4016DE;
}
</style>
background-color css
<style>
a { background-color: #4016DE; }
a { background-color: rgb(64,22,222); }
div.DivClassName
{
background-color: #4016DE;
}
.BgClassName
{
background-color: #4016DE;
}
</style>
border-color css
<style>
span { border-color: #4016DE; }
span { border-color: rgb(64,22,222); }
td.TdClassName
{
border-color: #4016DE;
}
.TagClassName
{
border-color: #4016DE;
}
</style>