Shades of Eminence #7F3C78
Tints of Eminence #7F3C78
RGB
CMYK
RGB Variations
Color information
#7F3C78 (or 0x7F3C78) is known color: Eminence. HEX triplet: 7F, 3C and 78. RGB value is (127,60,120). Sum of RGB (Red+Green+Blue) = 127+60+120=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3C78 is #80C387. Grayscale: #565656. Windows color (decimal): -8438664 or 7879807. OLE color: 7879807.
HSL color Cylindrical-coordinate representation of color #7F3C78: hue angle of 306.27º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F3C78 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 120 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.50 |
| HSL | 306.27º | 0.36% | 0.37% | - |
| HSV(B) | 306.27º | 0.53% | 0.5% | - |
| XYZ | 13.76 | 9.1 | 18.8 | - |
| YUV | 86.87 | 146.7 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 120 | 0 | 0.53 | 0.06 | 0.50 | 306.27 | 0.36 | 0.37 |
| Hex | 7F | 3C | 78 | 0 | 35 | 6 | 32 | 132 | 24 | 25 |
| Octal | 177 | 74 | 170 | 0 | 65 | 6 | 62 | 462 | 44 | 45 |
| Binary | 1111111 | 111100 | 1111000 | 0 | 110101 | 110 | 110010 | 100110010 | 100100 | 100101 |
Color Harmonies of #7F3C78
Complementary color
Monochromatic Colors of #7F3C78
Black with #7F3C78
Text Example
Text Example
White with #7F3C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C78; }
p { color: rgb(127,60,120); }
H1.HeaderClassName
{
color: #7F3C78;
}
.AnyTagClassName
{
color: #7F3C78;
}
</style>
background-color css
<style>
a { background-color: #7F3C78; }
a { background-color: rgb(127,60,120); }
div.DivClassName
{
background-color: #7F3C78;
}
.BgClassName
{
background-color: #7F3C78;
}
</style>
border-color css
<style>
span { border-color: #7F3C78; }
span { border-color: rgb(127,60,120); }
td.TdClassName
{
border-color: #7F3C78;
}
.TagClassName
{
border-color: #7F3C78;
}
</style>