Shades of Han Purple #602EE8
Tints of Han Purple #602EE8
RGB
CMYK
RGB Variations
Color information
#602EE8 (or 0x602EE8) is known color: Han Purple. HEX triplet: 60, 2E and E8. RGB value is (96,46,232). Sum of RGB (Red+Green+Blue) = 96+46+232=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 232 (91.02% from 255 or 62.03% from 374); Max value from RGB is 232 - color contains mainly: blue. Hex color #602EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EE8 is #9FD117. Grayscale: #515151. Windows color (decimal): -10473752 or 15216224. OLE color: 15216224.
HSL color Cylindrical-coordinate representation of color #602EE8: hue angle of 256.13º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602EE8 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 46 | 232 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.09 |
| HSL | 256.13º | 0.8% | 0.55% | - |
| HSV(B) | 256.13º | 0.8% | 0.91% | - |
| XYZ | 20.37 | 10.27 | 77.25 | - |
| YUV | 82.15 | 212.57 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 232 | 0.59 | 0.80 | 0 | 0.09 | 256.13 | 0.8 | 0.55 |
| Hex | 60 | 2E | E8 | 3B | 50 | 0 | 9 | 100 | 50 | 37 |
| Octal | 140 | 56 | 350 | 73 | 120 | 0 | 11 | 400 | 120 | 67 |
| Binary | 1100000 | 101110 | 11101000 | 111011 | 1010000 | 0 | 1001 | 100000000 | 1010000 | 110111 |
Color Harmonies of #602EE8
Complementary color
Monochromatic Colors of #602EE8
Black with #602EE8
Text Example
Text Example
White with #602EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602EE8; }
p { color: rgb(96,46,232); }
H1.HeaderClassName
{
color: #602EE8;
}
.AnyTagClassName
{
color: #602EE8;
}
</style>
background-color css
<style>
a { background-color: #602EE8; }
a { background-color: rgb(96,46,232); }
div.DivClassName
{
background-color: #602EE8;
}
.BgClassName
{
background-color: #602EE8;
}
</style>
border-color css
<style>
span { border-color: #602EE8; }
span { border-color: rgb(96,46,232); }
td.TdClassName
{
border-color: #602EE8;
}
.TagClassName
{
border-color: #602EE8;
}
</style>