Shades of Eminence #803F73
Tints of Eminence #803F73
RGB
CMYK
RGB Variations
Color information
#803F73 (or 0x803F73) is known color: Eminence. HEX triplet: 80, 3F and 73. RGB value is (128,63,115). Sum of RGB (Red+Green+Blue) = 128+63+115=306 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.83% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 115 (45.31% from 255 or 37.58% from 306); Max value from RGB is 128 - color contains mainly: red. Hex color #803F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803F73 is #7FC08C. Grayscale: #585858. Windows color (decimal): -8372365 or 7552896. OLE color: 7552896.
HSL color Cylindrical-coordinate representation of color #803F73: hue angle of 312º 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 #803F73 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 63 | 115 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.50 |
| HSL | 312º | 0.34% | 0.37% | - |
| HSV(B) | 312º | 0.51% | 0.5% | - |
| XYZ | 13.77 | 9.38 | 17.3 | - |
| YUV | 88.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 115 | 0 | 0.51 | 0.10 | 0.50 | 312 | 0.34 | 0.37 |
| Hex | 80 | 3F | 73 | 0 | 33 | A | 32 | 138 | 22 | 25 |
| Octal | 200 | 77 | 163 | 0 | 63 | 12 | 62 | 470 | 42 | 45 |
| Binary | 10000000 | 111111 | 1110011 | 0 | 110011 | 1010 | 110010 | 100111000 | 100010 | 100101 |
Color Harmonies of #803F73
Complementary color
Monochromatic Colors of #803F73
Black with #803F73
Text Example
Text Example
White with #803F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803F73; }
p { color: rgb(128,63,115); }
H1.HeaderClassName
{
color: #803F73;
}
.AnyTagClassName
{
color: #803F73;
}
</style>
background-color css
<style>
a { background-color: #803F73; }
a { background-color: rgb(128,63,115); }
div.DivClassName
{
background-color: #803F73;
}
.BgClassName
{
background-color: #803F73;
}
</style>
border-color css
<style>
span { border-color: #803F73; }
span { border-color: rgb(128,63,115); }
td.TdClassName
{
border-color: #803F73;
}
.TagClassName
{
border-color: #803F73;
}
</style>