Shades of Eminence #713B76
Tints of Eminence #713B76
RGB
CMYK
RGB Variations
Color information
#713B76 (or 0x713B76) is known color: Eminence. HEX triplet: 71, 3B and 76. RGB value is (113,59,118). Sum of RGB (Red+Green+Blue) = 113+59+118=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 59 (23.44% from 255 or 20.34% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #713B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B76 is #8EC489. Grayscale: #515151. Windows color (decimal): -9356426 or 7748465. OLE color: 7748465.
HSL color Cylindrical-coordinate representation of color #713B76: hue angle of 294.92º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713B76 is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 59 | 118 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.54 |
| HSL | 294.92º | 0.33% | 0.35% | - |
| HSV(B) | 294.92º | 0.5% | 0.46% | - |
| XYZ | 11.64 | 7.95 | 18.06 | - |
| YUV | 81.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 118 | 0.04 | 0.50 | 0 | 0.54 | 294.92 | 0.33 | 0.35 |
| Hex | 71 | 3B | 76 | 4 | 32 | 0 | 36 | 127 | 21 | 23 |
| Octal | 161 | 73 | 166 | 4 | 62 | 0 | 66 | 447 | 41 | 43 |
| Binary | 1110001 | 111011 | 1110110 | 100 | 110010 | 0 | 110110 | 100100111 | 100001 | 100011 |
Color Harmonies of #713B76
Complementary color
Monochromatic Colors of #713B76
Black with #713B76
Text Example
Text Example
White with #713B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B76; }
p { color: rgb(113,59,118); }
H1.HeaderClassName
{
color: #713B76;
}
.AnyTagClassName
{
color: #713B76;
}
</style>
background-color css
<style>
a { background-color: #713B76; }
a { background-color: rgb(113,59,118); }
div.DivClassName
{
background-color: #713B76;
}
.BgClassName
{
background-color: #713B76;
}
</style>
border-color css
<style>
span { border-color: #713B76; }
span { border-color: rgb(113,59,118); }
td.TdClassName
{
border-color: #713B76;
}
.TagClassName
{
border-color: #713B76;
}
</style>