Shades of Han Purple #6219E0
Tints of Han Purple #6219E0
RGB
CMYK
RGB Variations
Color information
#6219E0 (or 0x6219E0) is known color: Han Purple. HEX triplet: 62, 19 and E0. RGB value is (98,25,224). Sum of RGB (Red+Green+Blue) = 98+25+224=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #6219E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6219E0 is #9DE61F. Grayscale: #444444. Windows color (decimal): -10348064 or 14686562. OLE color: 14686562.
HSL color Cylindrical-coordinate representation of color #6219E0: hue angle of 262.01º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6219E0 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 98 | 25 | 224 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.12 |
| HSL | 262.01º | 0.8% | 0.49% | - |
| HSV(B) | 262.01º | 0.89% | 0.88% | - |
| XYZ | 18.84 | 8.67 | 71.2 | - |
| YUV | 69.51 | 215.18 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 224 | 0.56 | 0.89 | 0 | 0.12 | 262.01 | 0.8 | 0.49 |
| Hex | 62 | 19 | E0 | 38 | 59 | 0 | C | 106 | 50 | 31 |
| Octal | 142 | 31 | 340 | 70 | 131 | 0 | 14 | 406 | 120 | 61 |
| Binary | 1100010 | 11001 | 11100000 | 111000 | 1011001 | 0 | 1100 | 100000110 | 1010000 | 110001 |
Color Harmonies of #6219E0
Complementary color
Monochromatic Colors of #6219E0
Black with #6219E0
Text Example
Text Example
White with #6219E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6219E0; }
p { color: rgb(98,25,224); }
H1.HeaderClassName
{
color: #6219E0;
}
.AnyTagClassName
{
color: #6219E0;
}
</style>
background-color css
<style>
a { background-color: #6219E0; }
a { background-color: rgb(98,25,224); }
div.DivClassName
{
background-color: #6219E0;
}
.BgClassName
{
background-color: #6219E0;
}
</style>
border-color css
<style>
span { border-color: #6219E0; }
span { border-color: rgb(98,25,224); }
td.TdClassName
{
border-color: #6219E0;
}
.TagClassName
{
border-color: #6219E0;
}
</style>