Shades of Han Purple #6220EF
Tints of Han Purple #6220EF
RGB
CMYK
RGB Variations
Color information
#6220EF (or 0x6220EF) is known color: Han Purple. HEX triplet: 62, 20 and EF. RGB value is (98,32,239). Sum of RGB (Red+Green+Blue) = 98+32+239=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #6220EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220EF is #9DDF10. Grayscale: #4A4A4A. Windows color (decimal): -10346257 or 15671394. OLE color: 15671394.
HSL color Cylindrical-coordinate representation of color #6220EF: hue angle of 259.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6220EF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 32 | 239 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.06 |
| HSL | 259.13º | 0.87% | 0.53% | - |
| HSV(B) | 259.13º | 0.87% | 0.94% | - |
| XYZ | 21.13 | 9.86 | 82.45 | - |
| YUV | 75.33 | 220.37 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 239 | 0.59 | 0.87 | 0 | 0.06 | 259.13 | 0.87 | 0.53 |
| Hex | 62 | 20 | EF | 3B | 57 | 0 | 6 | 103 | 57 | 35 |
| Octal | 142 | 40 | 357 | 73 | 127 | 0 | 6 | 403 | 127 | 65 |
| Binary | 1100010 | 100000 | 11101111 | 111011 | 1010111 | 0 | 110 | 100000011 | 1010111 | 110101 |
Color Harmonies of #6220EF
Complementary color
Monochromatic Colors of #6220EF
Black with #6220EF
Text Example
Text Example
White with #6220EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220EF; }
p { color: rgb(98,32,239); }
H1.HeaderClassName
{
color: #6220EF;
}
.AnyTagClassName
{
color: #6220EF;
}
</style>
background-color css
<style>
a { background-color: #6220EF; }
a { background-color: rgb(98,32,239); }
div.DivClassName
{
background-color: #6220EF;
}
.BgClassName
{
background-color: #6220EF;
}
</style>
border-color css
<style>
span { border-color: #6220EF; }
span { border-color: rgb(98,32,239); }
td.TdClassName
{
border-color: #6220EF;
}
.TagClassName
{
border-color: #6220EF;
}
</style>