Shades of Han Purple #6012EB
Tints of Han Purple #6012EB
RGB
CMYK
RGB Variations
Color information
#6012EB (or 0x6012EB) is known color: Han Purple. HEX triplet: 60, 12 and EB. RGB value is (96,18,235). Sum of RGB (Red+Green+Blue) = 96+18+235=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 18 (7.42% from 255 or 5.16% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #6012EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6012EB is #9FED14. Grayscale: #414141. Windows color (decimal): -10480917 or 15405664. OLE color: 15405664.
HSL color Cylindrical-coordinate representation of color #6012EB: hue angle of 261.57º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6012EB is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 96 | 18 | 235 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.08 |
| HSL | 261.57º | 0.86% | 0.5% | - |
| HSV(B) | 261.57º | 0.92% | 0.92% | - |
| XYZ | 20.04 | 8.92 | 79.26 | - |
| YUV | 66.06 | 223.34 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 18 | 235 | 0.59 | 0.92 | 0 | 0.08 | 261.57 | 0.86 | 0.5 |
| Hex | 60 | 12 | EB | 3B | 5C | 0 | 8 | 106 | 56 | 32 |
| Octal | 140 | 22 | 353 | 73 | 134 | 0 | 10 | 406 | 126 | 62 |
| Binary | 1100000 | 10010 | 11101011 | 111011 | 1011100 | 0 | 1000 | 100000110 | 1010110 | 110010 |
Color Harmonies of #6012EB
Complementary color
Monochromatic Colors of #6012EB
Black with #6012EB
Text Example
Text Example
White with #6012EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6012EB; }
p { color: rgb(96,18,235); }
H1.HeaderClassName
{
color: #6012EB;
}
.AnyTagClassName
{
color: #6012EB;
}
</style>
background-color css
<style>
a { background-color: #6012EB; }
a { background-color: rgb(96,18,235); }
div.DivClassName
{
background-color: #6012EB;
}
.BgClassName
{
background-color: #6012EB;
}
</style>
border-color css
<style>
span { border-color: #6012EB; }
span { border-color: rgb(96,18,235); }
td.TdClassName
{
border-color: #6012EB;
}
.TagClassName
{
border-color: #6012EB;
}
</style>