Shades of Han Purple #6429E5
Tints of Han Purple #6429E5
RGB
CMYK
RGB Variations
Color information
#6429E5 (or 0x6429E5) is known color: Han Purple. HEX triplet: 64, 29 and E5. RGB value is (100,41,229). Sum of RGB (Red+Green+Blue) = 100+41+229=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 229 (89.84% from 255 or 61.89% from 370); Max value from RGB is 229 - color contains mainly: blue. Hex color #6429E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429E5 is #9BD61A. Grayscale: #4F4F4F. Windows color (decimal): -10212891 or 15018340. OLE color: 15018340.
HSL color Cylindrical-coordinate representation of color #6429E5: hue angle of 258.83º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6429E5 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 100 | 41 | 229 | - |
| CMYK | 0.56 | 0.82 | 0 | 0.10 |
| HSL | 258.83º | 0.78% | 0.53% | - |
| HSV(B) | 258.83º | 0.82% | 0.9% | - |
| XYZ | 20.19 | 9.95 | 74.99 | - |
| YUV | 80.07 | 212.05 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 41 | 229 | 0.56 | 0.82 | 0 | 0.10 | 258.83 | 0.78 | 0.53 |
| Hex | 64 | 29 | E5 | 38 | 52 | 0 | A | 103 | 4E | 35 |
| Octal | 144 | 51 | 345 | 70 | 122 | 0 | 12 | 403 | 116 | 65 |
| Binary | 1100100 | 101001 | 11100101 | 111000 | 1010010 | 0 | 1010 | 100000011 | 1001110 | 110101 |
Color Harmonies of #6429E5
Complementary color
Monochromatic Colors of #6429E5
Black with #6429E5
Text Example
Text Example
White with #6429E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6429E5; }
p { color: rgb(100,41,229); }
H1.HeaderClassName
{
color: #6429E5;
}
.AnyTagClassName
{
color: #6429E5;
}
</style>
background-color css
<style>
a { background-color: #6429E5; }
a { background-color: rgb(100,41,229); }
div.DivClassName
{
background-color: #6429E5;
}
.BgClassName
{
background-color: #6429E5;
}
</style>
border-color css
<style>
span { border-color: #6429E5; }
span { border-color: rgb(100,41,229); }
td.TdClassName
{
border-color: #6429E5;
}
.TagClassName
{
border-color: #6429E5;
}
</style>