Shades of Han Purple #6111DD
Tints of Han Purple #6111DD
RGB
CMYK
RGB Variations
Color information
#6111DD (or 0x6111DD) is known color: Han Purple. HEX triplet: 61, 11 and DD. RGB value is (97,17,221). Sum of RGB (Red+Green+Blue) = 97+17+221=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 17 (7.03% from 255 or 5.07% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #6111DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6111DD is #9EEE22. Grayscale: #3F3F3F. Windows color (decimal): -10415651 or 14487905. OLE color: 14487905.
HSL color Cylindrical-coordinate representation of color #6111DD: hue angle of 263.53º 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 #6111DD is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 17 | 221 | - |
| CMYK | 0.56 | 0.92 | 0 | 0.13 |
| HSL | 263.53º | 0.86% | 0.47% | - |
| HSV(B) | 263.53º | 0.92% | 0.87% | - |
| XYZ | 18.18 | 8.16 | 69.02 | - |
| YUV | 64.18 | 216.5 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 221 | 0.56 | 0.92 | 0 | 0.13 | 263.53 | 0.86 | 0.47 |
| Hex | 61 | 11 | DD | 38 | 5C | 0 | D | 108 | 56 | 2F |
| Octal | 141 | 21 | 335 | 70 | 134 | 0 | 15 | 410 | 126 | 57 |
| Binary | 1100001 | 10001 | 11011101 | 111000 | 1011100 | 0 | 1101 | 100001000 | 1010110 | 101111 |
Color Harmonies of #6111DD
Complementary color
Monochromatic Colors of #6111DD
Black with #6111DD
Text Example
Text Example
White with #6111DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111DD; }
p { color: rgb(97,17,221); }
H1.HeaderClassName
{
color: #6111DD;
}
.AnyTagClassName
{
color: #6111DD;
}
</style>
background-color css
<style>
a { background-color: #6111DD; }
a { background-color: rgb(97,17,221); }
div.DivClassName
{
background-color: #6111DD;
}
.BgClassName
{
background-color: #6111DD;
}
</style>
border-color css
<style>
span { border-color: #6111DD; }
span { border-color: rgb(97,17,221); }
td.TdClassName
{
border-color: #6111DD;
}
.TagClassName
{
border-color: #6111DD;
}
</style>