Shades of Han Purple #6015EC
Tints of Han Purple #6015EC
RGB
CMYK
RGB Variations
Color information
#6015EC (or 0x6015EC) is known color: Han Purple. HEX triplet: 60, 15 and EC. RGB value is (96,21,236). Sum of RGB (Red+Green+Blue) = 96+21+236=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #6015EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6015EC is #9FEA13. Grayscale: #434343. Windows color (decimal): -10480148 or 15471968. OLE color: 15471968.
HSL color Cylindrical-coordinate representation of color #6015EC: hue angle of 260.93º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6015EC is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 96 | 21 | 236 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.07 |
| HSL | 260.93º | 0.85% | 0.5% | - |
| HSV(B) | 260.93º | 0.91% | 0.93% | - |
| XYZ | 20.23 | 9.08 | 80.04 | - |
| YUV | 67.94 | 222.85 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 21 | 236 | 0.59 | 0.91 | 0 | 0.07 | 260.93 | 0.85 | 0.5 |
| Hex | 60 | 15 | EC | 3B | 5B | 0 | 7 | 105 | 55 | 32 |
| Octal | 140 | 25 | 354 | 73 | 133 | 0 | 7 | 405 | 125 | 62 |
| Binary | 1100000 | 10101 | 11101100 | 111011 | 1011011 | 0 | 111 | 100000101 | 1010101 | 110010 |
Color Harmonies of #6015EC
Complementary color
Monochromatic Colors of #6015EC
Black with #6015EC
Text Example
Text Example
White with #6015EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6015EC; }
p { color: rgb(96,21,236); }
H1.HeaderClassName
{
color: #6015EC;
}
.AnyTagClassName
{
color: #6015EC;
}
</style>
background-color css
<style>
a { background-color: #6015EC; }
a { background-color: rgb(96,21,236); }
div.DivClassName
{
background-color: #6015EC;
}
.BgClassName
{
background-color: #6015EC;
}
</style>
border-color css
<style>
span { border-color: #6015EC; }
span { border-color: rgb(96,21,236); }
td.TdClassName
{
border-color: #6015EC;
}
.TagClassName
{
border-color: #6015EC;
}
</style>