Shades of Purple #6E1176
Tints of Purple #6E1176
RGB
CMYK
RGB Variations
Color information
#6E1176 (or 0x6E1176) is known color: Purple. HEX triplet: 6E, 11 and 76. RGB value is (110,17,118). Sum of RGB (Red+Green+Blue) = 110+17+118=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E1176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1176 is #91EE89. Grayscale: #383838. Windows color (decimal): -9563786 or 7737710. OLE color: 7737710.
HSL color Cylindrical-coordinate representation of color #6E1176: hue angle of 295.25º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1176 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 17 | 118 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.54 |
| HSL | 295.25º | 0.75% | 0.26% | - |
| HSV(B) | 295.25º | 0.86% | 0.46% | - |
| XYZ | 9.9 | 5.02 | 17.59 | - |
| YUV | 56.32 | 162.81 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 17 | 118 | 0.07 | 0.86 | 0 | 0.54 | 295.25 | 0.75 | 0.26 |
| Hex | 6E | 11 | 76 | 7 | 56 | 0 | 36 | 127 | 4B | 1A |
| Octal | 156 | 21 | 166 | 7 | 126 | 0 | 66 | 447 | 113 | 32 |
| Binary | 1101110 | 10001 | 1110110 | 111 | 1010110 | 0 | 110110 | 100100111 | 1001011 | 11010 |
Color Harmonies of #6E1176
Complementary color
Monochromatic Colors of #6E1176
Black with #6E1176
Text Example
Text Example
White with #6E1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1176; }
p { color: rgb(110,17,118); }
H1.HeaderClassName
{
color: #6E1176;
}
.AnyTagClassName
{
color: #6E1176;
}
</style>
background-color css
<style>
a { background-color: #6E1176; }
a { background-color: rgb(110,17,118); }
div.DivClassName
{
background-color: #6E1176;
}
.BgClassName
{
background-color: #6E1176;
}
</style>
border-color css
<style>
span { border-color: #6E1176; }
span { border-color: rgb(110,17,118); }
td.TdClassName
{
border-color: #6E1176;
}
.TagClassName
{
border-color: #6E1176;
}
</style>