Shades of Han Purple #602DE6
Tints of Han Purple #602DE6
RGB
CMYK
RGB Variations
Color information
#602DE6 (or 0x602DE6) is known color: Han Purple. HEX triplet: 60, 2D and E6. RGB value is (96,45,230). Sum of RGB (Red+Green+Blue) = 96+45+230=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #602DE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602DE6 is #9FD219. Grayscale: #505050. Windows color (decimal): -10474010 or 15084896. OLE color: 15084896.
HSL color Cylindrical-coordinate representation of color #602DE6: hue angle of 256.54º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602DE6 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 96 | 45 | 230 | - |
| CMYK | 0.58 | 0.80 | 0 | 0.10 |
| HSL | 256.54º | 0.79% | 0.54% | - |
| HSV(B) | 256.54º | 0.8% | 0.9% | - |
| XYZ | 20.05 | 10.08 | 75.75 | - |
| YUV | 81.34 | 211.9 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 230 | 0.58 | 0.80 | 0 | 0.10 | 256.54 | 0.79 | 0.54 |
| Hex | 60 | 2D | E6 | 3A | 50 | 0 | A | 101 | 4F | 36 |
| Octal | 140 | 55 | 346 | 72 | 120 | 0 | 12 | 401 | 117 | 66 |
| Binary | 1100000 | 101101 | 11100110 | 111010 | 1010000 | 0 | 1010 | 100000001 | 1001111 | 110110 |
Color Harmonies of #602DE6
Complementary color
Monochromatic Colors of #602DE6
Black with #602DE6
Text Example
Text Example
White with #602DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602DE6; }
p { color: rgb(96,45,230); }
H1.HeaderClassName
{
color: #602DE6;
}
.AnyTagClassName
{
color: #602DE6;
}
</style>
background-color css
<style>
a { background-color: #602DE6; }
a { background-color: rgb(96,45,230); }
div.DivClassName
{
background-color: #602DE6;
}
.BgClassName
{
background-color: #602DE6;
}
</style>
border-color css
<style>
span { border-color: #602DE6; }
span { border-color: rgb(96,45,230); }
td.TdClassName
{
border-color: #602DE6;
}
.TagClassName
{
border-color: #602DE6;
}
</style>