Shades of Eminence #713F69
Tints of Eminence #713F69
RGB
CMYK
RGB Variations
Color information
#713F69 (or 0x713F69) is known color: Eminence. HEX triplet: 71, 3F and 69. RGB value is (113,63,105). Sum of RGB (Red+Green+Blue) = 113+63+105=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #713F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F69 is #8EC096. Grayscale: #525252. Windows color (decimal): -9355415 or 6897521. OLE color: 6897521.
HSL color Cylindrical-coordinate representation of color #713F69: hue angle of 309.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #713F69 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 63 | 105 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.56 |
| HSL | 309.6º | 0.28% | 0.35% | - |
| HSV(B) | 309.6º | 0.44% | 0.44% | - |
| XYZ | 11.14 | 8.09 | 14.34 | - |
| YUV | 82.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 105 | 0 | 0.44 | 0.07 | 0.56 | 309.6 | 0.28 | 0.35 |
| Hex | 71 | 3F | 69 | 0 | 2C | 7 | 38 | 136 | 1C | 23 |
| Octal | 161 | 77 | 151 | 0 | 54 | 7 | 70 | 466 | 34 | 43 |
| Binary | 1110001 | 111111 | 1101001 | 0 | 101100 | 111 | 111000 | 100110110 | 11100 | 100011 |
Color Harmonies of #713F69
Complementary color
Monochromatic Colors of #713F69
Black with #713F69
Text Example
Text Example
White with #713F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F69; }
p { color: rgb(113,63,105); }
H1.HeaderClassName
{
color: #713F69;
}
.AnyTagClassName
{
color: #713F69;
}
</style>
background-color css
<style>
a { background-color: #713F69; }
a { background-color: rgb(113,63,105); }
div.DivClassName
{
background-color: #713F69;
}
.BgClassName
{
background-color: #713F69;
}
</style>
border-color css
<style>
span { border-color: #713F69; }
span { border-color: rgb(113,63,105); }
td.TdClassName
{
border-color: #713F69;
}
.TagClassName
{
border-color: #713F69;
}
</style>