Shades of Eminence #713E6E
Tints of Eminence #713E6E
RGB
CMYK
RGB Variations
Color information
#713E6E (or 0x713E6E) is known color: Eminence. HEX triplet: 71, 3E and 6E. RGB value is (113,62,110). Sum of RGB (Red+Green+Blue) = 113+62+110=285 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.65% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 113 - color contains mainly: red. Hex color #713E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E6E is #8EC191. Grayscale: #525252. Windows color (decimal): -9355666 or 7224945. OLE color: 7224945.
HSL color Cylindrical-coordinate representation of color #713E6E: hue angle of 303.53º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #713E6E is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 110 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.56 |
| HSL | 303.53º | 0.29% | 0.34% | - |
| HSV(B) | 303.53º | 0.45% | 0.44% | - |
| XYZ | 11.35 | 8.08 | 15.71 | - |
| YUV | 82.72 | 143.4 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 110 | 0 | 0.45 | 0.03 | 0.56 | 303.53 | 0.29 | 0.34 |
| Hex | 71 | 3E | 6E | 0 | 2D | 3 | 38 | 130 | 1D | 22 |
| Octal | 161 | 76 | 156 | 0 | 55 | 3 | 70 | 460 | 35 | 42 |
| Binary | 1110001 | 111110 | 1101110 | 0 | 101101 | 11 | 111000 | 100110000 | 11101 | 100010 |
Color Harmonies of #713E6E
Complementary color
Monochromatic Colors of #713E6E
Black with #713E6E
Text Example
Text Example
White with #713E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E6E; }
p { color: rgb(113,62,110); }
H1.HeaderClassName
{
color: #713E6E;
}
.AnyTagClassName
{
color: #713E6E;
}
</style>
background-color css
<style>
a { background-color: #713E6E; }
a { background-color: rgb(113,62,110); }
div.DivClassName
{
background-color: #713E6E;
}
.BgClassName
{
background-color: #713E6E;
}
</style>
border-color css
<style>
span { border-color: #713E6E; }
span { border-color: rgb(113,62,110); }
td.TdClassName
{
border-color: #713E6E;
}
.TagClassName
{
border-color: #713E6E;
}
</style>