Shades of Eminence #714F71
Tints of Eminence #714F71
RGB
CMYK
RGB Variations
Color information
#714F71 (or 0x714F71) is known color: Eminence. HEX triplet: 71, 4F and 71. RGB value is (113,79,113). Sum of RGB (Red+Green+Blue) = 113+79+113=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 113 - color contains mainly: red, blue. Hex color #714F71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714F71 is #8EB08E. Grayscale: #5C5C5C. Windows color (decimal): -9351311 or 7425905. OLE color: 7425905.
HSL color Cylindrical-coordinate representation of color #714F71: hue angle of 300º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #714F71 is Cyan = 0, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 79 | 113 | - |
| CMYK | 0 | 0.30 | 0 | 0.56 |
| HSL | 300º | 0.18% | 0.38% | - |
| HSV(B) | 300º | 0.3% | 0.44% | - |
| XYZ | 12.59 | 10.29 | 16.95 | - |
| YUV | 93.04 | 139.26 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 79 | 113 | 0 | 0.30 | 0 | 0.56 | 300 | 0.18 | 0.38 |
| Hex | 71 | 4F | 71 | 0 | 1E | 0 | 38 | 12C | 12 | 26 |
| Octal | 161 | 117 | 161 | 0 | 36 | 0 | 70 | 454 | 22 | 46 |
| Binary | 1110001 | 1001111 | 1110001 | 0 | 11110 | 0 | 111000 | 100101100 | 10010 | 100110 |
Color Harmonies of #714F71
Complementary color
Monochromatic Colors of #714F71
Black with #714F71
Text Example
Text Example
White with #714F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #714F71; }
p { color: rgb(113,79,113); }
H1.HeaderClassName
{
color: #714F71;
}
.AnyTagClassName
{
color: #714F71;
}
</style>
background-color css
<style>
a { background-color: #714F71; }
a { background-color: rgb(113,79,113); }
div.DivClassName
{
background-color: #714F71;
}
.BgClassName
{
background-color: #714F71;
}
</style>
border-color css
<style>
span { border-color: #714F71; }
span { border-color: rgb(113,79,113); }
td.TdClassName
{
border-color: #714F71;
}
.TagClassName
{
border-color: #714F71;
}
</style>