Shades of Eminence #71476C
Tints of Eminence #71476C
RGB
CMYK
RGB Variations
Color information
#71476C (or 0x71476C) is known color: Eminence. HEX triplet: 71, 47 and 6C. RGB value is (113,71,108). Sum of RGB (Red+Green+Blue) = 113+71+108=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71476C is #8EB893. Grayscale: #575757. Windows color (decimal): -9353364 or 7096177. OLE color: 7096177.
HSL color Cylindrical-coordinate representation of color #71476C: hue angle of 307.14º 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 #71476C is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 71 | 108 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.56 |
| HSL | 307.14º | 0.23% | 0.36% | - |
| HSV(B) | 307.14º | 0.37% | 0.44% | - |
| XYZ | 11.77 | 9.1 | 15.32 | - |
| YUV | 87.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 108 | 0 | 0.37 | 0.04 | 0.56 | 307.14 | 0.23 | 0.36 |
| Hex | 71 | 47 | 6C | 0 | 25 | 4 | 38 | 133 | 17 | 24 |
| Octal | 161 | 107 | 154 | 0 | 45 | 4 | 70 | 463 | 27 | 44 |
| Binary | 1110001 | 1000111 | 1101100 | 0 | 100101 | 100 | 111000 | 100110011 | 10111 | 100100 |
Color Harmonies of #71476C
Complementary color
Monochromatic Colors of #71476C
Black with #71476C
Text Example
Text Example
White with #71476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71476C; }
p { color: rgb(113,71,108); }
H1.HeaderClassName
{
color: #71476C;
}
.AnyTagClassName
{
color: #71476C;
}
</style>
background-color css
<style>
a { background-color: #71476C; }
a { background-color: rgb(113,71,108); }
div.DivClassName
{
background-color: #71476C;
}
.BgClassName
{
background-color: #71476C;
}
</style>
border-color css
<style>
span { border-color: #71476C; }
span { border-color: rgb(113,71,108); }
td.TdClassName
{
border-color: #71476C;
}
.TagClassName
{
border-color: #71476C;
}
</style>