Shades of Eminence #712981
Tints of Eminence #712981
RGB
CMYK
RGB Variations
Color information
#712981 (or 0x712981) is known color: Eminence. HEX triplet: 71, 29 and 81. RGB value is (113,41,129). Sum of RGB (Red+Green+Blue) = 113+41+129=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #712981 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712981 is #8ED67E. Grayscale: #484848. Windows color (decimal): -9361023 or 8464753. OLE color: 8464753.
HSL color Cylindrical-coordinate representation of color #712981: hue angle of 289.09º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #712981 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 41 | 129 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.49 |
| HSL | 289.09º | 0.52% | 0.33% | - |
| HSV(B) | 289.09º | 0.68% | 0.51% | - |
| XYZ | 11.57 | 6.68 | 21.45 | - |
| YUV | 72.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 41 | 129 | 0.12 | 0.68 | 0 | 0.49 | 289.09 | 0.52 | 0.33 |
| Hex | 71 | 29 | 81 | C | 44 | 0 | 31 | 121 | 34 | 21 |
| Octal | 161 | 51 | 201 | 14 | 104 | 0 | 61 | 441 | 64 | 41 |
| Binary | 1110001 | 101001 | 10000001 | 1100 | 1000100 | 0 | 110001 | 100100001 | 110100 | 100001 |
Color Harmonies of #712981
Complementary color
Monochromatic Colors of #712981
Black with #712981
Text Example
Text Example
White with #712981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712981; }
p { color: rgb(113,41,129); }
H1.HeaderClassName
{
color: #712981;
}
.AnyTagClassName
{
color: #712981;
}
</style>
background-color css
<style>
a { background-color: #712981; }
a { background-color: rgb(113,41,129); }
div.DivClassName
{
background-color: #712981;
}
.BgClassName
{
background-color: #712981;
}
</style>
border-color css
<style>
span { border-color: #712981; }
span { border-color: rgb(113,41,129); }
td.TdClassName
{
border-color: #712981;
}
.TagClassName
{
border-color: #712981;
}
</style>