Shades of Eminence #71416B
Tints of Eminence #71416B
RGB
CMYK
RGB Variations
Color information
#71416B (or 0x71416B) is known color: Eminence. HEX triplet: 71, 41 and 6B. RGB value is (113,65,107). Sum of RGB (Red+Green+Blue) = 113+65+107=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #71416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71416B is #8EBE94. Grayscale: #545454. Windows color (decimal): -9354901 or 7029105. OLE color: 7029105.
HSL color Cylindrical-coordinate representation of color #71416B: hue angle of 307.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 #71416B is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 65 | 107 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.56 |
| HSL | 307.5º | 0.27% | 0.35% | - |
| HSV(B) | 307.5º | 0.42% | 0.44% | - |
| XYZ | 11.35 | 8.35 | 14.92 | - |
| YUV | 84.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 65 | 107 | 0 | 0.42 | 0.05 | 0.56 | 307.5 | 0.27 | 0.35 |
| Hex | 71 | 41 | 6B | 0 | 2A | 5 | 38 | 134 | 1B | 23 |
| Octal | 161 | 101 | 153 | 0 | 52 | 5 | 70 | 464 | 33 | 43 |
| Binary | 1110001 | 1000001 | 1101011 | 0 | 101010 | 101 | 111000 | 100110100 | 11011 | 100011 |
Color Harmonies of #71416B
Complementary color
Monochromatic Colors of #71416B
Black with #71416B
Text Example
Text Example
White with #71416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71416B; }
p { color: rgb(113,65,107); }
H1.HeaderClassName
{
color: #71416B;
}
.AnyTagClassName
{
color: #71416B;
}
</style>
background-color css
<style>
a { background-color: #71416B; }
a { background-color: rgb(113,65,107); }
div.DivClassName
{
background-color: #71416B;
}
.BgClassName
{
background-color: #71416B;
}
</style>
border-color css
<style>
span { border-color: #71416B; }
span { border-color: rgb(113,65,107); }
td.TdClassName
{
border-color: #71416B;
}
.TagClassName
{
border-color: #71416B;
}
</style>