Shades of Eminence #713D6C
Tints of Eminence #713D6C
RGB
CMYK
RGB Variations
Color information
#713D6C (or 0x713D6C) is known color: Eminence. HEX triplet: 71, 3D and 6C. RGB value is (113,61,108). Sum of RGB (Red+Green+Blue) = 113+61+108=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 61 (24.22% from 255 or 21.63% from 282); Blue value is 108 (42.58% from 255 or 38.30% from 282); Max value from RGB is 113 - color contains mainly: red. Hex color #713D6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713D6C is #8EC293. Grayscale: #515151. Windows color (decimal): -9355924 or 7093617. OLE color: 7093617.
HSL color Cylindrical-coordinate representation of color #713D6C: hue angle of 305.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #713D6C is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 61 | 108 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.56 |
| HSL | 305.77º | 0.3% | 0.34% | - |
| HSV(B) | 305.77º | 0.46% | 0.44% | - |
| XYZ | 11.19 | 7.93 | 15.13 | - |
| YUV | 81.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 61 | 108 | 0 | 0.46 | 0.04 | 0.56 | 305.77 | 0.3 | 0.34 |
| Hex | 71 | 3D | 6C | 0 | 2E | 4 | 38 | 132 | 1E | 22 |
| Octal | 161 | 75 | 154 | 0 | 56 | 4 | 70 | 462 | 36 | 42 |
| Binary | 1110001 | 111101 | 1101100 | 0 | 101110 | 100 | 111000 | 100110010 | 11110 | 100010 |
Color Harmonies of #713D6C
Complementary color
Monochromatic Colors of #713D6C
Black with #713D6C
Text Example
Text Example
White with #713D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713D6C; }
p { color: rgb(113,61,108); }
H1.HeaderClassName
{
color: #713D6C;
}
.AnyTagClassName
{
color: #713D6C;
}
</style>
background-color css
<style>
a { background-color: #713D6C; }
a { background-color: rgb(113,61,108); }
div.DivClassName
{
background-color: #713D6C;
}
.BgClassName
{
background-color: #713D6C;
}
</style>
border-color css
<style>
span { border-color: #713D6C; }
span { border-color: rgb(113,61,108); }
td.TdClassName
{
border-color: #713D6C;
}
.TagClassName
{
border-color: #713D6C;
}
</style>