Shades of Eminence #76347C
Tints of Eminence #76347C
RGB
CMYK
RGB Variations
Color information
#76347C (or 0x76347C) is known color: Eminence. HEX triplet: 76, 34 and 7C. RGB value is (118,52,124). Sum of RGB (Red+Green+Blue) = 118+52+124=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #76347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76347C is #89CB83. Grayscale: #4F4F4F. Windows color (decimal): -9030532 or 8139894. OLE color: 8139894.
HSL color Cylindrical-coordinate representation of color #76347C: hue angle of 295º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76347C is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 52 | 124 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.51 |
| HSL | 295º | 0.41% | 0.35% | - |
| HSV(B) | 295º | 0.58% | 0.49% | - |
| XYZ | 12.34 | 7.76 | 19.92 | - |
| YUV | 79.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 124 | 0.05 | 0.58 | 0 | 0.51 | 295 | 0.41 | 0.35 |
| Hex | 76 | 34 | 7C | 5 | 3A | 0 | 33 | 127 | 29 | 23 |
| Octal | 166 | 64 | 174 | 5 | 72 | 0 | 63 | 447 | 51 | 43 |
| Binary | 1110110 | 110100 | 1111100 | 101 | 111010 | 0 | 110011 | 100100111 | 101001 | 100011 |
Color Harmonies of #76347C
Complementary color
Monochromatic Colors of #76347C
Black with #76347C
Text Example
Text Example
White with #76347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76347C; }
p { color: rgb(118,52,124); }
H1.HeaderClassName
{
color: #76347C;
}
.AnyTagClassName
{
color: #76347C;
}
</style>
background-color css
<style>
a { background-color: #76347C; }
a { background-color: rgb(118,52,124); }
div.DivClassName
{
background-color: #76347C;
}
.BgClassName
{
background-color: #76347C;
}
</style>
border-color css
<style>
span { border-color: #76347C; }
span { border-color: rgb(118,52,124); }
td.TdClassName
{
border-color: #76347C;
}
.TagClassName
{
border-color: #76347C;
}
</style>