Shades of Eminence #712D83
Tints of Eminence #712D83
RGB
CMYK
RGB Variations
Color information
#712D83 (or 0x712D83) is known color: Eminence. HEX triplet: 71, 2D and 83. RGB value is (113,45,131). Sum of RGB (Red+Green+Blue) = 113+45+131=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 131 (51.56% from 255 or 45.33% from 289); Max value from RGB is 131 - color contains mainly: blue. Hex color #712D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712D83 is #8ED27C. Grayscale: #4A4A4A. Windows color (decimal): -9359997 or 8596849. OLE color: 8596849.
HSL color Cylindrical-coordinate representation of color #712D83: hue angle of 287.44º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #712D83 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 45 | 131 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.49 |
| HSL | 287.44º | 0.49% | 0.35% | - |
| HSV(B) | 287.44º | 0.66% | 0.51% | - |
| XYZ | 11.85 | 7.03 | 22.2 | - |
| YUV | 75.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 131 | 0.14 | 0.66 | 0 | 0.49 | 287.44 | 0.49 | 0.35 |
| Hex | 71 | 2D | 83 | E | 42 | 0 | 31 | 11F | 31 | 23 |
| Octal | 161 | 55 | 203 | 16 | 102 | 0 | 61 | 437 | 61 | 43 |
| Binary | 1110001 | 101101 | 10000011 | 1110 | 1000010 | 0 | 110001 | 100011111 | 110001 | 100011 |
Color Harmonies of #712D83
Complementary color
Monochromatic Colors of #712D83
Black with #712D83
Text Example
Text Example
White with #712D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D83; }
p { color: rgb(113,45,131); }
H1.HeaderClassName
{
color: #712D83;
}
.AnyTagClassName
{
color: #712D83;
}
</style>
background-color css
<style>
a { background-color: #712D83; }
a { background-color: rgb(113,45,131); }
div.DivClassName
{
background-color: #712D83;
}
.BgClassName
{
background-color: #712D83;
}
</style>
border-color css
<style>
span { border-color: #712D83; }
span { border-color: rgb(113,45,131); }
td.TdClassName
{
border-color: #712D83;
}
.TagClassName
{
border-color: #712D83;
}
</style>