Shades of Eminence #804178
Tints of Eminence #804178
RGB
CMYK
RGB Variations
Color information
#804178 (or 0x804178) is known color: Eminence. HEX triplet: 80, 41 and 78. RGB value is (128,65,120). Sum of RGB (Red+Green+Blue) = 128+65+120=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 120 (47.27% from 255 or 38.34% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #804178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804178 is #7FBE87. Grayscale: #595959. Windows color (decimal): -8371848 or 7881088. OLE color: 7881088.
HSL color Cylindrical-coordinate representation of color #804178: hue angle of 307.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804178 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 120 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.50 |
| HSL | 307.62º | 0.33% | 0.38% | - |
| HSV(B) | 307.62º | 0.49% | 0.5% | - |
| XYZ | 14.18 | 9.73 | 18.9 | - |
| YUV | 90.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 120 | 0 | 0.49 | 0.06 | 0.50 | 307.62 | 0.33 | 0.38 |
| Hex | 80 | 41 | 78 | 0 | 31 | 6 | 32 | 134 | 21 | 26 |
| Octal | 200 | 101 | 170 | 0 | 61 | 6 | 62 | 464 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1111000 | 0 | 110001 | 110 | 110010 | 100110100 | 100001 | 100110 |
Color Harmonies of #804178
Complementary color
Monochromatic Colors of #804178
Black with #804178
Text Example
Text Example
White with #804178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804178; }
p { color: rgb(128,65,120); }
H1.HeaderClassName
{
color: #804178;
}
.AnyTagClassName
{
color: #804178;
}
</style>
background-color css
<style>
a { background-color: #804178; }
a { background-color: rgb(128,65,120); }
div.DivClassName
{
background-color: #804178;
}
.BgClassName
{
background-color: #804178;
}
</style>
border-color css
<style>
span { border-color: #804178; }
span { border-color: rgb(128,65,120); }
td.TdClassName
{
border-color: #804178;
}
.TagClassName
{
border-color: #804178;
}
</style>