Shades of Eminence #803B7B
Tints of Eminence #803B7B
RGB
CMYK
RGB Variations
Color information
#803B7B (or 0x803B7B) is known color: Eminence. HEX triplet: 80, 3B and 7B. RGB value is (128,59,123). Sum of RGB (Red+Green+Blue) = 128+59+123=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #803B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803B7B is #7FC484. Grayscale: #565656. Windows color (decimal): -8373381 or 8076160. OLE color: 8076160.
HSL color Cylindrical-coordinate representation of color #803B7B: hue angle of 304.35º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #803B7B is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 59 | 123 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.50 |
| HSL | 304.35º | 0.37% | 0.37% | - |
| HSV(B) | 304.35º | 0.54% | 0.5% | - |
| XYZ | 14.04 | 9.15 | 19.76 | - |
| YUV | 86.93 | 148.36 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 123 | 0 | 0.54 | 0.04 | 0.50 | 304.35 | 0.37 | 0.37 |
| Hex | 80 | 3B | 7B | 0 | 36 | 4 | 32 | 130 | 25 | 25 |
| Octal | 200 | 73 | 173 | 0 | 66 | 4 | 62 | 460 | 45 | 45 |
| Binary | 10000000 | 111011 | 1111011 | 0 | 110110 | 100 | 110010 | 100110000 | 100101 | 100101 |
Color Harmonies of #803B7B
Complementary color
Monochromatic Colors of #803B7B
Black with #803B7B
Text Example
Text Example
White with #803B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803B7B; }
p { color: rgb(128,59,123); }
H1.HeaderClassName
{
color: #803B7B;
}
.AnyTagClassName
{
color: #803B7B;
}
</style>
background-color css
<style>
a { background-color: #803B7B; }
a { background-color: rgb(128,59,123); }
div.DivClassName
{
background-color: #803B7B;
}
.BgClassName
{
background-color: #803B7B;
}
</style>
border-color css
<style>
span { border-color: #803B7B; }
span { border-color: rgb(128,59,123); }
td.TdClassName
{
border-color: #803B7B;
}
.TagClassName
{
border-color: #803B7B;
}
</style>