Shades of Han Purple #6416E0
Tints of Han Purple #6416E0
RGB
CMYK
RGB Variations
Color information
#6416E0 (or 0x6416E0) is known color: Han Purple. HEX triplet: 64, 16 and E0. RGB value is (100,22,224). Sum of RGB (Red+Green+Blue) = 100+22+224=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #6416E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6416E0 is #9BE91F. Grayscale: #434343. Windows color (decimal): -10217760 or 14685796. OLE color: 14685796.
HSL color Cylindrical-coordinate representation of color #6416E0: hue angle of 263.17º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6416E0 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 22 | 224 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.12 |
| HSL | 263.17º | 0.82% | 0.48% | - |
| HSV(B) | 263.17º | 0.9% | 0.88% | - |
| XYZ | 19 | 8.66 | 71.19 | - |
| YUV | 68.35 | 215.84 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 224 | 0.55 | 0.90 | 0 | 0.12 | 263.17 | 0.82 | 0.48 |
| Hex | 64 | 16 | E0 | 37 | 5A | 0 | C | 107 | 52 | 30 |
| Octal | 144 | 26 | 340 | 67 | 132 | 0 | 14 | 407 | 122 | 60 |
| Binary | 1100100 | 10110 | 11100000 | 110111 | 1011010 | 0 | 1100 | 100000111 | 1010010 | 110000 |
Color Harmonies of #6416E0
Complementary color
Monochromatic Colors of #6416E0
Black with #6416E0
Text Example
Text Example
White with #6416E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6416E0; }
p { color: rgb(100,22,224); }
H1.HeaderClassName
{
color: #6416E0;
}
.AnyTagClassName
{
color: #6416E0;
}
</style>
background-color css
<style>
a { background-color: #6416E0; }
a { background-color: rgb(100,22,224); }
div.DivClassName
{
background-color: #6416E0;
}
.BgClassName
{
background-color: #6416E0;
}
</style>
border-color css
<style>
span { border-color: #6416E0; }
span { border-color: rgb(100,22,224); }
td.TdClassName
{
border-color: #6416E0;
}
.TagClassName
{
border-color: #6416E0;
}
</style>