Shades of Eminence #713377
Tints of Eminence #713377
RGB
CMYK
RGB Variations
Color information
#713377 (or 0x713377) is known color: Eminence. HEX triplet: 71, 33 and 77. RGB value is (113,51,119). Sum of RGB (Red+Green+Blue) = 113+51+119=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 119 - color contains mainly: blue. Hex color #713377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713377 is #8ECC88. Grayscale: #4D4D4D. Windows color (decimal): -9358473 or 7811953. OLE color: 7811953.
HSL color Cylindrical-coordinate representation of color #713377: hue angle of 294.71º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #713377 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 51 | 119 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.53 |
| HSL | 294.71º | 0.4% | 0.33% | - |
| HSV(B) | 294.71º | 0.57% | 0.47% | - |
| XYZ | 11.32 | 7.21 | 18.25 | - |
| YUV | 77.29 | 151.54 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 119 | 0.05 | 0.57 | 0 | 0.53 | 294.71 | 0.4 | 0.33 |
| Hex | 71 | 33 | 77 | 5 | 39 | 0 | 35 | 127 | 28 | 21 |
| Octal | 161 | 63 | 167 | 5 | 71 | 0 | 65 | 447 | 50 | 41 |
| Binary | 1110001 | 110011 | 1110111 | 101 | 111001 | 0 | 110101 | 100100111 | 101000 | 100001 |
Color Harmonies of #713377
Complementary color
Monochromatic Colors of #713377
Black with #713377
Text Example
Text Example
White with #713377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713377; }
p { color: rgb(113,51,119); }
H1.HeaderClassName
{
color: #713377;
}
.AnyTagClassName
{
color: #713377;
}
</style>
background-color css
<style>
a { background-color: #713377; }
a { background-color: rgb(113,51,119); }
div.DivClassName
{
background-color: #713377;
}
.BgClassName
{
background-color: #713377;
}
</style>
border-color css
<style>
span { border-color: #713377; }
span { border-color: rgb(113,51,119); }
td.TdClassName
{
border-color: #713377;
}
.TagClassName
{
border-color: #713377;
}
</style>