Shades of Han Purple #6212EB
Tints of Han Purple #6212EB
RGB
CMYK
RGB Variations
Color information
#6212EB (or 0x6212EB) is known color: Han Purple. HEX triplet: 62, 12 and EB. RGB value is (98,18,235). Sum of RGB (Red+Green+Blue) = 98+18+235=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #6212EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212EB is #9DED14. Grayscale: #414141. Windows color (decimal): -10349845 or 15405666. OLE color: 15405666.
HSL color Cylindrical-coordinate representation of color #6212EB: hue angle of 262.12º 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 #6212EB is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 18 | 235 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.08 |
| HSL | 262.12º | 0.86% | 0.5% | - |
| HSV(B) | 262.12º | 0.92% | 0.92% | - |
| XYZ | 20.25 | 9.03 | 79.27 | - |
| YUV | 66.66 | 223 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 235 | 0.58 | 0.92 | 0 | 0.08 | 262.12 | 0.86 | 0.5 |
| Hex | 62 | 12 | EB | 3A | 5C | 0 | 8 | 106 | 56 | 32 |
| Octal | 142 | 22 | 353 | 72 | 134 | 0 | 10 | 406 | 126 | 62 |
| Binary | 1100010 | 10010 | 11101011 | 111010 | 1011100 | 0 | 1000 | 100000110 | 1010110 | 110010 |
Color Harmonies of #6212EB
Complementary color
Monochromatic Colors of #6212EB
Black with #6212EB
Text Example
Text Example
White with #6212EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212EB; }
p { color: rgb(98,18,235); }
H1.HeaderClassName
{
color: #6212EB;
}
.AnyTagClassName
{
color: #6212EB;
}
</style>
background-color css
<style>
a { background-color: #6212EB; }
a { background-color: rgb(98,18,235); }
div.DivClassName
{
background-color: #6212EB;
}
.BgClassName
{
background-color: #6212EB;
}
</style>
border-color css
<style>
span { border-color: #6212EB; }
span { border-color: rgb(98,18,235); }
td.TdClassName
{
border-color: #6212EB;
}
.TagClassName
{
border-color: #6212EB;
}
</style>