Shades of Eminence #713A6C
Tints of Eminence #713A6C
RGB
CMYK
RGB Variations
Color information
#713A6C (or 0x713A6C) is known color: Eminence. HEX triplet: 71, 3A and 6C. RGB value is (113,58,108). Sum of RGB (Red+Green+Blue) = 113+58+108=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 58 (23.05% from 255 or 20.79% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 113 - color contains mainly: red. Hex color #713A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713A6C is #8EC593. Grayscale: #505050. Windows color (decimal): -9356692 or 7092849. OLE color: 7092849.
HSL color Cylindrical-coordinate representation of color #713A6C: hue angle of 305.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A6C is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 108 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.56 |
| HSL | 305.45º | 0.32% | 0.34% | - |
| HSV(B) | 305.45º | 0.49% | 0.44% | - |
| XYZ | 11.03 | 7.62 | 15.08 | - |
| YUV | 80.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 108 | 0 | 0.49 | 0.04 | 0.56 | 305.45 | 0.32 | 0.34 |
| Hex | 71 | 3A | 6C | 0 | 31 | 4 | 38 | 131 | 20 | 22 |
| Octal | 161 | 72 | 154 | 0 | 61 | 4 | 70 | 461 | 40 | 42 |
| Binary | 1110001 | 111010 | 1101100 | 0 | 110001 | 100 | 111000 | 100110001 | 100000 | 100010 |
Color Harmonies of #713A6C
Complementary color
Monochromatic Colors of #713A6C
Black with #713A6C
Text Example
Text Example
White with #713A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A6C; }
p { color: rgb(113,58,108); }
H1.HeaderClassName
{
color: #713A6C;
}
.AnyTagClassName
{
color: #713A6C;
}
</style>
background-color css
<style>
a { background-color: #713A6C; }
a { background-color: rgb(113,58,108); }
div.DivClassName
{
background-color: #713A6C;
}
.BgClassName
{
background-color: #713A6C;
}
</style>
border-color css
<style>
span { border-color: #713A6C; }
span { border-color: rgb(113,58,108); }
td.TdClassName
{
border-color: #713A6C;
}
.TagClassName
{
border-color: #713A6C;
}
</style>