Shades of Han Purple #6220EB
Tints of Han Purple #6220EB
RGB
CMYK
RGB Variations
Color information
#6220EB (or 0x6220EB) is known color: Han Purple. HEX triplet: 62, 20 and EB. RGB value is (98,32,235). Sum of RGB (Red+Green+Blue) = 98+32+235=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #6220EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220EB is #9DDF14. Grayscale: #4A4A4A. Windows color (decimal): -10346261 or 15409250. OLE color: 15409250.
HSL color Cylindrical-coordinate representation of color #6220EB: hue angle of 259.51º degrees, saturation: 0.84, 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 #6220EB is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 98 | 32 | 235 | - |
| CMYK | 0.58 | 0.86 | 0 | 0.08 |
| HSL | 259.51º | 0.84% | 0.52% | - |
| HSV(B) | 259.51º | 0.86% | 0.92% | - |
| XYZ | 20.55 | 9.63 | 79.37 | - |
| YUV | 74.88 | 218.37 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 235 | 0.58 | 0.86 | 0 | 0.08 | 259.51 | 0.84 | 0.52 |
| Hex | 62 | 20 | EB | 3A | 56 | 0 | 8 | 104 | 54 | 34 |
| Octal | 142 | 40 | 353 | 72 | 126 | 0 | 10 | 404 | 124 | 64 |
| Binary | 1100010 | 100000 | 11101011 | 111010 | 1010110 | 0 | 1000 | 100000100 | 1010100 | 110100 |
Color Harmonies of #6220EB
Complementary color
Monochromatic Colors of #6220EB
Black with #6220EB
Text Example
Text Example
White with #6220EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220EB; }
p { color: rgb(98,32,235); }
H1.HeaderClassName
{
color: #6220EB;
}
.AnyTagClassName
{
color: #6220EB;
}
</style>
background-color css
<style>
a { background-color: #6220EB; }
a { background-color: rgb(98,32,235); }
div.DivClassName
{
background-color: #6220EB;
}
.BgClassName
{
background-color: #6220EB;
}
</style>
border-color css
<style>
span { border-color: #6220EB; }
span { border-color: rgb(98,32,235); }
td.TdClassName
{
border-color: #6220EB;
}
.TagClassName
{
border-color: #6220EB;
}
</style>