Shades of Eminence #712483
Tints of Eminence #712483
RGB
CMYK
RGB Variations
Color information
#712483 (or 0x712483) is known color: Eminence. HEX triplet: 71, 24 and 83. RGB value is (113,36,131). Sum of RGB (Red+Green+Blue) = 113+36+131=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #712483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712483 is #8EDB7C. Grayscale: #454545. Windows color (decimal): -9362301 or 8594545. OLE color: 8594545.
HSL color Cylindrical-coordinate representation of color #712483: hue angle of 288.63º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712483 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 36 | 131 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.49 |
| HSL | 288.63º | 0.57% | 0.33% | - |
| HSV(B) | 288.63º | 0.73% | 0.51% | - |
| XYZ | 11.54 | 6.41 | 22.1 | - |
| YUV | 69.85 | 162.51 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 36 | 131 | 0.14 | 0.73 | 0 | 0.49 | 288.63 | 0.57 | 0.33 |
| Hex | 71 | 24 | 83 | E | 49 | 0 | 31 | 121 | 39 | 21 |
| Octal | 161 | 44 | 203 | 16 | 111 | 0 | 61 | 441 | 71 | 41 |
| Binary | 1110001 | 100100 | 10000011 | 1110 | 1001001 | 0 | 110001 | 100100001 | 111001 | 100001 |
Color Harmonies of #712483
Complementary color
Monochromatic Colors of #712483
Black with #712483
Text Example
Text Example
White with #712483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712483; }
p { color: rgb(113,36,131); }
H1.HeaderClassName
{
color: #712483;
}
.AnyTagClassName
{
color: #712483;
}
</style>
background-color css
<style>
a { background-color: #712483; }
a { background-color: rgb(113,36,131); }
div.DivClassName
{
background-color: #712483;
}
.BgClassName
{
background-color: #712483;
}
</style>
border-color css
<style>
span { border-color: #712483; }
span { border-color: rgb(113,36,131); }
td.TdClassName
{
border-color: #712483;
}
.TagClassName
{
border-color: #712483;
}
</style>