Shades of Eminence #71486E
Tints of Eminence #71486E
RGB
CMYK
RGB Variations
Color information
#71486E (or 0x71486E) is known color: Eminence. HEX triplet: 71, 48 and 6E. RGB value is (113,72,110). Sum of RGB (Red+Green+Blue) = 113+72+110=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 110 (43.36% from 255 or 37.29% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #71486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71486E is #8EB791. Grayscale: #585858. Windows color (decimal): -9353106 or 7227505. OLE color: 7227505.
HSL color Cylindrical-coordinate representation of color #71486E: hue angle of 304.39º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71486E is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 72 | 110 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.56 |
| HSL | 304.39º | 0.22% | 0.36% | - |
| HSV(B) | 304.39º | 0.36% | 0.44% | - |
| XYZ | 11.94 | 9.27 | 15.91 | - |
| YUV | 88.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 72 | 110 | 0 | 0.36 | 0.03 | 0.56 | 304.39 | 0.22 | 0.36 |
| Hex | 71 | 48 | 6E | 0 | 24 | 3 | 38 | 130 | 16 | 24 |
| Octal | 161 | 110 | 156 | 0 | 44 | 3 | 70 | 460 | 26 | 44 |
| Binary | 1110001 | 1001000 | 1101110 | 0 | 100100 | 11 | 111000 | 100110000 | 10110 | 100100 |
Color Harmonies of #71486E
Complementary color
Monochromatic Colors of #71486E
Black with #71486E
Text Example
Text Example
White with #71486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71486E; }
p { color: rgb(113,72,110); }
H1.HeaderClassName
{
color: #71486E;
}
.AnyTagClassName
{
color: #71486E;
}
</style>
background-color css
<style>
a { background-color: #71486E; }
a { background-color: rgb(113,72,110); }
div.DivClassName
{
background-color: #71486E;
}
.BgClassName
{
background-color: #71486E;
}
</style>
border-color css
<style>
span { border-color: #71486E; }
span { border-color: rgb(113,72,110); }
td.TdClassName
{
border-color: #71486E;
}
.TagClassName
{
border-color: #71486E;
}
</style>