Shades of Han Purple #6020E2
Tints of Han Purple #6020E2
RGB
CMYK
RGB Variations
Color information
#6020E2 (or 0x6020E2) is known color: Han Purple. HEX triplet: 60, 20 and E2. RGB value is (96,32,226). Sum of RGB (Red+Green+Blue) = 96+32+226=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 226 (88.67% from 255 or 63.84% from 354); Max value from RGB is 226 - color contains mainly: blue. Hex color #6020E2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020E2 is #9FDF1D. Grayscale: #484848. Windows color (decimal): -10477342 or 14819424. OLE color: 14819424.
HSL color Cylindrical-coordinate representation of color #6020E2: hue angle of 259.79º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6020E2 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 32 | 226 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.11 |
| HSL | 259.79º | 0.77% | 0.51% | - |
| HSV(B) | 259.79º | 0.86% | 0.89% | - |
| XYZ | 19.07 | 9.01 | 72.69 | - |
| YUV | 73.25 | 214.2 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 226 | 0.58 | 0.86 | 0 | 0.11 | 259.79 | 0.77 | 0.51 |
| Hex | 60 | 20 | E2 | 3A | 56 | 0 | B | 104 | 4D | 33 |
| Octal | 140 | 40 | 342 | 72 | 126 | 0 | 13 | 404 | 115 | 63 |
| Binary | 1100000 | 100000 | 11100010 | 111010 | 1010110 | 0 | 1011 | 100000100 | 1001101 | 110011 |
Color Harmonies of #6020E2
Complementary color
Monochromatic Colors of #6020E2
Black with #6020E2
Text Example
Text Example
White with #6020E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6020E2; }
p { color: rgb(96,32,226); }
H1.HeaderClassName
{
color: #6020E2;
}
.AnyTagClassName
{
color: #6020E2;
}
</style>
background-color css
<style>
a { background-color: #6020E2; }
a { background-color: rgb(96,32,226); }
div.DivClassName
{
background-color: #6020E2;
}
.BgClassName
{
background-color: #6020E2;
}
</style>
border-color css
<style>
span { border-color: #6020E2; }
span { border-color: rgb(96,32,226); }
td.TdClassName
{
border-color: #6020E2;
}
.TagClassName
{
border-color: #6020E2;
}
</style>