Shades of Eminence #713B6C
Tints of Eminence #713B6C
RGB
CMYK
RGB Variations
Color information
#713B6C (or 0x713B6C) is known color: Eminence. HEX triplet: 71, 3B and 6C. RGB value is (113,59,108). Sum of RGB (Red+Green+Blue) = 113+59+108=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #713B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713B6C is #8EC493. Grayscale: #505050. Windows color (decimal): -9356436 or 7093105. OLE color: 7093105.
HSL color Cylindrical-coordinate representation of color #713B6C: hue angle of 305.56º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #713B6C is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 108 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.56 |
| HSL | 305.56º | 0.31% | 0.34% | - |
| HSV(B) | 305.56º | 0.48% | 0.44% | - |
| XYZ | 11.08 | 7.72 | 15.09 | - |
| YUV | 80.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 108 | 0 | 0.48 | 0.04 | 0.56 | 305.56 | 0.31 | 0.34 |
| Hex | 71 | 3B | 6C | 0 | 30 | 4 | 38 | 132 | 1F | 22 |
| Octal | 161 | 73 | 154 | 0 | 60 | 4 | 70 | 462 | 37 | 42 |
| Binary | 1110001 | 111011 | 1101100 | 0 | 110000 | 100 | 111000 | 100110010 | 11111 | 100010 |
Color Harmonies of #713B6C
Complementary color
Monochromatic Colors of #713B6C
Black with #713B6C
Text Example
Text Example
White with #713B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B6C; }
p { color: rgb(113,59,108); }
H1.HeaderClassName
{
color: #713B6C;
}
.AnyTagClassName
{
color: #713B6C;
}
</style>
background-color css
<style>
a { background-color: #713B6C; }
a { background-color: rgb(113,59,108); }
div.DivClassName
{
background-color: #713B6C;
}
.BgClassName
{
background-color: #713B6C;
}
</style>
border-color css
<style>
span { border-color: #713B6C; }
span { border-color: rgb(113,59,108); }
td.TdClassName
{
border-color: #713B6C;
}
.TagClassName
{
border-color: #713B6C;
}
</style>