Shades of Han Purple #6217DD
Tints of Han Purple #6217DD
RGB
CMYK
RGB Variations
Color information
#6217DD (or 0x6217DD) is known color: Han Purple. HEX triplet: 62, 17 and DD. RGB value is (98,23,221). Sum of RGB (Red+Green+Blue) = 98+23+221=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 221 (86.72% from 255 or 64.62% from 342); Max value from RGB is 221 - color contains mainly: blue. Hex color #6217DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6217DD is #9DE822. Grayscale: #434343. Windows color (decimal): -10348579 or 14489442. OLE color: 14489442.
HSL color Cylindrical-coordinate representation of color #6217DD: hue angle of 262.73º 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 #6217DD is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 23 | 221 | - |
| CMYK | 0.56 | 0.90 | 0 | 0.13 |
| HSL | 262.73º | 0.81% | 0.48% | - |
| HSV(B) | 262.73º | 0.9% | 0.87% | - |
| XYZ | 18.39 | 8.43 | 69.06 | - |
| YUV | 68 | 214.35 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 23 | 221 | 0.56 | 0.90 | 0 | 0.13 | 262.73 | 0.81 | 0.48 |
| Hex | 62 | 17 | DD | 38 | 5A | 0 | D | 107 | 51 | 30 |
| Octal | 142 | 27 | 335 | 70 | 132 | 0 | 15 | 407 | 121 | 60 |
| Binary | 1100010 | 10111 | 11011101 | 111000 | 1011010 | 0 | 1101 | 100000111 | 1010001 | 110000 |
Color Harmonies of #6217DD
Complementary color
Monochromatic Colors of #6217DD
Black with #6217DD
Text Example
Text Example
White with #6217DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6217DD; }
p { color: rgb(98,23,221); }
H1.HeaderClassName
{
color: #6217DD;
}
.AnyTagClassName
{
color: #6217DD;
}
</style>
background-color css
<style>
a { background-color: #6217DD; }
a { background-color: rgb(98,23,221); }
div.DivClassName
{
background-color: #6217DD;
}
.BgClassName
{
background-color: #6217DD;
}
</style>
border-color css
<style>
span { border-color: #6217DD; }
span { border-color: rgb(98,23,221); }
td.TdClassName
{
border-color: #6217DD;
}
.TagClassName
{
border-color: #6217DD;
}
</style>