Shades of Eminence #7F3A77
Tints of Eminence #7F3A77
RGB
CMYK
RGB Variations
Color information
#7F3A77 (or 0x7F3A77) is known color: Eminence. HEX triplet: 7F, 3A and 77. RGB value is (127,58,119). Sum of RGB (Red+Green+Blue) = 127+58+119=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A77 is #80C588. Grayscale: #555555. Windows color (decimal): -8439177 or 7813759. OLE color: 7813759.
HSL color Cylindrical-coordinate representation of color #7F3A77: hue angle of 306.96º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A77 is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 119 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.50 |
| HSL | 306.96º | 0.37% | 0.36% | - |
| HSV(B) | 306.96º | 0.54% | 0.5% | - |
| XYZ | 13.6 | 8.87 | 18.45 | - |
| YUV | 85.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 119 | 0 | 0.54 | 0.06 | 0.50 | 306.96 | 0.37 | 0.36 |
| Hex | 7F | 3A | 77 | 0 | 36 | 6 | 32 | 133 | 25 | 24 |
| Octal | 177 | 72 | 167 | 0 | 66 | 6 | 62 | 463 | 45 | 44 |
| Binary | 1111111 | 111010 | 1110111 | 0 | 110110 | 110 | 110010 | 100110011 | 100101 | 100100 |
Color Harmonies of #7F3A77
Complementary color
Monochromatic Colors of #7F3A77
Black with #7F3A77
Text Example
Text Example
White with #7F3A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A77; }
p { color: rgb(127,58,119); }
H1.HeaderClassName
{
color: #7F3A77;
}
.AnyTagClassName
{
color: #7F3A77;
}
</style>
background-color css
<style>
a { background-color: #7F3A77; }
a { background-color: rgb(127,58,119); }
div.DivClassName
{
background-color: #7F3A77;
}
.BgClassName
{
background-color: #7F3A77;
}
</style>
border-color css
<style>
span { border-color: #7F3A77; }
span { border-color: rgb(127,58,119); }
td.TdClassName
{
border-color: #7F3A77;
}
.TagClassName
{
border-color: #7F3A77;
}
</style>