Shades of Eminence #784971
Tints of Eminence #784971
RGB
CMYK
RGB Variations
Color information
#784971 (or 0x784971) is known color: Eminence. HEX triplet: 78, 49 and 71. RGB value is (120,73,113). Sum of RGB (Red+Green+Blue) = 120+73+113=306 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.22% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 120 - color contains mainly: red. Hex color #784971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784971 is #87B68E. Grayscale: #5B5B5B. Windows color (decimal): -8894095 or 7424376. OLE color: 7424376.
HSL color Cylindrical-coordinate representation of color #784971: hue angle of 308.94º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #784971 is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 73 | 113 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.53 |
| HSL | 308.94º | 0.24% | 0.38% | - |
| HSV(B) | 308.94º | 0.39% | 0.47% | - |
| XYZ | 13.11 | 9.95 | 16.85 | - |
| YUV | 91.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 73 | 113 | 0 | 0.39 | 0.06 | 0.53 | 308.94 | 0.24 | 0.38 |
| Hex | 78 | 49 | 71 | 0 | 27 | 6 | 35 | 135 | 18 | 26 |
| Octal | 170 | 111 | 161 | 0 | 47 | 6 | 65 | 465 | 30 | 46 |
| Binary | 1111000 | 1001001 | 1110001 | 0 | 100111 | 110 | 110101 | 100110101 | 11000 | 100110 |
Color Harmonies of #784971
Complementary color
Monochromatic Colors of #784971
Black with #784971
Text Example
Text Example
White with #784971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784971; }
p { color: rgb(120,73,113); }
H1.HeaderClassName
{
color: #784971;
}
.AnyTagClassName
{
color: #784971;
}
</style>
background-color css
<style>
a { background-color: #784971; }
a { background-color: rgb(120,73,113); }
div.DivClassName
{
background-color: #784971;
}
.BgClassName
{
background-color: #784971;
}
</style>
border-color css
<style>
span { border-color: #784971; }
span { border-color: rgb(120,73,113); }
td.TdClassName
{
border-color: #784971;
}
.TagClassName
{
border-color: #784971;
}
</style>