Shades of Han Purple #6424EC
Tints of Han Purple #6424EC
RGB
CMYK
RGB Variations
Color information
#6424EC (or 0x6424EC) is known color: Han Purple. HEX triplet: 64, 24 and EC. RGB value is (100,36,236). Sum of RGB (Red+Green+Blue) = 100+36+236=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #6424EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6424EC is #9BDB13. Grayscale: #4D4D4D. Windows color (decimal): -10214164 or 15475812. OLE color: 15475812.
HSL color Cylindrical-coordinate representation of color #6424EC: hue angle of 259.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6424EC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 36 | 236 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.07 |
| HSL | 259.2º | 0.84% | 0.53% | - |
| HSV(B) | 259.2º | 0.85% | 0.93% | - |
| XYZ | 21.03 | 10.03 | 80.18 | - |
| YUV | 77.94 | 217.2 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 36 | 236 | 0.58 | 0.85 | 0 | 0.07 | 259.2 | 0.84 | 0.53 |
| Hex | 64 | 24 | EC | 3A | 55 | 0 | 7 | 103 | 54 | 35 |
| Octal | 144 | 44 | 354 | 72 | 125 | 0 | 7 | 403 | 124 | 65 |
| Binary | 1100100 | 100100 | 11101100 | 111010 | 1010101 | 0 | 111 | 100000011 | 1010100 | 110101 |
Color Harmonies of #6424EC
Complementary color
Monochromatic Colors of #6424EC
Black with #6424EC
Text Example
Text Example
White with #6424EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6424EC; }
p { color: rgb(100,36,236); }
H1.HeaderClassName
{
color: #6424EC;
}
.AnyTagClassName
{
color: #6424EC;
}
</style>
background-color css
<style>
a { background-color: #6424EC; }
a { background-color: rgb(100,36,236); }
div.DivClassName
{
background-color: #6424EC;
}
.BgClassName
{
background-color: #6424EC;
}
</style>
border-color css
<style>
span { border-color: #6424EC; }
span { border-color: rgb(100,36,236); }
td.TdClassName
{
border-color: #6424EC;
}
.TagClassName
{
border-color: #6424EC;
}
</style>