Shades of Han Purple #6211DD
Tints of Han Purple #6211DD
RGB
CMYK
RGB Variations
Color information
#6211DD (or 0x6211DD) is known color: Han Purple. HEX triplet: 62, 11 and DD. RGB value is (98,17,221). Sum of RGB (Red+Green+Blue) = 98+17+221=336 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.17% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #6211DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6211DD is #9DEE22. Grayscale: #3F3F3F. Windows color (decimal): -10350115 or 14487906. OLE color: 14487906.
HSL color Cylindrical-coordinate representation of color #6211DD: hue angle of 263.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6211DD is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 17 | 221 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.13 |
| HSL | 263.82º | 0.86% | 0.47% | - |
| HSV(B) | 263.82º | 0.92% | 0.87% | - |
| XYZ | 18.29 | 8.22 | 69.03 | - |
| YUV | 64.48 | 216.34 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 17 | 221 | 0.56 | 0.92 | 0 | 0.13 | 263.82 | 0.86 | 0.47 |
| Hex | 62 | 11 | DD | 38 | 5C | 0 | D | 108 | 56 | 2F |
| Octal | 142 | 21 | 335 | 70 | 134 | 0 | 15 | 410 | 126 | 57 |
| Binary | 1100010 | 10001 | 11011101 | 111000 | 1011100 | 0 | 1101 | 100001000 | 1010110 | 101111 |
Color Harmonies of #6211DD
Complementary color
Monochromatic Colors of #6211DD
Black with #6211DD
Text Example
Text Example
White with #6211DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6211DD; }
p { color: rgb(98,17,221); }
H1.HeaderClassName
{
color: #6211DD;
}
.AnyTagClassName
{
color: #6211DD;
}
</style>
background-color css
<style>
a { background-color: #6211DD; }
a { background-color: rgb(98,17,221); }
div.DivClassName
{
background-color: #6211DD;
}
.BgClassName
{
background-color: #6211DD;
}
</style>
border-color css
<style>
span { border-color: #6211DD; }
span { border-color: rgb(98,17,221); }
td.TdClassName
{
border-color: #6211DD;
}
.TagClassName
{
border-color: #6211DD;
}
</style>