Shades of Eminence #7F4176
Tints of Eminence #7F4176
RGB
CMYK
RGB Variations
Color information
#7F4176 (or 0x7F4176) is known color: Eminence. HEX triplet: 7F, 41 and 76. RGB value is (127,65,118). Sum of RGB (Red+Green+Blue) = 127+65+118=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4176 is #80BE89. Grayscale: #595959. Windows color (decimal): -8437386 or 7750015. OLE color: 7750015.
HSL color Cylindrical-coordinate representation of color #7F4176: hue angle of 308.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4176 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 118 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.50 |
| HSL | 308.71º | 0.32% | 0.38% | - |
| HSV(B) | 308.71º | 0.49% | 0.5% | - |
| XYZ | 13.91 | 9.6 | 18.26 | - |
| YUV | 89.58 | 144.04 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 118 | 0 | 0.49 | 0.07 | 0.50 | 308.71 | 0.32 | 0.38 |
| Hex | 7F | 41 | 76 | 0 | 31 | 7 | 32 | 135 | 20 | 26 |
| Octal | 177 | 101 | 166 | 0 | 61 | 7 | 62 | 465 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1110110 | 0 | 110001 | 111 | 110010 | 100110101 | 100000 | 100110 |
Color Harmonies of #7F4176
Complementary color
Monochromatic Colors of #7F4176
Black with #7F4176
Text Example
Text Example
White with #7F4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4176; }
p { color: rgb(127,65,118); }
H1.HeaderClassName
{
color: #7F4176;
}
.AnyTagClassName
{
color: #7F4176;
}
</style>
background-color css
<style>
a { background-color: #7F4176; }
a { background-color: rgb(127,65,118); }
div.DivClassName
{
background-color: #7F4176;
}
.BgClassName
{
background-color: #7F4176;
}
</style>
border-color css
<style>
span { border-color: #7F4176; }
span { border-color: rgb(127,65,118); }
td.TdClassName
{
border-color: #7F4176;
}
.TagClassName
{
border-color: #7F4176;
}
</style>