Shades of Han Purple #6428FA
Tints of Han Purple #6428FA
RGB
CMYK
RGB Variations
Color information
#6428FA (or 0x6428FA) is known color: Han Purple. HEX triplet: 64, 28 and FA. RGB value is (100,40,250). Sum of RGB (Red+Green+Blue) = 100+40+250=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 40 (16.02% from 255 or 10.26% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #6428FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6428FA is #9BD705. Grayscale: #515151. Windows color (decimal): -10213126 or 16394340. OLE color: 16394340.
HSL color Cylindrical-coordinate representation of color #6428FA: hue angle of 257.14º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6428FA is Cyan = 0.6, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 40 | 250 | - |
| CMYK | 0.6 | 0.84 | 0 | 0.02 |
| HSL | 257.14º | 0.95% | 0.57% | - |
| HSV(B) | 257.14º | 0.84% | 0.98% | - |
| XYZ | 23.27 | 11.13 | 91.36 | - |
| YUV | 81.88 | 222.88 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 250 | 0.6 | 0.84 | 0 | 0.02 | 257.14 | 0.95 | 0.57 |
| Hex | 64 | 28 | FA | 3C | 54 | 0 | 2 | 101 | 5F | 39 |
| Octal | 144 | 50 | 372 | 74 | 124 | 0 | 2 | 401 | 137 | 71 |
| Binary | 1100100 | 101000 | 11111010 | 111100 | 1010100 | 0 | 10 | 100000001 | 1011111 | 111001 |
Color Harmonies of #6428FA
Complementary color
Monochromatic Colors of #6428FA
Black with #6428FA
Text Example
Text Example
White with #6428FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428FA; }
p { color: rgb(100,40,250); }
H1.HeaderClassName
{
color: #6428FA;
}
.AnyTagClassName
{
color: #6428FA;
}
</style>
background-color css
<style>
a { background-color: #6428FA; }
a { background-color: rgb(100,40,250); }
div.DivClassName
{
background-color: #6428FA;
}
.BgClassName
{
background-color: #6428FA;
}
</style>
border-color css
<style>
span { border-color: #6428FA; }
span { border-color: rgb(100,40,250); }
td.TdClassName
{
border-color: #6428FA;
}
.TagClassName
{
border-color: #6428FA;
}
</style>