Shades of Eminence #76397C
Tints of Eminence #76397C
RGB
CMYK
RGB Variations
Color information
#76397C (or 0x76397C) is known color: Eminence. HEX triplet: 76, 39 and 7C. RGB value is (118,57,124). Sum of RGB (Red+Green+Blue) = 118+57+124=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #76397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397C is #89C683. Grayscale: #525252. Windows color (decimal): -9029252 or 8141174. OLE color: 8141174.
HSL color Cylindrical-coordinate representation of color #76397C: hue angle of 294.63º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76397C is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 57 | 124 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.51 |
| HSL | 294.63º | 0.37% | 0.35% | - |
| HSV(B) | 294.63º | 0.54% | 0.49% | - |
| XYZ | 12.57 | 8.23 | 20 | - |
| YUV | 82.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 124 | 0.05 | 0.54 | 0 | 0.51 | 294.63 | 0.37 | 0.35 |
| Hex | 76 | 39 | 7C | 5 | 36 | 0 | 33 | 127 | 25 | 23 |
| Octal | 166 | 71 | 174 | 5 | 66 | 0 | 63 | 447 | 45 | 43 |
| Binary | 1110110 | 111001 | 1111100 | 101 | 110110 | 0 | 110011 | 100100111 | 100101 | 100011 |
Color Harmonies of #76397C
Complementary color
Monochromatic Colors of #76397C
Black with #76397C
Text Example
Text Example
White with #76397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76397C; }
p { color: rgb(118,57,124); }
H1.HeaderClassName
{
color: #76397C;
}
.AnyTagClassName
{
color: #76397C;
}
</style>
background-color css
<style>
a { background-color: #76397C; }
a { background-color: rgb(118,57,124); }
div.DivClassName
{
background-color: #76397C;
}
.BgClassName
{
background-color: #76397C;
}
</style>
border-color css
<style>
span { border-color: #76397C; }
span { border-color: rgb(118,57,124); }
td.TdClassName
{
border-color: #76397C;
}
.TagClassName
{
border-color: #76397C;
}
</style>