Shades of Han Purple #6214EE
Tints of Han Purple #6214EE
RGB
CMYK
RGB Variations
Color information
#6214EE (or 0x6214EE) is known color: Han Purple. HEX triplet: 62, 14 and EE. RGB value is (98,20,238). Sum of RGB (Red+Green+Blue) = 98+20+238=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 238 (93.36% from 255 or 66.85% from 356); Max value from RGB is 238 - color contains mainly: blue. Hex color #6214EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6214EE is #9DEB11. Grayscale: #434343. Windows color (decimal): -10349330 or 15602786. OLE color: 15602786.
HSL color Cylindrical-coordinate representation of color #6214EE: hue angle of 261.47º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6214EE is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 20 | 238 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.07 |
| HSL | 261.47º | 0.87% | 0.51% | - |
| HSV(B) | 261.47º | 0.92% | 0.93% | - |
| XYZ | 20.72 | 9.27 | 81.59 | - |
| YUV | 68.17 | 223.84 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 20 | 238 | 0.59 | 0.92 | 0 | 0.07 | 261.47 | 0.87 | 0.51 |
| Hex | 62 | 14 | EE | 3B | 5C | 0 | 7 | 105 | 57 | 33 |
| Octal | 142 | 24 | 356 | 73 | 134 | 0 | 7 | 405 | 127 | 63 |
| Binary | 1100010 | 10100 | 11101110 | 111011 | 1011100 | 0 | 111 | 100000101 | 1010111 | 110011 |
Color Harmonies of #6214EE
Complementary color
Monochromatic Colors of #6214EE
Black with #6214EE
Text Example
Text Example
White with #6214EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6214EE; }
p { color: rgb(98,20,238); }
H1.HeaderClassName
{
color: #6214EE;
}
.AnyTagClassName
{
color: #6214EE;
}
</style>
background-color css
<style>
a { background-color: #6214EE; }
a { background-color: rgb(98,20,238); }
div.DivClassName
{
background-color: #6214EE;
}
.BgClassName
{
background-color: #6214EE;
}
</style>
border-color css
<style>
span { border-color: #6214EE; }
span { border-color: rgb(98,20,238); }
td.TdClassName
{
border-color: #6214EE;
}
.TagClassName
{
border-color: #6214EE;
}
</style>