Shades of Han Purple #6011E4
Tints of Han Purple #6011E4
RGB
CMYK
RGB Variations
Color information
#6011E4 (or 0x6011E4) is known color: Han Purple. HEX triplet: 60, 11 and E4. RGB value is (96,17,228). Sum of RGB (Red+Green+Blue) = 96+17+228=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 228 (89.45% from 255 or 66.86% from 341); Max value from RGB is 228 - color contains mainly: blue. Hex color #6011E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6011E4 is #9FEE1B. Grayscale: #3F3F3F. Windows color (decimal): -10481180 or 14946656. OLE color: 14946656.
HSL color Cylindrical-coordinate representation of color #6011E4: hue angle of 262.46º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6011E4 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 17 | 228 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.11 |
| HSL | 262.46º | 0.86% | 0.48% | - |
| HSV(B) | 262.46º | 0.93% | 0.89% | - |
| XYZ | 19.03 | 8.49 | 74.03 | - |
| YUV | 64.68 | 220.17 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 228 | 0.58 | 0.93 | 0 | 0.11 | 262.46 | 0.86 | 0.48 |
| Hex | 60 | 11 | E4 | 3A | 5D | 0 | B | 106 | 56 | 30 |
| Octal | 140 | 21 | 344 | 72 | 135 | 0 | 13 | 406 | 126 | 60 |
| Binary | 1100000 | 10001 | 11100100 | 111010 | 1011101 | 0 | 1011 | 100000110 | 1010110 | 110000 |
Color Harmonies of #6011E4
Complementary color
Monochromatic Colors of #6011E4
Black with #6011E4
Text Example
Text Example
White with #6011E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011E4; }
p { color: rgb(96,17,228); }
H1.HeaderClassName
{
color: #6011E4;
}
.AnyTagClassName
{
color: #6011E4;
}
</style>
background-color css
<style>
a { background-color: #6011E4; }
a { background-color: rgb(96,17,228); }
div.DivClassName
{
background-color: #6011E4;
}
.BgClassName
{
background-color: #6011E4;
}
</style>
border-color css
<style>
span { border-color: #6011E4; }
span { border-color: rgb(96,17,228); }
td.TdClassName
{
border-color: #6011E4;
}
.TagClassName
{
border-color: #6011E4;
}
</style>