Shades of Eminence #76397E
Tints of Eminence #76397E
RGB
CMYK
RGB Variations
Color information
#76397E (or 0x76397E) is known color: Eminence. HEX triplet: 76, 39 and 7E. RGB value is (118,57,126). Sum of RGB (Red+Green+Blue) = 118+57+126=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 126 - color contains mainly: blue. Hex color #76397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397E is #89C681. Grayscale: #525252. Windows color (decimal): -9029250 or 8272246. OLE color: 8272246.
HSL color Cylindrical-coordinate representation of color #76397E: hue angle of 293.04º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #76397E is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 57 | 126 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.51 |
| HSL | 293.04º | 0.38% | 0.36% | - |
| HSV(B) | 293.04º | 0.55% | 0.49% | - |
| XYZ | 12.7 | 8.28 | 20.67 | - |
| YUV | 83.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 126 | 0.06 | 0.55 | 0 | 0.51 | 293.04 | 0.38 | 0.36 |
| Hex | 76 | 39 | 7E | 6 | 37 | 0 | 33 | 125 | 26 | 24 |
| Octal | 166 | 71 | 176 | 6 | 67 | 0 | 63 | 445 | 46 | 44 |
| Binary | 1110110 | 111001 | 1111110 | 110 | 110111 | 0 | 110011 | 100100101 | 100110 | 100100 |
Color Harmonies of #76397E
Complementary color
Monochromatic Colors of #76397E
Black with #76397E
Text Example
Text Example
White with #76397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76397E; }
p { color: rgb(118,57,126); }
H1.HeaderClassName
{
color: #76397E;
}
.AnyTagClassName
{
color: #76397E;
}
</style>
background-color css
<style>
a { background-color: #76397E; }
a { background-color: rgb(118,57,126); }
div.DivClassName
{
background-color: #76397E;
}
.BgClassName
{
background-color: #76397E;
}
</style>
border-color css
<style>
span { border-color: #76397E; }
span { border-color: rgb(118,57,126); }
td.TdClassName
{
border-color: #76397E;
}
.TagClassName
{
border-color: #76397E;
}
</style>