Shades of Han Purple #602EEC
Tints of Han Purple #602EEC
RGB
CMYK
RGB Variations
Color information
#602EEC (or 0x602EEC) is known color: Han Purple. HEX triplet: 60, 2E and EC. RGB value is (96,46,236). Sum of RGB (Red+Green+Blue) = 96+46+236=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 46 (18.36% from 255 or 12.17% from 378); Blue value is 236 (92.58% from 255 or 62.43% from 378); Max value from RGB is 236 - color contains mainly: blue. Hex color #602EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602EEC is #9FD113. Grayscale: #515151. Windows color (decimal): -10473748 or 15478368. OLE color: 15478368.
HSL color Cylindrical-coordinate representation of color #602EEC: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602EEC is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 46 | 236 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.07 |
| HSL | 255.79º | 0.83% | 0.55% | - |
| HSV(B) | 255.79º | 0.81% | 0.93% | - |
| XYZ | 20.94 | 10.5 | 80.28 | - |
| YUV | 82.61 | 214.57 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 236 | 0.59 | 0.81 | 0 | 0.07 | 255.79 | 0.83 | 0.55 |
| Hex | 60 | 2E | EC | 3B | 51 | 0 | 7 | 100 | 53 | 37 |
| Octal | 140 | 56 | 354 | 73 | 121 | 0 | 7 | 400 | 123 | 67 |
| Binary | 1100000 | 101110 | 11101100 | 111011 | 1010001 | 0 | 111 | 100000000 | 1010011 | 110111 |
Color Harmonies of #602EEC
Complementary color
Monochromatic Colors of #602EEC
Black with #602EEC
Text Example
Text Example
White with #602EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602EEC; }
p { color: rgb(96,46,236); }
H1.HeaderClassName
{
color: #602EEC;
}
.AnyTagClassName
{
color: #602EEC;
}
</style>
background-color css
<style>
a { background-color: #602EEC; }
a { background-color: rgb(96,46,236); }
div.DivClassName
{
background-color: #602EEC;
}
.BgClassName
{
background-color: #602EEC;
}
</style>
border-color css
<style>
span { border-color: #602EEC; }
span { border-color: rgb(96,46,236); }
td.TdClassName
{
border-color: #602EEC;
}
.TagClassName
{
border-color: #602EEC;
}
</style>