Shades of Han Purple #6220EA
Tints of Han Purple #6220EA
RGB
CMYK
RGB Variations
Color information
#6220EA (or 0x6220EA) is known color: Han Purple. HEX triplet: 62, 20 and EA. RGB value is (98,32,234). Sum of RGB (Red+Green+Blue) = 98+32+234=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #6220EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220EA is #9DDF15. Grayscale: #4A4A4A. Windows color (decimal): -10346262 or 15343714. OLE color: 15343714.
HSL color Cylindrical-coordinate representation of color #6220EA: hue angle of 259.6º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6220EA is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 32 | 234 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.08 |
| HSL | 259.6º | 0.83% | 0.52% | - |
| HSV(B) | 259.6º | 0.86% | 0.92% | - |
| XYZ | 20.4 | 9.57 | 78.61 | - |
| YUV | 74.76 | 217.87 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 234 | 0.58 | 0.86 | 0 | 0.08 | 259.6 | 0.83 | 0.52 |
| Hex | 62 | 20 | EA | 3A | 56 | 0 | 8 | 104 | 53 | 34 |
| Octal | 142 | 40 | 352 | 72 | 126 | 0 | 10 | 404 | 123 | 64 |
| Binary | 1100010 | 100000 | 11101010 | 111010 | 1010110 | 0 | 1000 | 100000100 | 1010011 | 110100 |
Color Harmonies of #6220EA
Complementary color
Monochromatic Colors of #6220EA
Black with #6220EA
Text Example
Text Example
White with #6220EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220EA; }
p { color: rgb(98,32,234); }
H1.HeaderClassName
{
color: #6220EA;
}
.AnyTagClassName
{
color: #6220EA;
}
</style>
background-color css
<style>
a { background-color: #6220EA; }
a { background-color: rgb(98,32,234); }
div.DivClassName
{
background-color: #6220EA;
}
.BgClassName
{
background-color: #6220EA;
}
</style>
border-color css
<style>
span { border-color: #6220EA; }
span { border-color: rgb(98,32,234); }
td.TdClassName
{
border-color: #6220EA;
}
.TagClassName
{
border-color: #6220EA;
}
</style>