Shades of Han Purple #602BE7
Tints of Han Purple #602BE7
RGB
CMYK
RGB Variations
Color information
#602BE7 (or 0x602BE7) is known color: Han Purple. HEX triplet: 60, 2B and E7. RGB value is (96,43,231). Sum of RGB (Red+Green+Blue) = 96+43+231=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 231 (90.62% from 255 or 62.43% from 370); Max value from RGB is 231 - color contains mainly: blue. Hex color #602BE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #602BE7 is #9FD418. Grayscale: #4F4F4F. Windows color (decimal): -10474521 or 15149920. OLE color: 15149920.
HSL color Cylindrical-coordinate representation of color #602BE7: hue angle of 256.91º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #602BE7 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 96 | 43 | 231 | - |
| CMYK | 0.58 | 0.81 | 0 | 0.09 |
| HSL | 256.91º | 0.8% | 0.54% | - |
| HSV(B) | 256.91º | 0.81% | 0.91% | - |
| XYZ | 20.11 | 9.98 | 76.47 | - |
| YUV | 80.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 231 | 0.58 | 0.81 | 0 | 0.09 | 256.91 | 0.8 | 0.54 |
| Hex | 60 | 2B | E7 | 3A | 51 | 0 | 9 | 101 | 50 | 36 |
| Octal | 140 | 53 | 347 | 72 | 121 | 0 | 11 | 401 | 120 | 66 |
| Binary | 1100000 | 101011 | 11100111 | 111010 | 1010001 | 0 | 1001 | 100000001 | 1010000 | 110110 |
Color Harmonies of #602BE7
Complementary color
Monochromatic Colors of #602BE7
Black with #602BE7
Text Example
Text Example
White with #602BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602BE7; }
p { color: rgb(96,43,231); }
H1.HeaderClassName
{
color: #602BE7;
}
.AnyTagClassName
{
color: #602BE7;
}
</style>
background-color css
<style>
a { background-color: #602BE7; }
a { background-color: rgb(96,43,231); }
div.DivClassName
{
background-color: #602BE7;
}
.BgClassName
{
background-color: #602BE7;
}
</style>
border-color css
<style>
span { border-color: #602BE7; }
span { border-color: rgb(96,43,231); }
td.TdClassName
{
border-color: #602BE7;
}
.TagClassName
{
border-color: #602BE7;
}
</style>