Shades of Han Purple #6428ED
Tints of Han Purple #6428ED
RGB
CMYK
RGB Variations
Color information
#6428ED (or 0x6428ED) is known color: Han Purple. HEX triplet: 64, 28 and ED. RGB value is (100,40,237). Sum of RGB (Red+Green+Blue) = 100+40+237=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 237 (92.97% from 255 or 62.86% from 377); Max value from RGB is 237 - color contains mainly: blue. Hex color #6428ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6428ED is #9BD712. Grayscale: #4F4F4F. Windows color (decimal): -10213139 or 15542372. OLE color: 15542372.
HSL color Cylindrical-coordinate representation of color #6428ED: hue angle of 258.27º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6428ED is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 40 | 237 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.07 |
| HSL | 258.27º | 0.85% | 0.54% | - |
| HSV(B) | 258.27º | 0.83% | 0.93% | - |
| XYZ | 21.3 | 10.34 | 80.99 | - |
| YUV | 80.4 | 216.38 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 237 | 0.58 | 0.83 | 0 | 0.07 | 258.27 | 0.85 | 0.54 |
| Hex | 64 | 28 | ED | 3A | 53 | 0 | 7 | 102 | 55 | 36 |
| Octal | 144 | 50 | 355 | 72 | 123 | 0 | 7 | 402 | 125 | 66 |
| Binary | 1100100 | 101000 | 11101101 | 111010 | 1010011 | 0 | 111 | 100000010 | 1010101 | 110110 |
Color Harmonies of #6428ED
Complementary color
Monochromatic Colors of #6428ED
Black with #6428ED
Text Example
Text Example
White with #6428ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428ED; }
p { color: rgb(100,40,237); }
H1.HeaderClassName
{
color: #6428ED;
}
.AnyTagClassName
{
color: #6428ED;
}
</style>
background-color css
<style>
a { background-color: #6428ED; }
a { background-color: rgb(100,40,237); }
div.DivClassName
{
background-color: #6428ED;
}
.BgClassName
{
background-color: #6428ED;
}
</style>
border-color css
<style>
span { border-color: #6428ED; }
span { border-color: rgb(100,40,237); }
td.TdClassName
{
border-color: #6428ED;
}
.TagClassName
{
border-color: #6428ED;
}
</style>