Shades of Han Purple #6212EC
Tints of Han Purple #6212EC
RGB
CMYK
RGB Variations
Color information
#6212EC (or 0x6212EC) is known color: Han Purple. HEX triplet: 62, 12 and EC. RGB value is (98,18,236). Sum of RGB (Red+Green+Blue) = 98+18+236=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #6212EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212EC is #9DED13. Grayscale: #414141. Windows color (decimal): -10349844 or 15471202. OLE color: 15471202.
HSL color Cylindrical-coordinate representation of color #6212EC: hue angle of 262.02º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6212EC is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 18 | 236 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.07 |
| HSL | 262.02º | 0.86% | 0.5% | - |
| HSV(B) | 262.02º | 0.92% | 0.93% | - |
| XYZ | 20.39 | 9.09 | 80.04 | - |
| YUV | 66.77 | 223.5 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 236 | 0.58 | 0.92 | 0 | 0.07 | 262.02 | 0.86 | 0.5 |
| Hex | 62 | 12 | EC | 3A | 5C | 0 | 7 | 106 | 56 | 32 |
| Octal | 142 | 22 | 354 | 72 | 134 | 0 | 7 | 406 | 126 | 62 |
| Binary | 1100010 | 10010 | 11101100 | 111010 | 1011100 | 0 | 111 | 100000110 | 1010110 | 110010 |
Color Harmonies of #6212EC
Complementary color
Monochromatic Colors of #6212EC
Black with #6212EC
Text Example
Text Example
White with #6212EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212EC; }
p { color: rgb(98,18,236); }
H1.HeaderClassName
{
color: #6212EC;
}
.AnyTagClassName
{
color: #6212EC;
}
</style>
background-color css
<style>
a { background-color: #6212EC; }
a { background-color: rgb(98,18,236); }
div.DivClassName
{
background-color: #6212EC;
}
.BgClassName
{
background-color: #6212EC;
}
</style>
border-color css
<style>
span { border-color: #6212EC; }
span { border-color: rgb(98,18,236); }
td.TdClassName
{
border-color: #6212EC;
}
.TagClassName
{
border-color: #6212EC;
}
</style>