Shades of Han Purple #6212EE
Tints of Han Purple #6212EE
RGB
CMYK
RGB Variations
Color information
#6212EE (or 0x6212EE) is known color: Han Purple. HEX triplet: 62, 12 and EE. RGB value is (98,18,238). Sum of RGB (Red+Green+Blue) = 98+18+238=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #6212EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6212EE is #9DED11. Grayscale: #424242. Windows color (decimal): -10349842 or 15602274. OLE color: 15602274.
HSL color Cylindrical-coordinate representation of color #6212EE: hue angle of 261.82º degrees, saturation: 0.87, 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 #6212EE is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 98 | 18 | 238 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.07 |
| HSL | 261.82º | 0.87% | 0.5% | - |
| HSV(B) | 261.82º | 0.92% | 0.93% | - |
| XYZ | 20.69 | 9.2 | 81.57 | - |
| YUV | 67 | 224.5 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 238 | 0.59 | 0.92 | 0 | 0.07 | 261.82 | 0.87 | 0.5 |
| Hex | 62 | 12 | EE | 3B | 5C | 0 | 7 | 106 | 57 | 32 |
| Octal | 142 | 22 | 356 | 73 | 134 | 0 | 7 | 406 | 127 | 62 |
| Binary | 1100010 | 10010 | 11101110 | 111011 | 1011100 | 0 | 111 | 100000110 | 1010111 | 110010 |
Color Harmonies of #6212EE
Complementary color
Monochromatic Colors of #6212EE
Black with #6212EE
Text Example
Text Example
White with #6212EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212EE; }
p { color: rgb(98,18,238); }
H1.HeaderClassName
{
color: #6212EE;
}
.AnyTagClassName
{
color: #6212EE;
}
</style>
background-color css
<style>
a { background-color: #6212EE; }
a { background-color: rgb(98,18,238); }
div.DivClassName
{
background-color: #6212EE;
}
.BgClassName
{
background-color: #6212EE;
}
</style>
border-color css
<style>
span { border-color: #6212EE; }
span { border-color: rgb(98,18,238); }
td.TdClassName
{
border-color: #6212EE;
}
.TagClassName
{
border-color: #6212EE;
}
</style>