Shades of Eminence #7F3F78
Tints of Eminence #7F3F78
RGB
CMYK
RGB Variations
Color information
#7F3F78 (or 0x7F3F78) is known color: Eminence. HEX triplet: 7F, 3F and 78. RGB value is (127,63,120). Sum of RGB (Red+Green+Blue) = 127+63+120=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3F78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3F78 is #80C087. Grayscale: #585858. Windows color (decimal): -8437896 or 7880575. OLE color: 7880575.
HSL color Cylindrical-coordinate representation of color #7F3F78: hue angle of 306.56º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F3F78 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 63 | 120 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.50 |
| HSL | 306.56º | 0.34% | 0.37% | - |
| HSV(B) | 306.56º | 0.5% | 0.5% | - |
| XYZ | 13.92 | 9.42 | 18.85 | - |
| YUV | 88.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 63 | 120 | 0 | 0.50 | 0.06 | 0.50 | 306.56 | 0.34 | 0.37 |
| Hex | 7F | 3F | 78 | 0 | 32 | 6 | 32 | 133 | 22 | 25 |
| Octal | 177 | 77 | 170 | 0 | 62 | 6 | 62 | 463 | 42 | 45 |
| Binary | 1111111 | 111111 | 1111000 | 0 | 110010 | 110 | 110010 | 100110011 | 100010 | 100101 |
Color Harmonies of #7F3F78
Complementary color
Monochromatic Colors of #7F3F78
Black with #7F3F78
Text Example
Text Example
White with #7F3F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3F78; }
p { color: rgb(127,63,120); }
H1.HeaderClassName
{
color: #7F3F78;
}
.AnyTagClassName
{
color: #7F3F78;
}
</style>
background-color css
<style>
a { background-color: #7F3F78; }
a { background-color: rgb(127,63,120); }
div.DivClassName
{
background-color: #7F3F78;
}
.BgClassName
{
background-color: #7F3F78;
}
</style>
border-color css
<style>
span { border-color: #7F3F78; }
span { border-color: rgb(127,63,120); }
td.TdClassName
{
border-color: #7F3F78;
}
.TagClassName
{
border-color: #7F3F78;
}
</style>