Shades of Eminence #713E69
Tints of Eminence #713E69
RGB
CMYK
RGB Variations
Color information
#713E69 (or 0x713E69) is known color: Eminence. HEX triplet: 71, 3E and 69. RGB value is (113,62,105). Sum of RGB (Red+Green+Blue) = 113+62+105=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #713E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713E69 is #8EC196. Grayscale: #525252. Windows color (decimal): -9355671 or 6897265. OLE color: 6897265.
HSL color Cylindrical-coordinate representation of color #713E69: hue angle of 309.41º 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 #713E69 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 62 | 105 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.56 |
| HSL | 309.41º | 0.29% | 0.34% | - |
| HSV(B) | 309.41º | 0.45% | 0.44% | - |
| XYZ | 11.08 | 7.98 | 14.32 | - |
| YUV | 82.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 62 | 105 | 0 | 0.45 | 0.07 | 0.56 | 309.41 | 0.29 | 0.34 |
| Hex | 71 | 3E | 69 | 0 | 2D | 7 | 38 | 135 | 1D | 22 |
| Octal | 161 | 76 | 151 | 0 | 55 | 7 | 70 | 465 | 35 | 42 |
| Binary | 1110001 | 111110 | 1101001 | 0 | 101101 | 111 | 111000 | 100110101 | 11101 | 100010 |
Color Harmonies of #713E69
Complementary color
Monochromatic Colors of #713E69
Black with #713E69
Text Example
Text Example
White with #713E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713E69; }
p { color: rgb(113,62,105); }
H1.HeaderClassName
{
color: #713E69;
}
.AnyTagClassName
{
color: #713E69;
}
</style>
background-color css
<style>
a { background-color: #713E69; }
a { background-color: rgb(113,62,105); }
div.DivClassName
{
background-color: #713E69;
}
.BgClassName
{
background-color: #713E69;
}
</style>
border-color css
<style>
span { border-color: #713E69; }
span { border-color: rgb(113,62,105); }
td.TdClassName
{
border-color: #713E69;
}
.TagClassName
{
border-color: #713E69;
}
</style>