Shades of Han Purple #6413E0
Tints of Han Purple #6413E0
RGB
CMYK
RGB Variations
Color information
#6413E0 (or 0x6413E0) is known color: Han Purple. HEX triplet: 64, 13 and E0. RGB value is (100,19,224). Sum of RGB (Red+Green+Blue) = 100+19+224=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #6413E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6413E0 is #9BEC1F. Grayscale: #414141. Windows color (decimal): -10218528 or 14685028. OLE color: 14685028.
HSL color Cylindrical-coordinate representation of color #6413E0: hue angle of 263.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6413E0 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 19 | 224 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.12 |
| HSL | 263.71º | 0.84% | 0.48% | - |
| HSV(B) | 263.71º | 0.92% | 0.88% | - |
| XYZ | 18.94 | 8.56 | 71.17 | - |
| YUV | 66.59 | 216.84 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 224 | 0.55 | 0.92 | 0 | 0.12 | 263.71 | 0.84 | 0.48 |
| Hex | 64 | 13 | E0 | 37 | 5C | 0 | C | 108 | 54 | 30 |
| Octal | 144 | 23 | 340 | 67 | 134 | 0 | 14 | 410 | 124 | 60 |
| Binary | 1100100 | 10011 | 11100000 | 110111 | 1011100 | 0 | 1100 | 100001000 | 1010100 | 110000 |
Color Harmonies of #6413E0
Complementary color
Monochromatic Colors of #6413E0
Black with #6413E0
Text Example
Text Example
White with #6413E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413E0; }
p { color: rgb(100,19,224); }
H1.HeaderClassName
{
color: #6413E0;
}
.AnyTagClassName
{
color: #6413E0;
}
</style>
background-color css
<style>
a { background-color: #6413E0; }
a { background-color: rgb(100,19,224); }
div.DivClassName
{
background-color: #6413E0;
}
.BgClassName
{
background-color: #6413E0;
}
</style>
border-color css
<style>
span { border-color: #6413E0; }
span { border-color: rgb(100,19,224); }
td.TdClassName
{
border-color: #6413E0;
}
.TagClassName
{
border-color: #6413E0;
}
</style>