Shades of Eminence #71466C
Tints of Eminence #71466C
RGB
CMYK
RGB Variations
Color information
#71466C (or 0x71466C) is known color: Eminence. HEX triplet: 71, 46 and 6C. RGB value is (113,70,108). Sum of RGB (Red+Green+Blue) = 113+70+108=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 108 (42.58% from 255 or 37.11% from 291); Max value from RGB is 113 - color contains mainly: red. Hex color #71466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71466C is #8EB993. Grayscale: #575757. Windows color (decimal): -9353620 or 7095921. OLE color: 7095921.
HSL color Cylindrical-coordinate representation of color #71466C: hue angle of 306.98º 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 #71466C is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 70 | 108 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.56 |
| HSL | 306.98º | 0.23% | 0.36% | - |
| HSV(B) | 306.98º | 0.38% | 0.44% | - |
| XYZ | 11.71 | 8.97 | 15.3 | - |
| YUV | 87.19 | 139.75 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 70 | 108 | 0 | 0.38 | 0.04 | 0.56 | 306.98 | 0.23 | 0.36 |
| Hex | 71 | 46 | 6C | 0 | 26 | 4 | 38 | 133 | 17 | 24 |
| Octal | 161 | 106 | 154 | 0 | 46 | 4 | 70 | 463 | 27 | 44 |
| Binary | 1110001 | 1000110 | 1101100 | 0 | 100110 | 100 | 111000 | 100110011 | 10111 | 100100 |
Color Harmonies of #71466C
Complementary color
Monochromatic Colors of #71466C
Black with #71466C
Text Example
Text Example
White with #71466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71466C; }
p { color: rgb(113,70,108); }
H1.HeaderClassName
{
color: #71466C;
}
.AnyTagClassName
{
color: #71466C;
}
</style>
background-color css
<style>
a { background-color: #71466C; }
a { background-color: rgb(113,70,108); }
div.DivClassName
{
background-color: #71466C;
}
.BgClassName
{
background-color: #71466C;
}
</style>
border-color css
<style>
span { border-color: #71466C; }
span { border-color: rgb(113,70,108); }
td.TdClassName
{
border-color: #71466C;
}
.TagClassName
{
border-color: #71466C;
}
</style>