Shades of Han Purple #6420EC
Tints of Han Purple #6420EC
RGB
CMYK
RGB Variations
Color information
#6420EC (or 0x6420EC) is known color: Han Purple. HEX triplet: 64, 20 and EC. RGB value is (100,32,236). Sum of RGB (Red+Green+Blue) = 100+32+236=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #6420EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420EC is #9BDF13. Grayscale: #4A4A4A. Windows color (decimal): -10215188 or 15474788. OLE color: 15474788.
HSL color Cylindrical-coordinate representation of color #6420EC: hue angle of 260º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6420EC is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 32 | 236 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.07 |
| HSL | 260º | 0.84% | 0.53% | - |
| HSV(B) | 260º | 0.86% | 0.93% | - |
| XYZ | 20.91 | 9.8 | 80.15 | - |
| YUV | 75.59 | 218.53 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 236 | 0.58 | 0.86 | 0 | 0.07 | 260 | 0.84 | 0.53 |
| Hex | 64 | 20 | EC | 3A | 56 | 0 | 7 | 104 | 54 | 35 |
| Octal | 144 | 40 | 354 | 72 | 126 | 0 | 7 | 404 | 124 | 65 |
| Binary | 1100100 | 100000 | 11101100 | 111010 | 1010110 | 0 | 111 | 100000100 | 1010100 | 110101 |
Color Harmonies of #6420EC
Complementary color
Monochromatic Colors of #6420EC
Black with #6420EC
Text Example
Text Example
White with #6420EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6420EC; }
p { color: rgb(100,32,236); }
H1.HeaderClassName
{
color: #6420EC;
}
.AnyTagClassName
{
color: #6420EC;
}
</style>
background-color css
<style>
a { background-color: #6420EC; }
a { background-color: rgb(100,32,236); }
div.DivClassName
{
background-color: #6420EC;
}
.BgClassName
{
background-color: #6420EC;
}
</style>
border-color css
<style>
span { border-color: #6420EC; }
span { border-color: rgb(100,32,236); }
td.TdClassName
{
border-color: #6420EC;
}
.TagClassName
{
border-color: #6420EC;
}
</style>