Shades of Eminence #712A80
Tints of Eminence #712A80
RGB
CMYK
RGB Variations
Color information
#712A80 (or 0x712A80) is known color: Eminence. HEX triplet: 71, 2A and 80. RGB value is (113,42,128). Sum of RGB (Red+Green+Blue) = 113+42+128=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #712A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A80 is #8ED57F. Grayscale: #484848. Windows color (decimal): -9360768 or 8399473. OLE color: 8399473.
HSL color Cylindrical-coordinate representation of color #712A80: hue angle of 289.53º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712A80 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 42 | 128 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.50 |
| HSL | 289.53º | 0.51% | 0.33% | - |
| HSV(B) | 289.53º | 0.67% | 0.5% | - |
| XYZ | 11.53 | 6.73 | 21.11 | - |
| YUV | 73.03 | 159.02 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 128 | 0.12 | 0.67 | 0 | 0.50 | 289.53 | 0.51 | 0.33 |
| Hex | 71 | 2A | 80 | C | 43 | 0 | 32 | 122 | 33 | 21 |
| Octal | 161 | 52 | 200 | 14 | 103 | 0 | 62 | 442 | 63 | 41 |
| Binary | 1110001 | 101010 | 10000000 | 1100 | 1000011 | 0 | 110010 | 100100010 | 110011 | 100001 |
Color Harmonies of #712A80
Complementary color
Monochromatic Colors of #712A80
Black with #712A80
Text Example
Text Example
White with #712A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A80; }
p { color: rgb(113,42,128); }
H1.HeaderClassName
{
color: #712A80;
}
.AnyTagClassName
{
color: #712A80;
}
</style>
background-color css
<style>
a { background-color: #712A80; }
a { background-color: rgb(113,42,128); }
div.DivClassName
{
background-color: #712A80;
}
.BgClassName
{
background-color: #712A80;
}
</style>
border-color css
<style>
span { border-color: #712A80; }
span { border-color: rgb(113,42,128); }
td.TdClassName
{
border-color: #712A80;
}
.TagClassName
{
border-color: #712A80;
}
</style>