Shades of Eminence #713373
Tints of Eminence #713373
RGB
CMYK
RGB Variations
Color information
#713373 (or 0x713373) is known color: Eminence. HEX triplet: 71, 33 and 73. RGB value is (113,51,115). Sum of RGB (Red+Green+Blue) = 113+51+115=279 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.50% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #713373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713373 is #8ECC8C. Grayscale: #4C4C4C. Windows color (decimal): -9358477 or 7549809. OLE color: 7549809.
HSL color Cylindrical-coordinate representation of color #713373: hue angle of 298.12º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713373 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 51 | 115 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.55 |
| HSL | 298.13º | 0.39% | 0.33% | - |
| HSV(B) | 298.13º | 0.56% | 0.45% | - |
| XYZ | 11.09 | 7.12 | 17.01 | - |
| YUV | 76.83 | 149.54 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 115 | 0.02 | 0.56 | 0 | 0.55 | 298.13 | 0.39 | 0.33 |
| Hex | 71 | 33 | 73 | 2 | 38 | 0 | 37 | 12A | 27 | 21 |
| Octal | 161 | 63 | 163 | 2 | 70 | 0 | 67 | 452 | 47 | 41 |
| Binary | 1110001 | 110011 | 1110011 | 10 | 111000 | 0 | 110111 | 100101010 | 100111 | 100001 |
Color Harmonies of #713373
Complementary color
Monochromatic Colors of #713373
Black with #713373
Text Example
Text Example
White with #713373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713373; }
p { color: rgb(113,51,115); }
H1.HeaderClassName
{
color: #713373;
}
.AnyTagClassName
{
color: #713373;
}
</style>
background-color css
<style>
a { background-color: #713373; }
a { background-color: rgb(113,51,115); }
div.DivClassName
{
background-color: #713373;
}
.BgClassName
{
background-color: #713373;
}
</style>
border-color css
<style>
span { border-color: #713373; }
span { border-color: rgb(113,51,115); }
td.TdClassName
{
border-color: #713373;
}
.TagClassName
{
border-color: #713373;
}
</style>