Shades of Eminence #713F76
Tints of Eminence #713F76
RGB
CMYK
RGB Variations
Color information
#713F76 (or 0x713F76) is known color: Eminence. HEX triplet: 71, 3F and 76. RGB value is (113,63,118). Sum of RGB (Red+Green+Blue) = 113+63+118=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 63 (25% from 255 or 21.43% from 294); Blue value is 118 (46.48% from 255 or 40.14% from 294); Max value from RGB is 118 - color contains mainly: blue. Hex color #713F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713F76 is #8EC089. Grayscale: #545454. Windows color (decimal): -9355402 or 7749489. OLE color: 7749489.
HSL color Cylindrical-coordinate representation of color #713F76: hue angle of 294.55º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713F76 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 63 | 118 | - |
| CMYK | 0.04 | 0.47 | 0 | 0.54 |
| HSL | 294.55º | 0.3% | 0.35% | - |
| HSV(B) | 294.55º | 0.47% | 0.46% | - |
| XYZ | 11.86 | 8.37 | 18.13 | - |
| YUV | 84.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 63 | 118 | 0.04 | 0.47 | 0 | 0.54 | 294.55 | 0.3 | 0.35 |
| Hex | 71 | 3F | 76 | 4 | 2F | 0 | 36 | 127 | 1E | 23 |
| Octal | 161 | 77 | 166 | 4 | 57 | 0 | 66 | 447 | 36 | 43 |
| Binary | 1110001 | 111111 | 1110110 | 100 | 101111 | 0 | 110110 | 100100111 | 11110 | 100011 |
Color Harmonies of #713F76
Complementary color
Monochromatic Colors of #713F76
Black with #713F76
Text Example
Text Example
White with #713F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713F76; }
p { color: rgb(113,63,118); }
H1.HeaderClassName
{
color: #713F76;
}
.AnyTagClassName
{
color: #713F76;
}
</style>
background-color css
<style>
a { background-color: #713F76; }
a { background-color: rgb(113,63,118); }
div.DivClassName
{
background-color: #713F76;
}
.BgClassName
{
background-color: #713F76;
}
</style>
border-color css
<style>
span { border-color: #713F76; }
span { border-color: rgb(113,63,118); }
td.TdClassName
{
border-color: #713F76;
}
.TagClassName
{
border-color: #713F76;
}
</style>