Shades of Eminence #813C7A
Tints of Eminence #813C7A
RGB
CMYK
RGB Variations
Color information
#813C7A (or 0x813C7A) is known color: Eminence. HEX triplet: 81, 3C and 7A. RGB value is (129,60,122). Sum of RGB (Red+Green+Blue) = 129+60+122=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #813C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813C7A is #7EC385. Grayscale: #575757. Windows color (decimal): -8307590 or 8010881. OLE color: 8010881.
HSL color Cylindrical-coordinate representation of color #813C7A: hue angle of 306.09º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #813C7A is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 60 | 122 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.49 |
| HSL | 306.09º | 0.37% | 0.37% | - |
| HSV(B) | 306.09º | 0.53% | 0.51% | - |
| XYZ | 14.18 | 9.3 | 19.46 | - |
| YUV | 87.7 | 147.36 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 122 | 0 | 0.53 | 0.05 | 0.49 | 306.09 | 0.37 | 0.37 |
| Hex | 81 | 3C | 7A | 0 | 35 | 5 | 31 | 132 | 25 | 25 |
| Octal | 201 | 74 | 172 | 0 | 65 | 5 | 61 | 462 | 45 | 45 |
| Binary | 10000001 | 111100 | 1111010 | 0 | 110101 | 101 | 110001 | 100110010 | 100101 | 100101 |
Color Harmonies of #813C7A
Complementary color
Monochromatic Colors of #813C7A
Black with #813C7A
Text Example
Text Example
White with #813C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813C7A; }
p { color: rgb(129,60,122); }
H1.HeaderClassName
{
color: #813C7A;
}
.AnyTagClassName
{
color: #813C7A;
}
</style>
background-color css
<style>
a { background-color: #813C7A; }
a { background-color: rgb(129,60,122); }
div.DivClassName
{
background-color: #813C7A;
}
.BgClassName
{
background-color: #813C7A;
}
</style>
border-color css
<style>
span { border-color: #813C7A; }
span { border-color: rgb(129,60,122); }
td.TdClassName
{
border-color: #813C7A;
}
.TagClassName
{
border-color: #813C7A;
}
</style>