Shades of Han Purple #6417EB
Tints of Han Purple #6417EB
RGB
CMYK
RGB Variations
Color information
#6417EB (or 0x6417EB) is known color: Han Purple. HEX triplet: 64, 17 and EB. RGB value is (100,23,235). Sum of RGB (Red+Green+Blue) = 100+23+235=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 23 (9.38% from 255 or 6.42% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #6417EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6417EB is #9BE814. Grayscale: #454545. Windows color (decimal): -10217493 or 15406948. OLE color: 15406948.
HSL color Cylindrical-coordinate representation of color #6417EB: hue angle of 261.79º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6417EB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 23 | 235 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.08 |
| HSL | 261.79º | 0.84% | 0.51% | - |
| HSV(B) | 261.79º | 0.9% | 0.92% | - |
| XYZ | 20.56 | 9.32 | 79.31 | - |
| YUV | 70.19 | 221.01 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 235 | 0.57 | 0.90 | 0 | 0.08 | 261.79 | 0.84 | 0.51 |
| Hex | 64 | 17 | EB | 39 | 5A | 0 | 8 | 106 | 54 | 33 |
| Octal | 144 | 27 | 353 | 71 | 132 | 0 | 10 | 406 | 124 | 63 |
| Binary | 1100100 | 10111 | 11101011 | 111001 | 1011010 | 0 | 1000 | 100000110 | 1010100 | 110011 |
Color Harmonies of #6417EB
Complementary color
Monochromatic Colors of #6417EB
Black with #6417EB
Text Example
Text Example
White with #6417EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6417EB; }
p { color: rgb(100,23,235); }
H1.HeaderClassName
{
color: #6417EB;
}
.AnyTagClassName
{
color: #6417EB;
}
</style>
background-color css
<style>
a { background-color: #6417EB; }
a { background-color: rgb(100,23,235); }
div.DivClassName
{
background-color: #6417EB;
}
.BgClassName
{
background-color: #6417EB;
}
</style>
border-color css
<style>
span { border-color: #6417EB; }
span { border-color: rgb(100,23,235); }
td.TdClassName
{
border-color: #6417EB;
}
.TagClassName
{
border-color: #6417EB;
}
</style>