Shades of Eminence #713C6F
Tints of Eminence #713C6F
RGB
CMYK
RGB Variations
Color information
#713C6F (or 0x713C6F) is known color: Eminence. HEX triplet: 71, 3C and 6F. RGB value is (113,60,111). Sum of RGB (Red+Green+Blue) = 113+60+111=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #713C6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C6F is #8EC390. Grayscale: #515151. Windows color (decimal): -9356177 or 7289969. OLE color: 7289969.
HSL color Cylindrical-coordinate representation of color #713C6F: hue angle of 302.26º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #713C6F is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 60 | 111 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.56 |
| HSL | 302.26º | 0.31% | 0.34% | - |
| HSV(B) | 302.26º | 0.47% | 0.44% | - |
| XYZ | 11.3 | 7.89 | 15.97 | - |
| YUV | 81.66 | 144.56 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 111 | 0 | 0.47 | 0.02 | 0.56 | 302.26 | 0.31 | 0.34 |
| Hex | 71 | 3C | 6F | 0 | 2F | 2 | 38 | 12E | 1F | 22 |
| Octal | 161 | 74 | 157 | 0 | 57 | 2 | 70 | 456 | 37 | 42 |
| Binary | 1110001 | 111100 | 1101111 | 0 | 101111 | 10 | 111000 | 100101110 | 11111 | 100010 |
Color Harmonies of #713C6F
Complementary color
Monochromatic Colors of #713C6F
Black with #713C6F
Text Example
Text Example
White with #713C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C6F; }
p { color: rgb(113,60,111); }
H1.HeaderClassName
{
color: #713C6F;
}
.AnyTagClassName
{
color: #713C6F;
}
</style>
background-color css
<style>
a { background-color: #713C6F; }
a { background-color: rgb(113,60,111); }
div.DivClassName
{
background-color: #713C6F;
}
.BgClassName
{
background-color: #713C6F;
}
</style>
border-color css
<style>
span { border-color: #713C6F; }
span { border-color: rgb(113,60,111); }
td.TdClassName
{
border-color: #713C6F;
}
.TagClassName
{
border-color: #713C6F;
}
</style>