Shades of Eminence #71416F
Tints of Eminence #71416F
RGB
CMYK
RGB Variations
Color information
#71416F (or 0x71416F) is known color: Eminence. HEX triplet: 71, 41 and 6F. RGB value is (113,65,111). Sum of RGB (Red+Green+Blue) = 113+65+111=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 111 (43.75% from 255 or 38.41% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #71416F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71416F is #8EBE90. Grayscale: #545454. Windows color (decimal): -9354897 or 7291249. OLE color: 7291249.
HSL color Cylindrical-coordinate representation of color #71416F: hue angle of 302.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71416F is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 111 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.56 |
| HSL | 302.5º | 0.27% | 0.35% | - |
| HSV(B) | 302.5º | 0.42% | 0.44% | - |
| XYZ | 11.57 | 8.44 | 16.06 | - |
| YUV | 84.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 111 | 0 | 0.42 | 0.02 | 0.56 | 302.5 | 0.27 | 0.35 |
| Hex | 71 | 41 | 6F | 0 | 2A | 2 | 38 | 12E | 1B | 23 |
| Octal | 161 | 101 | 157 | 0 | 52 | 2 | 70 | 456 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1101111 | 0 | 101010 | 10 | 111000 | 100101110 | 11011 | 100011 |
Color Harmonies of #71416F
Complementary color
Monochromatic Colors of #71416F
Black with #71416F
Text Example
Text Example
White with #71416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71416F; }
p { color: rgb(113,65,111); }
H1.HeaderClassName
{
color: #71416F;
}
.AnyTagClassName
{
color: #71416F;
}
</style>
background-color css
<style>
a { background-color: #71416F; }
a { background-color: rgb(113,65,111); }
div.DivClassName
{
background-color: #71416F;
}
.BgClassName
{
background-color: #71416F;
}
</style>
border-color css
<style>
span { border-color: #71416F; }
span { border-color: rgb(113,65,111); }
td.TdClassName
{
border-color: #71416F;
}
.TagClassName
{
border-color: #71416F;
}
</style>