Shades of Eminence #6E4A76
Tints of Eminence #6E4A76
RGB
CMYK
RGB Variations
Color information
#6E4A76 (or 0x6E4A76) is known color: Eminence. HEX triplet: 6E, 4A and 76. RGB value is (110,74,118). Sum of RGB (Red+Green+Blue) = 110+74+118=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E4A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4A76 is #91B589. Grayscale: #595959. Windows color (decimal): -9549194 or 7752302. OLE color: 7752302.
HSL color Cylindrical-coordinate representation of color #6E4A76: hue angle of 289.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E4A76 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 74 | 118 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.54 |
| HSL | 289.09º | 0.23% | 0.38% | - |
| HSV(B) | 289.09º | 0.37% | 0.46% | - |
| XYZ | 12.15 | 9.52 | 18.34 | - |
| YUV | 89.78 | 143.93 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 74 | 118 | 0.07 | 0.37 | 0 | 0.54 | 289.09 | 0.23 | 0.38 |
| Hex | 6E | 4A | 76 | 7 | 25 | 0 | 36 | 121 | 17 | 26 |
| Octal | 156 | 112 | 166 | 7 | 45 | 0 | 66 | 441 | 27 | 46 |
| Binary | 1101110 | 1001010 | 1110110 | 111 | 100101 | 0 | 110110 | 100100001 | 10111 | 100110 |
Color Harmonies of #6E4A76
Complementary color
Monochromatic Colors of #6E4A76
Black with #6E4A76
Text Example
Text Example
White with #6E4A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4A76; }
p { color: rgb(110,74,118); }
H1.HeaderClassName
{
color: #6E4A76;
}
.AnyTagClassName
{
color: #6E4A76;
}
</style>
background-color css
<style>
a { background-color: #6E4A76; }
a { background-color: rgb(110,74,118); }
div.DivClassName
{
background-color: #6E4A76;
}
.BgClassName
{
background-color: #6E4A76;
}
</style>
border-color css
<style>
span { border-color: #6E4A76; }
span { border-color: rgb(110,74,118); }
td.TdClassName
{
border-color: #6E4A76;
}
.TagClassName
{
border-color: #6E4A76;
}
</style>