Shades of Han Purple #6420ED
Tints of Han Purple #6420ED
RGB
CMYK
RGB Variations
Color information
#6420ED (or 0x6420ED) is known color: Han Purple. HEX triplet: 64, 20 and ED. RGB value is (100,32,237). Sum of RGB (Red+Green+Blue) = 100+32+237=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 237 (92.97% from 255 or 64.23% from 369); Max value from RGB is 237 - color contains mainly: blue. Hex color #6420ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6420ED is #9BDF12. Grayscale: #4A4A4A. Windows color (decimal): -10215187 or 15540324. OLE color: 15540324.
HSL color Cylindrical-coordinate representation of color #6420ED: hue angle of 259.9º degrees, saturation: 0.85, 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 #6420ED is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 32 | 237 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.07 |
| HSL | 259.9º | 0.85% | 0.53% | - |
| HSV(B) | 259.9º | 0.86% | 0.93% | - |
| XYZ | 21.06 | 9.86 | 80.91 | - |
| YUV | 75.7 | 219.03 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 32 | 237 | 0.58 | 0.86 | 0 | 0.07 | 259.9 | 0.85 | 0.53 |
| Hex | 64 | 20 | ED | 3A | 56 | 0 | 7 | 104 | 55 | 35 |
| Octal | 144 | 40 | 355 | 72 | 126 | 0 | 7 | 404 | 125 | 65 |
| Binary | 1100100 | 100000 | 11101101 | 111010 | 1010110 | 0 | 111 | 100000100 | 1010101 | 110101 |
Color Harmonies of #6420ED
Complementary color
Monochromatic Colors of #6420ED
Black with #6420ED
Text Example
Text Example
White with #6420ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6420ED; }
p { color: rgb(100,32,237); }
H1.HeaderClassName
{
color: #6420ED;
}
.AnyTagClassName
{
color: #6420ED;
}
</style>
background-color css
<style>
a { background-color: #6420ED; }
a { background-color: rgb(100,32,237); }
div.DivClassName
{
background-color: #6420ED;
}
.BgClassName
{
background-color: #6420ED;
}
</style>
border-color css
<style>
span { border-color: #6420ED; }
span { border-color: rgb(100,32,237); }
td.TdClassName
{
border-color: #6420ED;
}
.TagClassName
{
border-color: #6420ED;
}
</style>