Shades of Han Purple #6011EF
Tints of Han Purple #6011EF
RGB
CMYK
RGB Variations
Color information
#6011EF (or 0x6011EF) is known color: Han Purple. HEX triplet: 60, 11 and EF. RGB value is (96,17,239). Sum of RGB (Red+Green+Blue) = 96+17+239=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 17 (7.03% from 255 or 4.83% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #6011EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6011EF is #9FEE10. Grayscale: #414141. Windows color (decimal): -10481169 or 15667552. OLE color: 15667552.
HSL color Cylindrical-coordinate representation of color #6011EF: hue angle of 261.35º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6011EF is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 96 | 17 | 239 | - |
| CMYK | 0.60 | 0.93 | 0 | 0.06 |
| HSL | 261.35º | 0.87% | 0.5% | - |
| HSV(B) | 261.35º | 0.93% | 0.94% | - |
| XYZ | 20.6 | 9.12 | 82.34 | - |
| YUV | 65.93 | 225.67 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 17 | 239 | 0.60 | 0.93 | 0 | 0.06 | 261.35 | 0.87 | 0.5 |
| Hex | 60 | 11 | EF | 3C | 5D | 0 | 6 | 105 | 57 | 32 |
| Octal | 140 | 21 | 357 | 74 | 135 | 0 | 6 | 405 | 127 | 62 |
| Binary | 1100000 | 10001 | 11101111 | 111100 | 1011101 | 0 | 110 | 100000101 | 1010111 | 110010 |
Color Harmonies of #6011EF
Complementary color
Monochromatic Colors of #6011EF
Black with #6011EF
Text Example
Text Example
White with #6011EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6011EF; }
p { color: rgb(96,17,239); }
H1.HeaderClassName
{
color: #6011EF;
}
.AnyTagClassName
{
color: #6011EF;
}
</style>
background-color css
<style>
a { background-color: #6011EF; }
a { background-color: rgb(96,17,239); }
div.DivClassName
{
background-color: #6011EF;
}
.BgClassName
{
background-color: #6011EF;
}
</style>
border-color css
<style>
span { border-color: #6011EF; }
span { border-color: rgb(96,17,239); }
td.TdClassName
{
border-color: #6011EF;
}
.TagClassName
{
border-color: #6011EF;
}
</style>