Shades of Han Purple #6011EC
Tints of Han Purple #6011EC
RGB
CMYK
RGB Variations
Color information
#6011EC (or 0x6011EC) is known color: Han Purple. HEX triplet: 60, 11 and EC. RGB value is (96,17,236). Sum of RGB (Red+Green+Blue) = 96+17+236=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #6011EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6011EC is #9FEE13. Grayscale: #404040. Windows color (decimal): -10481172 or 15470944. OLE color: 15470944.
HSL color Cylindrical-coordinate representation of color #6011EC: hue angle of 261.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6011EC is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 17 | 236 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.07 |
| HSL | 261.64º | 0.87% | 0.5% | - |
| HSV(B) | 261.64º | 0.93% | 0.93% | - |
| XYZ | 20.16 | 8.94 | 80.02 | - |
| YUV | 65.59 | 224.17 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 236 | 0.59 | 0.93 | 0 | 0.07 | 261.64 | 0.87 | 0.5 |
| Hex | 60 | 11 | EC | 3B | 5D | 0 | 7 | 106 | 57 | 32 |
| Octal | 140 | 21 | 354 | 73 | 135 | 0 | 7 | 406 | 127 | 62 |
| Binary | 1100000 | 10001 | 11101100 | 111011 | 1011101 | 0 | 111 | 100000110 | 1010111 | 110010 |
Color Harmonies of #6011EC
Complementary color
Monochromatic Colors of #6011EC
Black with #6011EC
Text Example
Text Example
White with #6011EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011EC; }
p { color: rgb(96,17,236); }
H1.HeaderClassName
{
color: #6011EC;
}
.AnyTagClassName
{
color: #6011EC;
}
</style>
background-color css
<style>
a { background-color: #6011EC; }
a { background-color: rgb(96,17,236); }
div.DivClassName
{
background-color: #6011EC;
}
.BgClassName
{
background-color: #6011EC;
}
</style>
border-color css
<style>
span { border-color: #6011EC; }
span { border-color: rgb(96,17,236); }
td.TdClassName
{
border-color: #6011EC;
}
.TagClassName
{
border-color: #6011EC;
}
</style>