Shades of Eminence #713A7C
Tints of Eminence #713A7C
RGB
CMYK
RGB Variations
Color information
#713A7C (or 0x713A7C) is known color: Eminence. HEX triplet: 71, 3A and 7C. RGB value is (113,58,124). Sum of RGB (Red+Green+Blue) = 113+58+124=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #713A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A7C is #8EC583. Grayscale: #515151. Windows color (decimal): -9356676 or 8141425. OLE color: 8141425.
HSL color Cylindrical-coordinate representation of color #713A7C: hue angle of 290º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #713A7C is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 58 | 124 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.51 |
| HSL | 290º | 0.36% | 0.36% | - |
| HSV(B) | 290º | 0.53% | 0.49% | - |
| XYZ | 11.96 | 7.99 | 19.98 | - |
| YUV | 81.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 124 | 0.09 | 0.53 | 0 | 0.51 | 290 | 0.36 | 0.36 |
| Hex | 71 | 3A | 7C | 9 | 35 | 0 | 33 | 122 | 24 | 24 |
| Octal | 161 | 72 | 174 | 11 | 65 | 0 | 63 | 442 | 44 | 44 |
| Binary | 1110001 | 111010 | 1111100 | 1001 | 110101 | 0 | 110011 | 100100010 | 100100 | 100100 |
Color Harmonies of #713A7C
Complementary color
Monochromatic Colors of #713A7C
Black with #713A7C
Text Example
Text Example
White with #713A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A7C; }
p { color: rgb(113,58,124); }
H1.HeaderClassName
{
color: #713A7C;
}
.AnyTagClassName
{
color: #713A7C;
}
</style>
background-color css
<style>
a { background-color: #713A7C; }
a { background-color: rgb(113,58,124); }
div.DivClassName
{
background-color: #713A7C;
}
.BgClassName
{
background-color: #713A7C;
}
</style>
border-color css
<style>
span { border-color: #713A7C; }
span { border-color: rgb(113,58,124); }
td.TdClassName
{
border-color: #713A7C;
}
.TagClassName
{
border-color: #713A7C;
}
</style>