Shades of Han Purple #6211EA
Tints of Han Purple #6211EA
RGB
CMYK
RGB Variations
Color information
#6211EA (or 0x6211EA) is known color: Han Purple. HEX triplet: 62, 11 and EA. RGB value is (98,17,234). Sum of RGB (Red+Green+Blue) = 98+17+234=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #6211EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6211EA is #9DEE15. Grayscale: #414141. Windows color (decimal): -10350102 or 15339874. OLE color: 15339874.
HSL color Cylindrical-coordinate representation of color #6211EA: hue angle of 262.4º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6211EA is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 17 | 234 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.08 |
| HSL | 262.4º | 0.86% | 0.49% | - |
| HSV(B) | 262.4º | 0.93% | 0.92% | - |
| XYZ | 20.09 | 8.94 | 78.51 | - |
| YUV | 65.96 | 222.84 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 234 | 0.58 | 0.93 | 0 | 0.08 | 262.4 | 0.86 | 0.49 |
| Hex | 62 | 11 | EA | 3A | 5D | 0 | 8 | 106 | 56 | 31 |
| Octal | 142 | 21 | 352 | 72 | 135 | 0 | 10 | 406 | 126 | 61 |
| Binary | 1100010 | 10001 | 11101010 | 111010 | 1011101 | 0 | 1000 | 100000110 | 1010110 | 110001 |
Color Harmonies of #6211EA
Complementary color
Monochromatic Colors of #6211EA
Black with #6211EA
Text Example
Text Example
White with #6211EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211EA; }
p { color: rgb(98,17,234); }
H1.HeaderClassName
{
color: #6211EA;
}
.AnyTagClassName
{
color: #6211EA;
}
</style>
background-color css
<style>
a { background-color: #6211EA; }
a { background-color: rgb(98,17,234); }
div.DivClassName
{
background-color: #6211EA;
}
.BgClassName
{
background-color: #6211EA;
}
</style>
border-color css
<style>
span { border-color: #6211EA; }
span { border-color: rgb(98,17,234); }
td.TdClassName
{
border-color: #6211EA;
}
.TagClassName
{
border-color: #6211EA;
}
</style>