Shades of Eminence #713A75
Tints of Eminence #713A75
RGB
CMYK
RGB Variations
Color information
#713A75 (or 0x713A75) is known color: Eminence. HEX triplet: 71, 3A and 75. RGB value is (113,58,117). Sum of RGB (Red+Green+Blue) = 113+58+117=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #713A75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A75 is #8EC58A. Grayscale: #505050. Windows color (decimal): -9356683 or 7682673. OLE color: 7682673.
HSL color Cylindrical-coordinate representation of color #713A75: hue angle of 295.93º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #713A75 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 58 | 117 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.54 |
| HSL | 295.93º | 0.34% | 0.34% | - |
| HSV(B) | 295.93º | 0.5% | 0.46% | - |
| XYZ | 11.53 | 7.82 | 17.73 | - |
| YUV | 81.17 | 148.22 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 117 | 0.03 | 0.50 | 0 | 0.54 | 295.93 | 0.34 | 0.34 |
| Hex | 71 | 3A | 75 | 3 | 32 | 0 | 36 | 128 | 22 | 22 |
| Octal | 161 | 72 | 165 | 3 | 62 | 0 | 66 | 450 | 42 | 42 |
| Binary | 1110001 | 111010 | 1110101 | 11 | 110010 | 0 | 110110 | 100101000 | 100010 | 100010 |
Color Harmonies of #713A75
Complementary color
Monochromatic Colors of #713A75
Black with #713A75
Text Example
Text Example
White with #713A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A75; }
p { color: rgb(113,58,117); }
H1.HeaderClassName
{
color: #713A75;
}
.AnyTagClassName
{
color: #713A75;
}
</style>
background-color css
<style>
a { background-color: #713A75; }
a { background-color: rgb(113,58,117); }
div.DivClassName
{
background-color: #713A75;
}
.BgClassName
{
background-color: #713A75;
}
</style>
border-color css
<style>
span { border-color: #713A75; }
span { border-color: rgb(113,58,117); }
td.TdClassName
{
border-color: #713A75;
}
.TagClassName
{
border-color: #713A75;
}
</style>