Shades of Han Purple #6213EC
Tints of Han Purple #6213EC
RGB
CMYK
RGB Variations
Color information
#6213EC (or 0x6213EC) is known color: Han Purple. HEX triplet: 62, 13 and EC. RGB value is (98,19,236). Sum of RGB (Red+Green+Blue) = 98+19+236=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 19 (7.81% from 255 or 5.38% 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 #6213EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6213EC is #9DEC13. Grayscale: #424242. Windows color (decimal): -10349588 or 15471458. OLE color: 15471458.
HSL color Cylindrical-coordinate representation of color #6213EC: hue angle of 261.84º degrees, saturation: 0.85, 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 #6213EC is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 19 | 236 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.07 |
| HSL | 261.84º | 0.85% | 0.5% | - |
| HSV(B) | 261.84º | 0.92% | 0.93% | - |
| XYZ | 20.41 | 9.12 | 80.04 | - |
| YUV | 67.36 | 223.17 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 19 | 236 | 0.58 | 0.92 | 0 | 0.07 | 261.84 | 0.85 | 0.5 |
| Hex | 62 | 13 | EC | 3A | 5C | 0 | 7 | 106 | 55 | 32 |
| Octal | 142 | 23 | 354 | 72 | 134 | 0 | 7 | 406 | 125 | 62 |
| Binary | 1100010 | 10011 | 11101100 | 111010 | 1011100 | 0 | 111 | 100000110 | 1010101 | 110010 |
Color Harmonies of #6213EC
Complementary color
Monochromatic Colors of #6213EC
Black with #6213EC
Text Example
Text Example
White with #6213EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6213EC; }
p { color: rgb(98,19,236); }
H1.HeaderClassName
{
color: #6213EC;
}
.AnyTagClassName
{
color: #6213EC;
}
</style>
background-color css
<style>
a { background-color: #6213EC; }
a { background-color: rgb(98,19,236); }
div.DivClassName
{
background-color: #6213EC;
}
.BgClassName
{
background-color: #6213EC;
}
</style>
border-color css
<style>
span { border-color: #6213EC; }
span { border-color: rgb(98,19,236); }
td.TdClassName
{
border-color: #6213EC;
}
.TagClassName
{
border-color: #6213EC;
}
</style>