Shades of Han Purple #6022E1
Tints of Han Purple #6022E1
RGB
CMYK
RGB Variations
Color information
#6022E1 (or 0x6022E1) is known color: Han Purple. HEX triplet: 60, 22 and E1. RGB value is (96,34,225). Sum of RGB (Red+Green+Blue) = 96+34+225=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 225 (88.28% from 255 or 63.38% from 355); Max value from RGB is 225 - color contains mainly: blue. Hex color #6022E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6022E1 is #9FDD1E. Grayscale: #494949. Windows color (decimal): -10476831 or 14754400. OLE color: 14754400.
HSL color Cylindrical-coordinate representation of color #6022E1: hue angle of 259.48º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6022E1 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 34 | 225 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.12 |
| HSL | 259.48º | 0.76% | 0.51% | - |
| HSV(B) | 259.48º | 0.85% | 0.88% | - |
| XYZ | 18.99 | 9.07 | 71.98 | - |
| YUV | 74.31 | 213.04 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 34 | 225 | 0.57 | 0.85 | 0 | 0.12 | 259.48 | 0.76 | 0.51 |
| Hex | 60 | 22 | E1 | 39 | 55 | 0 | C | 103 | 4C | 33 |
| Octal | 140 | 42 | 341 | 71 | 125 | 0 | 14 | 403 | 114 | 63 |
| Binary | 1100000 | 100010 | 11100001 | 111001 | 1010101 | 0 | 1100 | 100000011 | 1001100 | 110011 |
Color Harmonies of #6022E1
Complementary color
Monochromatic Colors of #6022E1
Black with #6022E1
Text Example
Text Example
White with #6022E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6022E1; }
p { color: rgb(96,34,225); }
H1.HeaderClassName
{
color: #6022E1;
}
.AnyTagClassName
{
color: #6022E1;
}
</style>
background-color css
<style>
a { background-color: #6022E1; }
a { background-color: rgb(96,34,225); }
div.DivClassName
{
background-color: #6022E1;
}
.BgClassName
{
background-color: #6022E1;
}
</style>
border-color css
<style>
span { border-color: #6022E1; }
span { border-color: rgb(96,34,225); }
td.TdClassName
{
border-color: #6022E1;
}
.TagClassName
{
border-color: #6022E1;
}
</style>