Shades of Eminence #7F4476
Tints of Eminence #7F4476
RGB
CMYK
RGB Variations
Color information
#7F4476 (or 0x7F4476) is known color: Eminence. HEX triplet: 7F, 44 and 76. RGB value is (127,68,118). Sum of RGB (Red+Green+Blue) = 127+68+118=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4476 is #80BB89. Grayscale: #5B5B5B. Windows color (decimal): -8436618 or 7750783. OLE color: 7750783.
HSL color Cylindrical-coordinate representation of color #7F4476: hue angle of 309.15º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4476 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 118 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.50 |
| HSL | 309.15º | 0.3% | 0.38% | - |
| HSV(B) | 309.15º | 0.46% | 0.5% | - |
| XYZ | 14.09 | 9.95 | 18.32 | - |
| YUV | 91.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 118 | 0 | 0.46 | 0.07 | 0.50 | 309.15 | 0.3 | 0.38 |
| Hex | 7F | 44 | 76 | 0 | 2E | 7 | 32 | 135 | 1E | 26 |
| Octal | 177 | 104 | 166 | 0 | 56 | 7 | 62 | 465 | 36 | 46 |
| Binary | 1111111 | 1000100 | 1110110 | 0 | 101110 | 111 | 110010 | 100110101 | 11110 | 100110 |
Color Harmonies of #7F4476
Complementary color
Monochromatic Colors of #7F4476
Black with #7F4476
Text Example
Text Example
White with #7F4476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4476; }
p { color: rgb(127,68,118); }
H1.HeaderClassName
{
color: #7F4476;
}
.AnyTagClassName
{
color: #7F4476;
}
</style>
background-color css
<style>
a { background-color: #7F4476; }
a { background-color: rgb(127,68,118); }
div.DivClassName
{
background-color: #7F4476;
}
.BgClassName
{
background-color: #7F4476;
}
</style>
border-color css
<style>
span { border-color: #7F4476; }
span { border-color: rgb(127,68,118); }
td.TdClassName
{
border-color: #7F4476;
}
.TagClassName
{
border-color: #7F4476;
}
</style>