Shades of Eminence #804179
Tints of Eminence #804179
RGB
CMYK
RGB Variations
Color information
#804179 (or 0x804179) is known color: Eminence. HEX triplet: 80, 41 and 79. RGB value is (128,65,121). Sum of RGB (Red+Green+Blue) = 128+65+121=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 128 - color contains mainly: red. Hex color #804179 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804179 is #7FBE86. Grayscale: #5A5A5A. Windows color (decimal): -8371847 or 7946624. OLE color: 7946624.
HSL color Cylindrical-coordinate representation of color #804179: hue angle of 306.67º 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 #804179 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 121 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.50 |
| HSL | 306.67º | 0.33% | 0.38% | - |
| HSV(B) | 306.67º | 0.49% | 0.5% | - |
| XYZ | 14.24 | 9.75 | 19.22 | - |
| YUV | 90.22 | 145.37 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 121 | 0 | 0.49 | 0.05 | 0.50 | 306.67 | 0.33 | 0.38 |
| Hex | 80 | 41 | 79 | 0 | 31 | 5 | 32 | 133 | 21 | 26 |
| Octal | 200 | 101 | 171 | 0 | 61 | 5 | 62 | 463 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1111001 | 0 | 110001 | 101 | 110010 | 100110011 | 100001 | 100110 |
Color Harmonies of #804179
Complementary color
Monochromatic Colors of #804179
Black with #804179
Text Example
Text Example
White with #804179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804179; }
p { color: rgb(128,65,121); }
H1.HeaderClassName
{
color: #804179;
}
.AnyTagClassName
{
color: #804179;
}
</style>
background-color css
<style>
a { background-color: #804179; }
a { background-color: rgb(128,65,121); }
div.DivClassName
{
background-color: #804179;
}
.BgClassName
{
background-color: #804179;
}
</style>
border-color css
<style>
span { border-color: #804179; }
span { border-color: rgb(128,65,121); }
td.TdClassName
{
border-color: #804179;
}
.TagClassName
{
border-color: #804179;
}
</style>