Shades of Eminence #803C79
Tints of Eminence #803C79
RGB
CMYK
RGB Variations
Color information
#803C79 (or 0x803C79) is known color: Eminence. HEX triplet: 80, 3C and 79. RGB value is (128,60,121). Sum of RGB (Red+Green+Blue) = 128+60+121=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #803C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C79 is #7FC386. Grayscale: #575757. Windows color (decimal): -8373127 or 7945344. OLE color: 7945344.
HSL color Cylindrical-coordinate representation of color #803C79: hue angle of 306.18º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C79 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 121 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.50 |
| HSL | 306.18º | 0.36% | 0.37% | - |
| HSV(B) | 306.18º | 0.53% | 0.5% | - |
| XYZ | 13.97 | 9.2 | 19.13 | - |
| YUV | 87.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 121 | 0 | 0.53 | 0.05 | 0.50 | 306.18 | 0.36 | 0.37 |
| Hex | 80 | 3C | 79 | 0 | 35 | 5 | 32 | 132 | 24 | 25 |
| Octal | 200 | 74 | 171 | 0 | 65 | 5 | 62 | 462 | 44 | 45 |
| Binary | 10000000 | 111100 | 1111001 | 0 | 110101 | 101 | 110010 | 100110010 | 100100 | 100101 |
Color Harmonies of #803C79
Complementary color
Monochromatic Colors of #803C79
Black with #803C79
Text Example
Text Example
White with #803C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C79; }
p { color: rgb(128,60,121); }
H1.HeaderClassName
{
color: #803C79;
}
.AnyTagClassName
{
color: #803C79;
}
</style>
background-color css
<style>
a { background-color: #803C79; }
a { background-color: rgb(128,60,121); }
div.DivClassName
{
background-color: #803C79;
}
.BgClassName
{
background-color: #803C79;
}
</style>
border-color css
<style>
span { border-color: #803C79; }
span { border-color: rgb(128,60,121); }
td.TdClassName
{
border-color: #803C79;
}
.TagClassName
{
border-color: #803C79;
}
</style>