Shades of Han Purple #6413EB
Tints of Han Purple #6413EB
RGB
CMYK
RGB Variations
Color information
#6413EB (or 0x6413EB) is known color: Han Purple. HEX triplet: 64, 13 and EB. RGB value is (100,19,235). Sum of RGB (Red+Green+Blue) = 100+19+235=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #6413EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6413EB is #9BEC14. Grayscale: #434343. Windows color (decimal): -10218517 or 15405924. OLE color: 15405924.
HSL color Cylindrical-coordinate representation of color #6413EB: hue angle of 262.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6413EB is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 19 | 235 | - |
| CMYK | 0.57 | 0.92 | 0 | 0.08 |
| HSL | 262.5º | 0.85% | 0.5% | - |
| HSV(B) | 262.5º | 0.92% | 0.92% | - |
| XYZ | 20.48 | 9.17 | 79.29 | - |
| YUV | 67.84 | 222.34 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 235 | 0.57 | 0.92 | 0 | 0.08 | 262.5 | 0.85 | 0.5 |
| Hex | 64 | 13 | EB | 39 | 5C | 0 | 8 | 106 | 55 | 32 |
| Octal | 144 | 23 | 353 | 71 | 134 | 0 | 10 | 406 | 125 | 62 |
| Binary | 1100100 | 10011 | 11101011 | 111001 | 1011100 | 0 | 1000 | 100000110 | 1010101 | 110010 |
Color Harmonies of #6413EB
Complementary color
Monochromatic Colors of #6413EB
Black with #6413EB
Text Example
Text Example
White with #6413EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6413EB; }
p { color: rgb(100,19,235); }
H1.HeaderClassName
{
color: #6413EB;
}
.AnyTagClassName
{
color: #6413EB;
}
</style>
background-color css
<style>
a { background-color: #6413EB; }
a { background-color: rgb(100,19,235); }
div.DivClassName
{
background-color: #6413EB;
}
.BgClassName
{
background-color: #6413EB;
}
</style>
border-color css
<style>
span { border-color: #6413EB; }
span { border-color: rgb(100,19,235); }
td.TdClassName
{
border-color: #6413EB;
}
.TagClassName
{
border-color: #6413EB;
}
</style>