Shades of Eminence #76307F
Tints of Eminence #76307F
RGB
CMYK
RGB Variations
Color information
#76307F (or 0x76307F) is known color: Eminence. HEX triplet: 76, 30 and 7F. RGB value is (118,48,127). Sum of RGB (Red+Green+Blue) = 118+48+127=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #76307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76307F is #89CF80. Grayscale: #4D4D4D. Windows color (decimal): -9031553 or 8335478. OLE color: 8335478.
HSL color Cylindrical-coordinate representation of color #76307F: hue angle of 293.16º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76307F is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 118 | 48 | 127 | - |
| CMYK | 0.07 | 0.62 | 0 | 0.50 |
| HSL | 293.16º | 0.45% | 0.34% | - |
| HSV(B) | 293.16º | 0.62% | 0.5% | - |
| XYZ | 12.36 | 7.5 | 20.87 | - |
| YUV | 77.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 127 | 0.07 | 0.62 | 0 | 0.50 | 293.16 | 0.45 | 0.34 |
| Hex | 76 | 30 | 7F | 7 | 3E | 0 | 32 | 125 | 2D | 22 |
| Octal | 166 | 60 | 177 | 7 | 76 | 0 | 62 | 445 | 55 | 42 |
| Binary | 1110110 | 110000 | 1111111 | 111 | 111110 | 0 | 110010 | 100100101 | 101101 | 100010 |
Color Harmonies of #76307F
Complementary color
Monochromatic Colors of #76307F
Black with #76307F
Text Example
Text Example
White with #76307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76307F; }
p { color: rgb(118,48,127); }
H1.HeaderClassName
{
color: #76307F;
}
.AnyTagClassName
{
color: #76307F;
}
</style>
background-color css
<style>
a { background-color: #76307F; }
a { background-color: rgb(118,48,127); }
div.DivClassName
{
background-color: #76307F;
}
.BgClassName
{
background-color: #76307F;
}
</style>
border-color css
<style>
span { border-color: #76307F; }
span { border-color: rgb(118,48,127); }
td.TdClassName
{
border-color: #76307F;
}
.TagClassName
{
border-color: #76307F;
}
</style>