Shades of Han Purple #6216EC
Tints of Han Purple #6216EC
RGB
CMYK
RGB Variations
Color information
#6216EC (or 0x6216EC) is known color: Han Purple. HEX triplet: 62, 16 and EC. RGB value is (98,22,236). Sum of RGB (Red+Green+Blue) = 98+22+236=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 236 (92.58% from 255 or 66.29% from 356); Max value from RGB is 236 - color contains mainly: blue. Hex color #6216EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6216EC is #9DE913. Grayscale: #444444. Windows color (decimal): -10348820 or 15472226. OLE color: 15472226.
HSL color Cylindrical-coordinate representation of color #6216EC: hue angle of 261.31º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6216EC is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 22 | 236 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.07 |
| HSL | 261.31º | 0.85% | 0.51% | - |
| HSV(B) | 261.31º | 0.91% | 0.93% | - |
| XYZ | 20.46 | 9.23 | 80.06 | - |
| YUV | 69.12 | 222.18 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 22 | 236 | 0.58 | 0.91 | 0 | 0.07 | 261.31 | 0.85 | 0.51 |
| Hex | 62 | 16 | EC | 3A | 5B | 0 | 7 | 105 | 55 | 33 |
| Octal | 142 | 26 | 354 | 72 | 133 | 0 | 7 | 405 | 125 | 63 |
| Binary | 1100010 | 10110 | 11101100 | 111010 | 1011011 | 0 | 111 | 100000101 | 1010101 | 110011 |
Color Harmonies of #6216EC
Complementary color
Monochromatic Colors of #6216EC
Black with #6216EC
Text Example
Text Example
White with #6216EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6216EC; }
p { color: rgb(98,22,236); }
H1.HeaderClassName
{
color: #6216EC;
}
.AnyTagClassName
{
color: #6216EC;
}
</style>
background-color css
<style>
a { background-color: #6216EC; }
a { background-color: rgb(98,22,236); }
div.DivClassName
{
background-color: #6216EC;
}
.BgClassName
{
background-color: #6216EC;
}
</style>
border-color css
<style>
span { border-color: #6216EC; }
span { border-color: rgb(98,22,236); }
td.TdClassName
{
border-color: #6216EC;
}
.TagClassName
{
border-color: #6216EC;
}
</style>