Shades of Han Purple #6210EC
Tints of Han Purple #6210EC
RGB
CMYK
RGB Variations
Color information
#6210EC (or 0x6210EC) is known color: Han Purple. HEX triplet: 62, 10 and EC. RGB value is (98,16,236). Sum of RGB (Red+Green+Blue) = 98+16+236=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #6210EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6210EC is #9DEF13. Grayscale: #404040. Windows color (decimal): -10350356 or 15470690. OLE color: 15470690.
HSL color Cylindrical-coordinate representation of color #6210EC: hue angle of 262.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6210EC is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 16 | 236 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.07 |
| HSL | 262.36º | 0.87% | 0.49% | - |
| HSV(B) | 262.36º | 0.93% | 0.93% | - |
| XYZ | 20.36 | 9.02 | 80.03 | - |
| YUV | 65.6 | 224.17 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 16 | 236 | 0.58 | 0.93 | 0 | 0.07 | 262.36 | 0.87 | 0.49 |
| Hex | 62 | 10 | EC | 3A | 5D | 0 | 7 | 106 | 57 | 31 |
| Octal | 142 | 20 | 354 | 72 | 135 | 0 | 7 | 406 | 127 | 61 |
| Binary | 1100010 | 10000 | 11101100 | 111010 | 1011101 | 0 | 111 | 100000110 | 1010111 | 110001 |
Color Harmonies of #6210EC
Complementary color
Monochromatic Colors of #6210EC
Black with #6210EC
Text Example
Text Example
White with #6210EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6210EC; }
p { color: rgb(98,16,236); }
H1.HeaderClassName
{
color: #6210EC;
}
.AnyTagClassName
{
color: #6210EC;
}
</style>
background-color css
<style>
a { background-color: #6210EC; }
a { background-color: rgb(98,16,236); }
div.DivClassName
{
background-color: #6210EC;
}
.BgClassName
{
background-color: #6210EC;
}
</style>
border-color css
<style>
span { border-color: #6210EC; }
span { border-color: rgb(98,16,236); }
td.TdClassName
{
border-color: #6210EC;
}
.TagClassName
{
border-color: #6210EC;
}
</style>