Shades of Han Purple #602BE4
Tints of Han Purple #602BE4
RGB
CMYK
RGB Variations
Color information
#602BE4 (or 0x602BE4) is known color: Han Purple. HEX triplet: 60, 2B and E4. RGB value is (96,43,228). Sum of RGB (Red+Green+Blue) = 96+43+228=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 43 (17.19% from 255 or 11.72% from 367); Blue value is 228 (89.45% from 255 or 62.13% from 367); Max value from RGB is 228 - color contains mainly: blue. Hex color #602BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602BE4 is #9FD41B. Grayscale: #4F4F4F. Windows color (decimal): -10474524 or 14953312. OLE color: 14953312.
HSL color Cylindrical-coordinate representation of color #602BE4: hue angle of 257.19º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602BE4 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 43 | 228 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.11 |
| HSL | 257.19º | 0.77% | 0.53% | - |
| HSV(B) | 257.19º | 0.81% | 0.89% | - |
| XYZ | 19.69 | 9.82 | 74.26 | - |
| YUV | 79.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 228 | 0.58 | 0.81 | 0 | 0.11 | 257.19 | 0.77 | 0.53 |
| Hex | 60 | 2B | E4 | 3A | 51 | 0 | B | 101 | 4D | 35 |
| Octal | 140 | 53 | 344 | 72 | 121 | 0 | 13 | 401 | 115 | 65 |
| Binary | 1100000 | 101011 | 11100100 | 111010 | 1010001 | 0 | 1011 | 100000001 | 1001101 | 110101 |
Color Harmonies of #602BE4
Complementary color
Monochromatic Colors of #602BE4
Black with #602BE4
Text Example
Text Example
White with #602BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BE4; }
p { color: rgb(96,43,228); }
H1.HeaderClassName
{
color: #602BE4;
}
.AnyTagClassName
{
color: #602BE4;
}
</style>
background-color css
<style>
a { background-color: #602BE4; }
a { background-color: rgb(96,43,228); }
div.DivClassName
{
background-color: #602BE4;
}
.BgClassName
{
background-color: #602BE4;
}
</style>
border-color css
<style>
span { border-color: #602BE4; }
span { border-color: rgb(96,43,228); }
td.TdClassName
{
border-color: #602BE4;
}
.TagClassName
{
border-color: #602BE4;
}
</style>