Shades of Han Purple #6029E5
Tints of Han Purple #6029E5
RGB
CMYK
RGB Variations
Color information
#6029E5 (or 0x6029E5) is known color: Han Purple. HEX triplet: 60, 29 and E5. RGB value is (96,41,229). Sum of RGB (Red+Green+Blue) = 96+41+229=366 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.23% from 366); Green value is 41 (16.41% from 255 or 11.20% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #6029E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6029E5 is #9FD61A. Grayscale: #4E4E4E. Windows color (decimal): -10475035 or 15018336. OLE color: 15018336.
HSL color Cylindrical-coordinate representation of color #6029E5: hue angle of 257.55º 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 #6029E5 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 41 | 229 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.10 |
| HSL | 257.55º | 0.78% | 0.53% | - |
| HSV(B) | 257.55º | 0.82% | 0.9% | - |
| XYZ | 19.76 | 9.73 | 74.97 | - |
| YUV | 78.88 | 212.72 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 229 | 0.58 | 0.82 | 0 | 0.10 | 257.55 | 0.78 | 0.53 |
| Hex | 60 | 29 | E5 | 3A | 52 | 0 | A | 102 | 4E | 35 |
| Octal | 140 | 51 | 345 | 72 | 122 | 0 | 12 | 402 | 116 | 65 |
| Binary | 1100000 | 101001 | 11100101 | 111010 | 1010010 | 0 | 1010 | 100000010 | 1001110 | 110101 |
Color Harmonies of #6029E5
Complementary color
Monochromatic Colors of #6029E5
Black with #6029E5
Text Example
Text Example
White with #6029E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6029E5; }
p { color: rgb(96,41,229); }
H1.HeaderClassName
{
color: #6029E5;
}
.AnyTagClassName
{
color: #6029E5;
}
</style>
background-color css
<style>
a { background-color: #6029E5; }
a { background-color: rgb(96,41,229); }
div.DivClassName
{
background-color: #6029E5;
}
.BgClassName
{
background-color: #6029E5;
}
</style>
border-color css
<style>
span { border-color: #6029E5; }
span { border-color: rgb(96,41,229); }
td.TdClassName
{
border-color: #6029E5;
}
.TagClassName
{
border-color: #6029E5;
}
</style>