Shades of Eminence #804379
Tints of Eminence #804379
RGB
CMYK
RGB Variations
Color information
#804379 (or 0x804379) is known color: Eminence. HEX triplet: 80, 43 and 79. RGB value is (128,67,121). Sum of RGB (Red+Green+Blue) = 128+67+121=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #804379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804379 is #7FBC86. Grayscale: #5B5B5B. Windows color (decimal): -8371335 or 7947136. OLE color: 7947136.
HSL color Cylindrical-coordinate representation of color #804379: hue angle of 306.89º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #804379 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 67 | 121 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.50 |
| HSL | 306.89º | 0.31% | 0.38% | - |
| HSV(B) | 306.89º | 0.48% | 0.5% | - |
| XYZ | 14.36 | 9.98 | 19.26 | - |
| YUV | 91.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 121 | 0 | 0.48 | 0.05 | 0.50 | 306.89 | 0.31 | 0.38 |
| Hex | 80 | 43 | 79 | 0 | 30 | 5 | 32 | 133 | 1F | 26 |
| Octal | 200 | 103 | 171 | 0 | 60 | 5 | 62 | 463 | 37 | 46 |
| Binary | 10000000 | 1000011 | 1111001 | 0 | 110000 | 101 | 110010 | 100110011 | 11111 | 100110 |
Color Harmonies of #804379
Complementary color
Monochromatic Colors of #804379
Black with #804379
Text Example
Text Example
White with #804379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804379; }
p { color: rgb(128,67,121); }
H1.HeaderClassName
{
color: #804379;
}
.AnyTagClassName
{
color: #804379;
}
</style>
background-color css
<style>
a { background-color: #804379; }
a { background-color: rgb(128,67,121); }
div.DivClassName
{
background-color: #804379;
}
.BgClassName
{
background-color: #804379;
}
</style>
border-color css
<style>
span { border-color: #804379; }
span { border-color: rgb(128,67,121); }
td.TdClassName
{
border-color: #804379;
}
.TagClassName
{
border-color: #804379;
}
</style>