Shades of Eminence #804177
Tints of Eminence #804177
RGB
CMYK
RGB Variations
Color information
#804177 (or 0x804177) is known color: Eminence. HEX triplet: 80, 41 and 77. RGB value is (128,65,119). Sum of RGB (Red+Green+Blue) = 128+65+119=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #804177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804177 is #7FBE88. Grayscale: #595959. Windows color (decimal): -8371849 or 7815552. OLE color: 7815552.
HSL color Cylindrical-coordinate representation of color #804177: hue angle of 308.57º 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 #804177 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 119 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.50 |
| HSL | 308.57º | 0.33% | 0.38% | - |
| HSV(B) | 308.57º | 0.49% | 0.5% | - |
| XYZ | 14.12 | 9.7 | 18.58 | - |
| YUV | 89.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 119 | 0 | 0.49 | 0.07 | 0.50 | 308.57 | 0.33 | 0.38 |
| Hex | 80 | 41 | 77 | 0 | 31 | 7 | 32 | 135 | 21 | 26 |
| Octal | 200 | 101 | 167 | 0 | 61 | 7 | 62 | 465 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1110111 | 0 | 110001 | 111 | 110010 | 100110101 | 100001 | 100110 |
Color Harmonies of #804177
Complementary color
Monochromatic Colors of #804177
Black with #804177
Text Example
Text Example
White with #804177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804177; }
p { color: rgb(128,65,119); }
H1.HeaderClassName
{
color: #804177;
}
.AnyTagClassName
{
color: #804177;
}
</style>
background-color css
<style>
a { background-color: #804177; }
a { background-color: rgb(128,65,119); }
div.DivClassName
{
background-color: #804177;
}
.BgClassName
{
background-color: #804177;
}
</style>
border-color css
<style>
span { border-color: #804177; }
span { border-color: rgb(128,65,119); }
td.TdClassName
{
border-color: #804177;
}
.TagClassName
{
border-color: #804177;
}
</style>