Shades of Eminence #6D3176
Tints of Eminence #6D3176
RGB
CMYK
RGB Variations
Color information
#6D3176 (or 0x6D3176) is known color: Eminence. HEX triplet: 6D, 31 and 76. RGB value is (109,49,118). Sum of RGB (Red+Green+Blue) = 109+49+118=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 118 - color contains mainly: blue. Hex color #6D3176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3176 is #92CE89. Grayscale: #4A4A4A. Windows color (decimal): -9621130 or 7745901. OLE color: 7745901.
HSL color Cylindrical-coordinate representation of color #6D3176: hue angle of 292.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D3176 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 49 | 118 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.54 |
| HSL | 292.17º | 0.41% | 0.33% | - |
| HSV(B) | 292.17º | 0.58% | 0.46% | - |
| XYZ | 10.68 | 6.76 | 17.88 | - |
| YUV | 74.81 | 152.38 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 118 | 0.08 | 0.58 | 0 | 0.54 | 292.17 | 0.41 | 0.33 |
| Hex | 6D | 31 | 76 | 8 | 3A | 0 | 36 | 124 | 29 | 21 |
| Octal | 155 | 61 | 166 | 10 | 72 | 0 | 66 | 444 | 51 | 41 |
| Binary | 1101101 | 110001 | 1110110 | 1000 | 111010 | 0 | 110110 | 100100100 | 101001 | 100001 |
Color Harmonies of #6D3176
Complementary color
Monochromatic Colors of #6D3176
Black with #6D3176
Text Example
Text Example
White with #6D3176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3176; }
p { color: rgb(109,49,118); }
H1.HeaderClassName
{
color: #6D3176;
}
.AnyTagClassName
{
color: #6D3176;
}
</style>
background-color css
<style>
a { background-color: #6D3176; }
a { background-color: rgb(109,49,118); }
div.DivClassName
{
background-color: #6D3176;
}
.BgClassName
{
background-color: #6D3176;
}
</style>
border-color css
<style>
span { border-color: #6D3176; }
span { border-color: rgb(109,49,118); }
td.TdClassName
{
border-color: #6D3176;
}
.TagClassName
{
border-color: #6D3176;
}
</style>