Shades of Han Purple #6219DF
Tints of Han Purple #6219DF
RGB
CMYK
RGB Variations
Color information
#6219DF (or 0x6219DF) is known color: Han Purple. HEX triplet: 62, 19 and DF. RGB value is (98,25,223). Sum of RGB (Red+Green+Blue) = 98+25+223=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #6219DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6219DF is #9DE620. Grayscale: #444444. Windows color (decimal): -10348065 or 14621026. OLE color: 14621026.
HSL color Cylindrical-coordinate representation of color #6219DF: hue angle of 262.12º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6219DF is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 25 | 223 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.13 |
| HSL | 262.12º | 0.8% | 0.49% | - |
| HSV(B) | 262.12º | 0.89% | 0.87% | - |
| XYZ | 18.7 | 8.62 | 70.49 | - |
| YUV | 69.4 | 214.68 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 25 | 223 | 0.56 | 0.89 | 0 | 0.13 | 262.12 | 0.8 | 0.49 |
| Hex | 62 | 19 | DF | 38 | 59 | 0 | D | 106 | 50 | 31 |
| Octal | 142 | 31 | 337 | 70 | 131 | 0 | 15 | 406 | 120 | 61 |
| Binary | 1100010 | 11001 | 11011111 | 111000 | 1011001 | 0 | 1101 | 100000110 | 1010000 | 110001 |
Color Harmonies of #6219DF
Complementary color
Monochromatic Colors of #6219DF
Black with #6219DF
Text Example
Text Example
White with #6219DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6219DF; }
p { color: rgb(98,25,223); }
H1.HeaderClassName
{
color: #6219DF;
}
.AnyTagClassName
{
color: #6219DF;
}
</style>
background-color css
<style>
a { background-color: #6219DF; }
a { background-color: rgb(98,25,223); }
div.DivClassName
{
background-color: #6219DF;
}
.BgClassName
{
background-color: #6219DF;
}
</style>
border-color css
<style>
span { border-color: #6219DF; }
span { border-color: rgb(98,25,223); }
td.TdClassName
{
border-color: #6219DF;
}
.TagClassName
{
border-color: #6219DF;
}
</style>