Shades of Eminence #803C78
Tints of Eminence #803C78
RGB
CMYK
RGB Variations
Color information
#803C78 (or 0x803C78) is known color: Eminence. HEX triplet: 80, 3C and 78. RGB value is (128,60,120). Sum of RGB (Red+Green+Blue) = 128+60+120=308 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.56% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 128 - color contains mainly: red. Hex color #803C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C78 is #7FC387. Grayscale: #575757. Windows color (decimal): -8373128 or 7879808. OLE color: 7879808.
HSL color Cylindrical-coordinate representation of color #803C78: hue angle of 307.06º 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 #803C78 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 120 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.50 |
| HSL | 307.06º | 0.36% | 0.37% | - |
| HSV(B) | 307.06º | 0.53% | 0.5% | - |
| XYZ | 13.91 | 9.18 | 18.81 | - |
| YUV | 87.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 120 | 0 | 0.53 | 0.06 | 0.50 | 307.06 | 0.36 | 0.37 |
| Hex | 80 | 3C | 78 | 0 | 35 | 6 | 32 | 133 | 24 | 25 |
| Octal | 200 | 74 | 170 | 0 | 65 | 6 | 62 | 463 | 44 | 45 |
| Binary | 10000000 | 111100 | 1111000 | 0 | 110101 | 110 | 110010 | 100110011 | 100100 | 100101 |
Color Harmonies of #803C78
Complementary color
Monochromatic Colors of #803C78
Black with #803C78
Text Example
Text Example
White with #803C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C78; }
p { color: rgb(128,60,120); }
H1.HeaderClassName
{
color: #803C78;
}
.AnyTagClassName
{
color: #803C78;
}
</style>
background-color css
<style>
a { background-color: #803C78; }
a { background-color: rgb(128,60,120); }
div.DivClassName
{
background-color: #803C78;
}
.BgClassName
{
background-color: #803C78;
}
</style>
border-color css
<style>
span { border-color: #803C78; }
span { border-color: rgb(128,60,120); }
td.TdClassName
{
border-color: #803C78;
}
.TagClassName
{
border-color: #803C78;
}
</style>