Shades of Eminence #713B6E
Tints of Eminence #713B6E
RGB
CMYK
RGB Variations
Color information
#713B6E (or 0x713B6E) is known color: Eminence. HEX triplet: 71, 3B and 6E. RGB value is (113,59,110). Sum of RGB (Red+Green+Blue) = 113+59+110=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 59 (23.44% from 255 or 20.92% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #713B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B6E is #8EC491. Grayscale: #505050. Windows color (decimal): -9356434 or 7224177. OLE color: 7224177.
HSL color Cylindrical-coordinate representation of color #713B6E: hue angle of 303.33º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #713B6E is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 110 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.56 |
| HSL | 303.33º | 0.31% | 0.34% | - |
| HSV(B) | 303.33º | 0.48% | 0.44% | - |
| XYZ | 11.19 | 7.76 | 15.66 | - |
| YUV | 80.96 | 144.39 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 110 | 0 | 0.48 | 0.03 | 0.56 | 303.33 | 0.31 | 0.34 |
| Hex | 71 | 3B | 6E | 0 | 30 | 3 | 38 | 12F | 1F | 22 |
| Octal | 161 | 73 | 156 | 0 | 60 | 3 | 70 | 457 | 37 | 42 |
| Binary | 1110001 | 111011 | 1101110 | 0 | 110000 | 11 | 111000 | 100101111 | 11111 | 100010 |
Color Harmonies of #713B6E
Complementary color
Monochromatic Colors of #713B6E
Black with #713B6E
Text Example
Text Example
White with #713B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B6E; }
p { color: rgb(113,59,110); }
H1.HeaderClassName
{
color: #713B6E;
}
.AnyTagClassName
{
color: #713B6E;
}
</style>
background-color css
<style>
a { background-color: #713B6E; }
a { background-color: rgb(113,59,110); }
div.DivClassName
{
background-color: #713B6E;
}
.BgClassName
{
background-color: #713B6E;
}
</style>
border-color css
<style>
span { border-color: #713B6E; }
span { border-color: rgb(113,59,110); }
td.TdClassName
{
border-color: #713B6E;
}
.TagClassName
{
border-color: #713B6E;
}
</style>