Shades of Han Purple #6220F0
Tints of Han Purple #6220F0
RGB
CMYK
RGB Variations
Color information
#6220F0 (or 0x6220F0) is known color: Han Purple. HEX triplet: 62, 20 and F0. RGB value is (98,32,240). Sum of RGB (Red+Green+Blue) = 98+32+240=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 240 (94.14% from 255 or 64.86% from 370); Max value from RGB is 240 - color contains mainly: blue. Hex color #6220F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6220F0 is #9DDF0F. Grayscale: #4A4A4A. Windows color (decimal): -10346256 or 15736930. OLE color: 15736930.
HSL color Cylindrical-coordinate representation of color #6220F0: hue angle of 259.04º 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 #6220F0 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 98 | 32 | 240 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.06 |
| HSL | 259.04º | 0.87% | 0.53% | - |
| HSV(B) | 259.04º | 0.87% | 0.94% | - |
| XYZ | 21.28 | 9.92 | 83.23 | - |
| YUV | 75.45 | 220.87 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 240 | 0.59 | 0.87 | 0 | 0.06 | 259.04 | 0.87 | 0.53 |
| Hex | 62 | 20 | F0 | 3B | 57 | 0 | 6 | 103 | 57 | 35 |
| Octal | 142 | 40 | 360 | 73 | 127 | 0 | 6 | 403 | 127 | 65 |
| Binary | 1100010 | 100000 | 11110000 | 111011 | 1010111 | 0 | 110 | 100000011 | 1010111 | 110101 |
Color Harmonies of #6220F0
Complementary color
Monochromatic Colors of #6220F0
Black with #6220F0
Text Example
Text Example
White with #6220F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6220F0; }
p { color: rgb(98,32,240); }
H1.HeaderClassName
{
color: #6220F0;
}
.AnyTagClassName
{
color: #6220F0;
}
</style>
background-color css
<style>
a { background-color: #6220F0; }
a { background-color: rgb(98,32,240); }
div.DivClassName
{
background-color: #6220F0;
}
.BgClassName
{
background-color: #6220F0;
}
</style>
border-color css
<style>
span { border-color: #6220F0; }
span { border-color: rgb(98,32,240); }
td.TdClassName
{
border-color: #6220F0;
}
.TagClassName
{
border-color: #6220F0;
}
</style>