Shades of Eminence #71456E
Tints of Eminence #71456E
RGB
CMYK
RGB Variations
Color information
#71456E (or 0x71456E) is known color: Eminence. HEX triplet: 71, 45 and 6E. RGB value is (113,69,110). Sum of RGB (Red+Green+Blue) = 113+69+110=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 113 - color contains mainly: red. Hex color #71456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71456E is #8EBA91. Grayscale: #565656. Windows color (decimal): -9353874 or 7226737. OLE color: 7226737.
HSL color Cylindrical-coordinate representation of color #71456E: hue angle of 304.09º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71456E is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 69 | 110 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.56 |
| HSL | 304.09º | 0.24% | 0.36% | - |
| HSV(B) | 304.09º | 0.39% | 0.44% | - |
| XYZ | 11.75 | 8.89 | 15.85 | - |
| YUV | 86.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 69 | 110 | 0 | 0.39 | 0.03 | 0.56 | 304.09 | 0.24 | 0.36 |
| Hex | 71 | 45 | 6E | 0 | 27 | 3 | 38 | 130 | 18 | 24 |
| Octal | 161 | 105 | 156 | 0 | 47 | 3 | 70 | 460 | 30 | 44 |
| Binary | 1110001 | 1000101 | 1101110 | 0 | 100111 | 11 | 111000 | 100110000 | 11000 | 100100 |
Color Harmonies of #71456E
Complementary color
Monochromatic Colors of #71456E
Black with #71456E
Text Example
Text Example
White with #71456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71456E; }
p { color: rgb(113,69,110); }
H1.HeaderClassName
{
color: #71456E;
}
.AnyTagClassName
{
color: #71456E;
}
</style>
background-color css
<style>
a { background-color: #71456E; }
a { background-color: rgb(113,69,110); }
div.DivClassName
{
background-color: #71456E;
}
.BgClassName
{
background-color: #71456E;
}
</style>
border-color css
<style>
span { border-color: #71456E; }
span { border-color: rgb(113,69,110); }
td.TdClassName
{
border-color: #71456E;
}
.TagClassName
{
border-color: #71456E;
}
</style>