Shades of Eminence #803979
Tints of Eminence #803979
RGB
CMYK
RGB Variations
Color information
#803979 (or 0x803979) is known color: Eminence. HEX triplet: 80, 39 and 79. RGB value is (128,57,121). Sum of RGB (Red+Green+Blue) = 128+57+121=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #803979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803979 is #7FC686. Grayscale: #555555. Windows color (decimal): -8373895 or 7944576. OLE color: 7944576.
HSL color Cylindrical-coordinate representation of color #803979: hue angle of 305.92º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803979 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 121 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.50 |
| HSL | 305.92º | 0.38% | 0.36% | - |
| HSV(B) | 305.92º | 0.55% | 0.5% | - |
| XYZ | 13.82 | 8.9 | 19.08 | - |
| YUV | 85.53 | 148.02 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 121 | 0 | 0.55 | 0.05 | 0.50 | 305.92 | 0.38 | 0.36 |
| Hex | 80 | 39 | 79 | 0 | 37 | 5 | 32 | 132 | 26 | 24 |
| Octal | 200 | 71 | 171 | 0 | 67 | 5 | 62 | 462 | 46 | 44 |
| Binary | 10000000 | 111001 | 1111001 | 0 | 110111 | 101 | 110010 | 100110010 | 100110 | 100100 |
Color Harmonies of #803979
Complementary color
Monochromatic Colors of #803979
Black with #803979
Text Example
Text Example
White with #803979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803979; }
p { color: rgb(128,57,121); }
H1.HeaderClassName
{
color: #803979;
}
.AnyTagClassName
{
color: #803979;
}
</style>
background-color css
<style>
a { background-color: #803979; }
a { background-color: rgb(128,57,121); }
div.DivClassName
{
background-color: #803979;
}
.BgClassName
{
background-color: #803979;
}
</style>
border-color css
<style>
span { border-color: #803979; }
span { border-color: rgb(128,57,121); }
td.TdClassName
{
border-color: #803979;
}
.TagClassName
{
border-color: #803979;
}
</style>