Shades of Eminence #713C7A
Tints of Eminence #713C7A
RGB
CMYK
RGB Variations
Color information
#713C7A (or 0x713C7A) is known color: Eminence. HEX triplet: 71, 3C and 7A. RGB value is (113,60,122). Sum of RGB (Red+Green+Blue) = 113+60+122=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #713C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713C7A is #8EC385. Grayscale: #525252. Windows color (decimal): -9356166 or 8010865. OLE color: 8010865.
HSL color Cylindrical-coordinate representation of color #713C7A: hue angle of 291.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713C7A is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 60 | 122 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.52 |
| HSL | 291.29º | 0.34% | 0.36% | - |
| HSV(B) | 291.29º | 0.51% | 0.48% | - |
| XYZ | 11.94 | 8.15 | 19.36 | - |
| YUV | 82.92 | 150.06 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 60 | 122 | 0.07 | 0.51 | 0 | 0.52 | 291.29 | 0.34 | 0.36 |
| Hex | 71 | 3C | 7A | 7 | 33 | 0 | 34 | 123 | 22 | 24 |
| Octal | 161 | 74 | 172 | 7 | 63 | 0 | 64 | 443 | 42 | 44 |
| Binary | 1110001 | 111100 | 1111010 | 111 | 110011 | 0 | 110100 | 100100011 | 100010 | 100100 |
Color Harmonies of #713C7A
Complementary color
Monochromatic Colors of #713C7A
Black with #713C7A
Text Example
Text Example
White with #713C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713C7A; }
p { color: rgb(113,60,122); }
H1.HeaderClassName
{
color: #713C7A;
}
.AnyTagClassName
{
color: #713C7A;
}
</style>
background-color css
<style>
a { background-color: #713C7A; }
a { background-color: rgb(113,60,122); }
div.DivClassName
{
background-color: #713C7A;
}
.BgClassName
{
background-color: #713C7A;
}
</style>
border-color css
<style>
span { border-color: #713C7A; }
span { border-color: rgb(113,60,122); }
td.TdClassName
{
border-color: #713C7A;
}
.TagClassName
{
border-color: #713C7A;
}
</style>