Shades of Eminence #76317C
Tints of Eminence #76317C
RGB
CMYK
RGB Variations
Color information
#76317C (or 0x76317C) is known color: Eminence. HEX triplet: 76, 31 and 7C. RGB value is (118,49,124). Sum of RGB (Red+Green+Blue) = 118+49+124=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 124 - color contains mainly: blue. Hex color #76317C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76317C is #89CE83. Grayscale: #4D4D4D. Windows color (decimal): -9031300 or 8139126. OLE color: 8139126.
HSL color Cylindrical-coordinate representation of color #76317C: hue angle of 295.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76317C is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 49 | 124 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.51 |
| HSL | 295.2º | 0.43% | 0.34% | - |
| HSV(B) | 295.2º | 0.6% | 0.49% | - |
| XYZ | 12.21 | 7.5 | 19.87 | - |
| YUV | 78.18 | 153.86 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 124 | 0.05 | 0.60 | 0 | 0.51 | 295.2 | 0.43 | 0.34 |
| Hex | 76 | 31 | 7C | 5 | 3C | 0 | 33 | 127 | 2B | 22 |
| Octal | 166 | 61 | 174 | 5 | 74 | 0 | 63 | 447 | 53 | 42 |
| Binary | 1110110 | 110001 | 1111100 | 101 | 111100 | 0 | 110011 | 100100111 | 101011 | 100010 |
Color Harmonies of #76317C
Complementary color
Monochromatic Colors of #76317C
Black with #76317C
Text Example
Text Example
White with #76317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76317C; }
p { color: rgb(118,49,124); }
H1.HeaderClassName
{
color: #76317C;
}
.AnyTagClassName
{
color: #76317C;
}
</style>
background-color css
<style>
a { background-color: #76317C; }
a { background-color: rgb(118,49,124); }
div.DivClassName
{
background-color: #76317C;
}
.BgClassName
{
background-color: #76317C;
}
</style>
border-color css
<style>
span { border-color: #76317C; }
span { border-color: rgb(118,49,124); }
td.TdClassName
{
border-color: #76317C;
}
.TagClassName
{
border-color: #76317C;
}
</style>