Shades of Eminence #7F3978
Tints of Eminence #7F3978
RGB
CMYK
RGB Variations
Color information
#7F3978 (or 0x7F3978) is known color: Eminence. HEX triplet: 7F, 39 and 78. RGB value is (127,57,120). Sum of RGB (Red+Green+Blue) = 127+57+120=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3978 is #80C687. Grayscale: #545454. Windows color (decimal): -8439432 or 7879039. OLE color: 7879039.
HSL color Cylindrical-coordinate representation of color #7F3978: hue angle of 306º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F3978 is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 120 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.50 |
| HSL | 306º | 0.38% | 0.36% | - |
| HSV(B) | 306º | 0.55% | 0.5% | - |
| XYZ | 13.61 | 8.79 | 18.75 | - |
| YUV | 85.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 120 | 0 | 0.55 | 0.06 | 0.50 | 306 | 0.38 | 0.36 |
| Hex | 7F | 39 | 78 | 0 | 37 | 6 | 32 | 132 | 26 | 24 |
| Octal | 177 | 71 | 170 | 0 | 67 | 6 | 62 | 462 | 46 | 44 |
| Binary | 1111111 | 111001 | 1111000 | 0 | 110111 | 110 | 110010 | 100110010 | 100110 | 100100 |
Color Harmonies of #7F3978
Complementary color
Monochromatic Colors of #7F3978
Black with #7F3978
Text Example
Text Example
White with #7F3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3978; }
p { color: rgb(127,57,120); }
H1.HeaderClassName
{
color: #7F3978;
}
.AnyTagClassName
{
color: #7F3978;
}
</style>
background-color css
<style>
a { background-color: #7F3978; }
a { background-color: rgb(127,57,120); }
div.DivClassName
{
background-color: #7F3978;
}
.BgClassName
{
background-color: #7F3978;
}
</style>
border-color css
<style>
span { border-color: #7F3978; }
span { border-color: rgb(127,57,120); }
td.TdClassName
{
border-color: #7F3978;
}
.TagClassName
{
border-color: #7F3978;
}
</style>