Shades of Eminence #803F78
Tints of Eminence #803F78
RGB
CMYK
RGB Variations
Color information
#803F78 (or 0x803F78) is known color: Eminence. HEX triplet: 80, 3F and 78. RGB value is (128,63,120). Sum of RGB (Red+Green+Blue) = 128+63+120=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 128 - color contains mainly: red. Hex color #803F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F78 is #7FC087. Grayscale: #585858. Windows color (decimal): -8372360 or 7880576. OLE color: 7880576.
HSL color Cylindrical-coordinate representation of color #803F78: hue angle of 307.38º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #803F78 is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 120 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.50 |
| HSL | 307.38º | 0.34% | 0.37% | - |
| HSV(B) | 307.38º | 0.51% | 0.5% | - |
| XYZ | 14.07 | 9.5 | 18.86 | - |
| YUV | 88.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 120 | 0 | 0.51 | 0.06 | 0.50 | 307.38 | 0.34 | 0.37 |
| Hex | 80 | 3F | 78 | 0 | 33 | 6 | 32 | 133 | 22 | 25 |
| Octal | 200 | 77 | 170 | 0 | 63 | 6 | 62 | 463 | 42 | 45 |
| Binary | 10000000 | 111111 | 1111000 | 0 | 110011 | 110 | 110010 | 100110011 | 100010 | 100101 |
Color Harmonies of #803F78
Complementary color
Monochromatic Colors of #803F78
Black with #803F78
Text Example
Text Example
White with #803F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F78; }
p { color: rgb(128,63,120); }
H1.HeaderClassName
{
color: #803F78;
}
.AnyTagClassName
{
color: #803F78;
}
</style>
background-color css
<style>
a { background-color: #803F78; }
a { background-color: rgb(128,63,120); }
div.DivClassName
{
background-color: #803F78;
}
.BgClassName
{
background-color: #803F78;
}
</style>
border-color css
<style>
span { border-color: #803F78; }
span { border-color: rgb(128,63,120); }
td.TdClassName
{
border-color: #803F78;
}
.TagClassName
{
border-color: #803F78;
}
</style>