Shades of Eminence #76327F
Tints of Eminence #76327F
RGB
CMYK
RGB Variations
Color information
#76327F (or 0x76327F) is known color: Eminence. HEX triplet: 76, 32 and 7F. RGB value is (118,50,127). Sum of RGB (Red+Green+Blue) = 118+50+127=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #76327F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76327F is #89CD80. Grayscale: #4E4E4E. Windows color (decimal): -9031041 or 8335990. OLE color: 8335990.
HSL color Cylindrical-coordinate representation of color #76327F: hue angle of 292.99º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76327F is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 50 | 127 | - |
| CMYK | 0.07 | 0.61 | 0 | 0.50 |
| HSL | 292.99º | 0.44% | 0.35% | - |
| HSV(B) | 292.99º | 0.61% | 0.5% | - |
| XYZ | 12.44 | 7.67 | 20.9 | - |
| YUV | 79.11 | 155.03 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 127 | 0.07 | 0.61 | 0 | 0.50 | 292.99 | 0.44 | 0.35 |
| Hex | 76 | 32 | 7F | 7 | 3D | 0 | 32 | 125 | 2C | 23 |
| Octal | 166 | 62 | 177 | 7 | 75 | 0 | 62 | 445 | 54 | 43 |
| Binary | 1110110 | 110010 | 1111111 | 111 | 111101 | 0 | 110010 | 100100101 | 101100 | 100011 |
Color Harmonies of #76327F
Complementary color
Monochromatic Colors of #76327F
Black with #76327F
Text Example
Text Example
White with #76327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76327F; }
p { color: rgb(118,50,127); }
H1.HeaderClassName
{
color: #76327F;
}
.AnyTagClassName
{
color: #76327F;
}
</style>
background-color css
<style>
a { background-color: #76327F; }
a { background-color: rgb(118,50,127); }
div.DivClassName
{
background-color: #76327F;
}
.BgClassName
{
background-color: #76327F;
}
</style>
border-color css
<style>
span { border-color: #76327F; }
span { border-color: rgb(118,50,127); }
td.TdClassName
{
border-color: #76327F;
}
.TagClassName
{
border-color: #76327F;
}
</style>