Shades of Han Purple #6214EC
Tints of Han Purple #6214EC
RGB
CMYK
RGB Variations
Color information
#6214EC (or 0x6214EC) is known color: Han Purple. HEX triplet: 62, 14 and EC. RGB value is (98,20,236). Sum of RGB (Red+Green+Blue) = 98+20+236=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #6214EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6214EC is #9DEB13. Grayscale: #434343. Windows color (decimal): -10349332 or 15471714. OLE color: 15471714.
HSL color Cylindrical-coordinate representation of color #6214EC: hue angle of 261.67º 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 #6214EC is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 20 | 236 | - |
| CMYK | 0.58 | 0.92 | 0 | 0.07 |
| HSL | 261.67º | 0.85% | 0.5% | - |
| HSV(B) | 261.67º | 0.92% | 0.93% | - |
| XYZ | 20.43 | 9.15 | 80.05 | - |
| YUV | 67.95 | 222.84 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 236 | 0.58 | 0.92 | 0 | 0.07 | 261.67 | 0.85 | 0.5 |
| Hex | 62 | 14 | EC | 3A | 5C | 0 | 7 | 106 | 55 | 32 |
| Octal | 142 | 24 | 354 | 72 | 134 | 0 | 7 | 406 | 125 | 62 |
| Binary | 1100010 | 10100 | 11101100 | 111010 | 1011100 | 0 | 111 | 100000110 | 1010101 | 110010 |
Color Harmonies of #6214EC
Complementary color
Monochromatic Colors of #6214EC
Black with #6214EC
Text Example
Text Example
White with #6214EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214EC; }
p { color: rgb(98,20,236); }
H1.HeaderClassName
{
color: #6214EC;
}
.AnyTagClassName
{
color: #6214EC;
}
</style>
background-color css
<style>
a { background-color: #6214EC; }
a { background-color: rgb(98,20,236); }
div.DivClassName
{
background-color: #6214EC;
}
.BgClassName
{
background-color: #6214EC;
}
</style>
border-color css
<style>
span { border-color: #6214EC; }
span { border-color: rgb(98,20,236); }
td.TdClassName
{
border-color: #6214EC;
}
.TagClassName
{
border-color: #6214EC;
}
</style>