Shades of Han Purple #6428FF
Tints of Han Purple #6428FF
RGB
CMYK
RGB Variations
Color information
#6428FF (or 0x6428FF) is known color: Han Purple. HEX triplet: 64, 28 and FF. RGB value is (100,40,255). Sum of RGB (Red+Green+Blue) = 100+40+255=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #6428FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6428FF is #9BD700. Grayscale: #515151. Windows color (decimal): -10213121 or 16722020. OLE color: 16722020.
HSL color Cylindrical-coordinate representation of color #6428FF: hue angle of 256.74º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6428FF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 40 | 255 | - |
| CMYK | 0.61 | 0.84 | 0 | 0 |
| HSL | 256.74º | 1% | 0.58% | - |
| HSV(B) | 256.74º | 0.84% | 1% | - |
| XYZ | 24.06 | 11.45 | 95.55 | - |
| YUV | 82.45 | 225.38 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 255 | 0.61 | 0.84 | 0 | 0 | 256.74 | 1 | 0.58 |
| Hex | 64 | 28 | FF | 3D | 54 | 0 | 0 | 101 | 64 | 3A |
| Octal | 144 | 50 | 377 | 75 | 124 | 0 | 0 | 401 | 144 | 72 |
| Binary | 1100100 | 101000 | 11111111 | 111101 | 1010100 | 0 | 0 | 100000001 | 1100100 | 111010 |
Color Harmonies of #6428FF
Complementary color
Monochromatic Colors of #6428FF
Black with #6428FF
Text Example
Text Example
White with #6428FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6428FF; }
p { color: rgb(100,40,255); }
H1.HeaderClassName
{
color: #6428FF;
}
.AnyTagClassName
{
color: #6428FF;
}
</style>
background-color css
<style>
a { background-color: #6428FF; }
a { background-color: rgb(100,40,255); }
div.DivClassName
{
background-color: #6428FF;
}
.BgClassName
{
background-color: #6428FF;
}
</style>
border-color css
<style>
span { border-color: #6428FF; }
span { border-color: rgb(100,40,255); }
td.TdClassName
{
border-color: #6428FF;
}
.TagClassName
{
border-color: #6428FF;
}
</style>