Shades of Purple #6D1176
Tints of Purple #6D1176
RGB
CMYK
RGB Variations
Color information
#6D1176 (or 0x6D1176) is known color: Purple. HEX triplet: 6D, 11 and 76. RGB value is (109,17,118). Sum of RGB (Red+Green+Blue) = 109+17+118=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 118 (46.48% from 255 or 48.36% from 244); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D1176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1176 is #92EE89. Grayscale: #373737. Windows color (decimal): -9629322 or 7737709. OLE color: 7737709.
HSL color Cylindrical-coordinate representation of color #6D1176: hue angle of 294.65º 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 #6D1176 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 17 | 118 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.54 |
| HSL | 294.65º | 0.75% | 0.26% | - |
| HSV(B) | 294.65º | 0.86% | 0.46% | - |
| XYZ | 9.78 | 4.96 | 17.58 | - |
| YUV | 56.02 | 162.98 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 17 | 118 | 0.08 | 0.86 | 0 | 0.54 | 294.65 | 0.75 | 0.26 |
| Hex | 6D | 11 | 76 | 8 | 56 | 0 | 36 | 127 | 4B | 1A |
| Octal | 155 | 21 | 166 | 10 | 126 | 0 | 66 | 447 | 113 | 32 |
| Binary | 1101101 | 10001 | 1110110 | 1000 | 1010110 | 0 | 110110 | 100100111 | 1001011 | 11010 |
Color Harmonies of #6D1176
Complementary color
Monochromatic Colors of #6D1176
Black with #6D1176
Text Example
Text Example
White with #6D1176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1176; }
p { color: rgb(109,17,118); }
H1.HeaderClassName
{
color: #6D1176;
}
.AnyTagClassName
{
color: #6D1176;
}
</style>
background-color css
<style>
a { background-color: #6D1176; }
a { background-color: rgb(109,17,118); }
div.DivClassName
{
background-color: #6D1176;
}
.BgClassName
{
background-color: #6D1176;
}
</style>
border-color css
<style>
span { border-color: #6D1176; }
span { border-color: rgb(109,17,118); }
td.TdClassName
{
border-color: #6D1176;
}
.TagClassName
{
border-color: #6D1176;
}
</style>