Shades of Han Purple #602FEB
Tints of Han Purple #602FEB
RGB
CMYK
RGB Variations
Color information
#602FEB (or 0x602FEB) is known color: Han Purple. HEX triplet: 60, 2F and EB. RGB value is (96,47,235). Sum of RGB (Red+Green+Blue) = 96+47+235=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #602FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602FEB is #9FD014. Grayscale: #525252. Windows color (decimal): -10473493 or 15413088. OLE color: 15413088.
HSL color Cylindrical-coordinate representation of color #602FEB: hue angle of 255.64º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602FEB is Cyan = 0.59, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 47 | 235 | - |
| CMYK | 0.59 | 0.8 | 0 | 0.08 |
| HSL | 255.64º | 0.82% | 0.55% | - |
| HSV(B) | 255.64º | 0.8% | 0.92% | - |
| XYZ | 20.84 | 10.52 | 79.53 | - |
| YUV | 83.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 235 | 0.59 | 0.8 | 0 | 0.08 | 255.64 | 0.82 | 0.55 |
| Hex | 60 | 2F | EB | 3B | 50 | 0 | 8 | 100 | 52 | 37 |
| Octal | 140 | 57 | 353 | 73 | 120 | 0 | 10 | 400 | 122 | 67 |
| Binary | 1100000 | 101111 | 11101011 | 111011 | 1010000 | 0 | 1000 | 100000000 | 1010010 | 110111 |
Color Harmonies of #602FEB
Complementary color
Monochromatic Colors of #602FEB
Black with #602FEB
Text Example
Text Example
White with #602FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FEB; }
p { color: rgb(96,47,235); }
H1.HeaderClassName
{
color: #602FEB;
}
.AnyTagClassName
{
color: #602FEB;
}
</style>
background-color css
<style>
a { background-color: #602FEB; }
a { background-color: rgb(96,47,235); }
div.DivClassName
{
background-color: #602FEB;
}
.BgClassName
{
background-color: #602FEB;
}
</style>
border-color css
<style>
span { border-color: #602FEB; }
span { border-color: rgb(96,47,235); }
td.TdClassName
{
border-color: #602FEB;
}
.TagClassName
{
border-color: #602FEB;
}
</style>