Shades of Han Purple #6111E6
Tints of Han Purple #6111E6
RGB
CMYK
RGB Variations
Color information
#6111E6 (or 0x6111E6) is known color: Han Purple. HEX triplet: 61, 11 and E6. RGB value is (97,17,230). Sum of RGB (Red+Green+Blue) = 97+17+230=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 230 (90.23% from 255 or 66.86% from 344); Max value from RGB is 230 - color contains mainly: blue. Hex color #6111E6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6111E6 is #9EEE19. Grayscale: #404040. Windows color (decimal): -10415642 or 15077729. OLE color: 15077729.
HSL color Cylindrical-coordinate representation of color #6111E6: hue angle of 262.54º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6111E6 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 17 | 230 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.10 |
| HSL | 262.54º | 0.86% | 0.48% | - |
| HSV(B) | 262.54º | 0.93% | 0.9% | - |
| XYZ | 19.41 | 8.66 | 75.51 | - |
| YUV | 65.2 | 221 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 17 | 230 | 0.58 | 0.93 | 0 | 0.10 | 262.54 | 0.86 | 0.48 |
| Hex | 61 | 11 | E6 | 3A | 5D | 0 | A | 107 | 56 | 30 |
| Octal | 141 | 21 | 346 | 72 | 135 | 0 | 12 | 407 | 126 | 60 |
| Binary | 1100001 | 10001 | 11100110 | 111010 | 1011101 | 0 | 1010 | 100000111 | 1010110 | 110000 |
Color Harmonies of #6111E6
Complementary color
Monochromatic Colors of #6111E6
Black with #6111E6
Text Example
Text Example
White with #6111E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6111E6; }
p { color: rgb(97,17,230); }
H1.HeaderClassName
{
color: #6111E6;
}
.AnyTagClassName
{
color: #6111E6;
}
</style>
background-color css
<style>
a { background-color: #6111E6; }
a { background-color: rgb(97,17,230); }
div.DivClassName
{
background-color: #6111E6;
}
.BgClassName
{
background-color: #6111E6;
}
</style>
border-color css
<style>
span { border-color: #6111E6; }
span { border-color: rgb(97,17,230); }
td.TdClassName
{
border-color: #6111E6;
}
.TagClassName
{
border-color: #6111E6;
}
</style>