Shades of Eminence #71476E
Tints of Eminence #71476E
RGB
CMYK
RGB Variations
Color information
#71476E (or 0x71476E) is known color: Eminence. HEX triplet: 71, 47 and 6E. RGB value is (113,71,110). Sum of RGB (Red+Green+Blue) = 113+71+110=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71476E is #8EB891. Grayscale: #575757. Windows color (decimal): -9353362 or 7227249. OLE color: 7227249.
HSL color Cylindrical-coordinate representation of color #71476E: hue angle of 304.29º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71476E is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 110 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.56 |
| HSL | 304.29º | 0.23% | 0.36% | - |
| HSV(B) | 304.29º | 0.37% | 0.44% | - |
| XYZ | 11.88 | 9.14 | 15.89 | - |
| YUV | 88 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 110 | 0 | 0.37 | 0.03 | 0.56 | 304.29 | 0.23 | 0.36 |
| Hex | 71 | 47 | 6E | 0 | 25 | 3 | 38 | 130 | 17 | 24 |
| Octal | 161 | 107 | 156 | 0 | 45 | 3 | 70 | 460 | 27 | 44 |
| Binary | 1110001 | 1000111 | 1101110 | 0 | 100101 | 11 | 111000 | 100110000 | 10111 | 100100 |
Color Harmonies of #71476E
Complementary color
Monochromatic Colors of #71476E
Black with #71476E
Text Example
Text Example
White with #71476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71476E; }
p { color: rgb(113,71,110); }
H1.HeaderClassName
{
color: #71476E;
}
.AnyTagClassName
{
color: #71476E;
}
</style>
background-color css
<style>
a { background-color: #71476E; }
a { background-color: rgb(113,71,110); }
div.DivClassName
{
background-color: #71476E;
}
.BgClassName
{
background-color: #71476E;
}
</style>
border-color css
<style>
span { border-color: #71476E; }
span { border-color: rgb(113,71,110); }
td.TdClassName
{
border-color: #71476E;
}
.TagClassName
{
border-color: #71476E;
}
</style>