Shades of Han Purple #602FEE
Tints of Han Purple #602FEE
RGB
CMYK
RGB Variations
Color information
#602FEE (or 0x602FEE) is known color: Han Purple. HEX triplet: 60, 2F and EE. RGB value is (96,47,238). Sum of RGB (Red+Green+Blue) = 96+47+238=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 47 (18.75% from 255 or 12.34% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #602FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FEE is #9FD011. Grayscale: #525252. Windows color (decimal): -10473490 or 15609696. OLE color: 15609696.
HSL color Cylindrical-coordinate representation of color #602FEE: hue angle of 255.39º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602FEE is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 47 | 238 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.07 |
| HSL | 255.39º | 0.85% | 0.56% | - |
| HSV(B) | 255.39º | 0.8% | 0.93% | - |
| XYZ | 21.27 | 10.69 | 81.83 | - |
| YUV | 83.43 | 215.23 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 238 | 0.60 | 0.80 | 0 | 0.07 | 255.39 | 0.85 | 0.56 |
| Hex | 60 | 2F | EE | 3C | 50 | 0 | 7 | FF | 55 | 38 |
| Octal | 140 | 57 | 356 | 74 | 120 | 0 | 7 | 377 | 125 | 70 |
| Binary | 1100000 | 101111 | 11101110 | 111100 | 1010000 | 0 | 111 | 11111111 | 1010101 | 111000 |
Color Harmonies of #602FEE
Complementary color
Monochromatic Colors of #602FEE
Black with #602FEE
Text Example
Text Example
White with #602FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FEE; }
p { color: rgb(96,47,238); }
H1.HeaderClassName
{
color: #602FEE;
}
.AnyTagClassName
{
color: #602FEE;
}
</style>
background-color css
<style>
a { background-color: #602FEE; }
a { background-color: rgb(96,47,238); }
div.DivClassName
{
background-color: #602FEE;
}
.BgClassName
{
background-color: #602FEE;
}
</style>
border-color css
<style>
span { border-color: #602FEE; }
span { border-color: rgb(96,47,238); }
td.TdClassName
{
border-color: #602FEE;
}
.TagClassName
{
border-color: #602FEE;
}
</style>