Shades of Han Purple #6217DE
Tints of Han Purple #6217DE
RGB
CMYK
RGB Variations
Color information
#6217DE (or 0x6217DE) is known color: Han Purple. HEX triplet: 62, 17 and DE. RGB value is (98,23,222). Sum of RGB (Red+Green+Blue) = 98+23+222=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 222 (87.11% from 255 or 64.72% from 343); Max value from RGB is 222 - color contains mainly: blue. Hex color #6217DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217DE is #9DE821. Grayscale: #434343. Windows color (decimal): -10348578 or 14554978. OLE color: 14554978.
HSL color Cylindrical-coordinate representation of color #6217DE: hue angle of 262.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6217DE is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 23 | 222 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.13 |
| HSL | 262.61º | 0.81% | 0.48% | - |
| HSV(B) | 262.61º | 0.9% | 0.87% | - |
| XYZ | 18.53 | 8.48 | 69.77 | - |
| YUV | 68.11 | 214.85 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 222 | 0.56 | 0.90 | 0 | 0.13 | 262.61 | 0.81 | 0.48 |
| Hex | 62 | 17 | DE | 38 | 5A | 0 | D | 107 | 51 | 30 |
| Octal | 142 | 27 | 336 | 70 | 132 | 0 | 15 | 407 | 121 | 60 |
| Binary | 1100010 | 10111 | 11011110 | 111000 | 1011010 | 0 | 1101 | 100000111 | 1010001 | 110000 |
Color Harmonies of #6217DE
Complementary color
Monochromatic Colors of #6217DE
Black with #6217DE
Text Example
Text Example
White with #6217DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6217DE; }
p { color: rgb(98,23,222); }
H1.HeaderClassName
{
color: #6217DE;
}
.AnyTagClassName
{
color: #6217DE;
}
</style>
background-color css
<style>
a { background-color: #6217DE; }
a { background-color: rgb(98,23,222); }
div.DivClassName
{
background-color: #6217DE;
}
.BgClassName
{
background-color: #6217DE;
}
</style>
border-color css
<style>
span { border-color: #6217DE; }
span { border-color: rgb(98,23,222); }
td.TdClassName
{
border-color: #6217DE;
}
.TagClassName
{
border-color: #6217DE;
}
</style>