Shades of Han Purple #6429FF
Tints of Han Purple #6429FF
RGB
CMYK
RGB Variations
Color information
#6429FF (or 0x6429FF) is known color: Han Purple. HEX triplet: 64, 29 and FF. RGB value is (100,41,255). Sum of RGB (Red+Green+Blue) = 100+41+255=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #6429FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6429FF is #9BD600. Grayscale: #525252. Windows color (decimal): -10212865 or 16722276. OLE color: 16722276.
HSL color Cylindrical-coordinate representation of color #6429FF: hue angle of 256.54º 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 #6429FF is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 41 | 255 | - |
| CMYK | 0.61 | 0.84 | 0 | 0 |
| HSL | 256.54º | 1% | 0.58% | - |
| HSV(B) | 256.54º | 0.84% | 1% | - |
| XYZ | 24.1 | 11.52 | 95.56 | - |
| YUV | 83.04 | 225.05 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 255 | 0.61 | 0.84 | 0 | 0 | 256.54 | 1 | 0.58 |
| Hex | 64 | 29 | FF | 3D | 54 | 0 | 0 | 101 | 64 | 3A |
| Octal | 144 | 51 | 377 | 75 | 124 | 0 | 0 | 401 | 144 | 72 |
| Binary | 1100100 | 101001 | 11111111 | 111101 | 1010100 | 0 | 0 | 100000001 | 1100100 | 111010 |
Color Harmonies of #6429FF
Complementary color
Monochromatic Colors of #6429FF
Black with #6429FF
Text Example
Text Example
White with #6429FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6429FF; }
p { color: rgb(100,41,255); }
H1.HeaderClassName
{
color: #6429FF;
}
.AnyTagClassName
{
color: #6429FF;
}
</style>
background-color css
<style>
a { background-color: #6429FF; }
a { background-color: rgb(100,41,255); }
div.DivClassName
{
background-color: #6429FF;
}
.BgClassName
{
background-color: #6429FF;
}
</style>
border-color css
<style>
span { border-color: #6429FF; }
span { border-color: rgb(100,41,255); }
td.TdClassName
{
border-color: #6429FF;
}
.TagClassName
{
border-color: #6429FF;
}
</style>