Shades of Han Purple #602AE5
Tints of Han Purple #602AE5
RGB
CMYK
RGB Variations
Color information
#602AE5 (or 0x602AE5) is known color: Han Purple. HEX triplet: 60, 2A and E5. RGB value is (96,42,229). Sum of RGB (Red+Green+Blue) = 96+42+229=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 229 (89.84% from 255 or 62.40% from 367); Max value from RGB is 229 - color contains mainly: blue. Hex color #602AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602AE5 is #9FD51A. Grayscale: #4E4E4E. Windows color (decimal): -10474779 or 15018592. OLE color: 15018592.
HSL color Cylindrical-coordinate representation of color #602AE5: hue angle of 257.33º 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 #602AE5 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 42 | 229 | - |
| CMYK | 0.58 | 0.82 | 0 | 0.10 |
| HSL | 257.33º | 0.78% | 0.53% | - |
| HSV(B) | 257.33º | 0.82% | 0.9% | - |
| XYZ | 19.79 | 9.8 | 74.98 | - |
| YUV | 79.46 | 212.39 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 42 | 229 | 0.58 | 0.82 | 0 | 0.10 | 257.33 | 0.78 | 0.53 |
| Hex | 60 | 2A | E5 | 3A | 52 | 0 | A | 101 | 4E | 35 |
| Octal | 140 | 52 | 345 | 72 | 122 | 0 | 12 | 401 | 116 | 65 |
| Binary | 1100000 | 101010 | 11100101 | 111010 | 1010010 | 0 | 1010 | 100000001 | 1001110 | 110101 |
Color Harmonies of #602AE5
Complementary color
Monochromatic Colors of #602AE5
Black with #602AE5
Text Example
Text Example
White with #602AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602AE5; }
p { color: rgb(96,42,229); }
H1.HeaderClassName
{
color: #602AE5;
}
.AnyTagClassName
{
color: #602AE5;
}
</style>
background-color css
<style>
a { background-color: #602AE5; }
a { background-color: rgb(96,42,229); }
div.DivClassName
{
background-color: #602AE5;
}
.BgClassName
{
background-color: #602AE5;
}
</style>
border-color css
<style>
span { border-color: #602AE5; }
span { border-color: rgb(96,42,229); }
td.TdClassName
{
border-color: #602AE5;
}
.TagClassName
{
border-color: #602AE5;
}
</style>