Shades of Eminence #76327C
Tints of Eminence #76327C
RGB
CMYK
RGB Variations
Color information
#76327C (or 0x76327C) is known color: Eminence. HEX triplet: 76, 32 and 7C. RGB value is (118,50,124). Sum of RGB (Red+Green+Blue) = 118+50+124=292 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.41% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #76327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76327C is #89CD83. Grayscale: #4E4E4E. Windows color (decimal): -9031044 or 8139382. OLE color: 8139382.
HSL color Cylindrical-coordinate representation of color #76327C: hue angle of 295.14º 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 #76327C is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 50 | 124 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.51 |
| HSL | 295.14º | 0.43% | 0.34% | - |
| HSV(B) | 295.14º | 0.6% | 0.49% | - |
| XYZ | 12.25 | 7.59 | 19.89 | - |
| YUV | 78.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 124 | 0.05 | 0.60 | 0 | 0.51 | 295.14 | 0.43 | 0.34 |
| Hex | 76 | 32 | 7C | 5 | 3C | 0 | 33 | 127 | 2B | 22 |
| Octal | 166 | 62 | 174 | 5 | 74 | 0 | 63 | 447 | 53 | 42 |
| Binary | 1110110 | 110010 | 1111100 | 101 | 111100 | 0 | 110011 | 100100111 | 101011 | 100010 |
Color Harmonies of #76327C
Complementary color
Monochromatic Colors of #76327C
Black with #76327C
Text Example
Text Example
White with #76327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76327C; }
p { color: rgb(118,50,124); }
H1.HeaderClassName
{
color: #76327C;
}
.AnyTagClassName
{
color: #76327C;
}
</style>
background-color css
<style>
a { background-color: #76327C; }
a { background-color: rgb(118,50,124); }
div.DivClassName
{
background-color: #76327C;
}
.BgClassName
{
background-color: #76327C;
}
</style>
border-color css
<style>
span { border-color: #76327C; }
span { border-color: rgb(118,50,124); }
td.TdClassName
{
border-color: #76327C;
}
.TagClassName
{
border-color: #76327C;
}
</style>