Shades of Eminence #71466F
Tints of Eminence #71466F
RGB
CMYK
RGB Variations
Color information
#71466F (or 0x71466F) is known color: Eminence. HEX triplet: 71, 46 and 6F. RGB value is (113,70,111). Sum of RGB (Red+Green+Blue) = 113+70+111=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 113 - color contains mainly: red. Hex color #71466F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71466F is #8EB990. Grayscale: #575757. Windows color (decimal): -9353617 or 7292529. OLE color: 7292529.
HSL color Cylindrical-coordinate representation of color #71466F: hue angle of 302.79º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71466F is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 111 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.56 |
| HSL | 302.79º | 0.23% | 0.36% | - |
| HSV(B) | 302.79º | 0.38% | 0.44% | - |
| XYZ | 11.87 | 9.04 | 16.16 | - |
| YUV | 87.53 | 141.25 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 111 | 0 | 0.38 | 0.02 | 0.56 | 302.79 | 0.23 | 0.36 |
| Hex | 71 | 46 | 6F | 0 | 26 | 2 | 38 | 12F | 17 | 24 |
| Octal | 161 | 106 | 157 | 0 | 46 | 2 | 70 | 457 | 27 | 44 |
| Binary | 1110001 | 1000110 | 1101111 | 0 | 100110 | 10 | 111000 | 100101111 | 10111 | 100100 |
Color Harmonies of #71466F
Complementary color
Monochromatic Colors of #71466F
Black with #71466F
Text Example
Text Example
White with #71466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71466F; }
p { color: rgb(113,70,111); }
H1.HeaderClassName
{
color: #71466F;
}
.AnyTagClassName
{
color: #71466F;
}
</style>
background-color css
<style>
a { background-color: #71466F; }
a { background-color: rgb(113,70,111); }
div.DivClassName
{
background-color: #71466F;
}
.BgClassName
{
background-color: #71466F;
}
</style>
border-color css
<style>
span { border-color: #71466F; }
span { border-color: rgb(113,70,111); }
td.TdClassName
{
border-color: #71466F;
}
.TagClassName
{
border-color: #71466F;
}
</style>