Shades of Eminence #712582
Tints of Eminence #712582
RGB
CMYK
RGB Variations
Color information
#712582 (or 0x712582) is known color: Eminence. HEX triplet: 71, 25 and 82. RGB value is (113,37,130). Sum of RGB (Red+Green+Blue) = 113+37+130=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #712582 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712582 is #8EDA7D. Grayscale: #464646. Windows color (decimal): -9362046 or 8529265. OLE color: 8529265.
HSL color Cylindrical-coordinate representation of color #712582: hue angle of 289.03º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712582 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 113 | 37 | 130 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.49 |
| HSL | 289.03º | 0.56% | 0.33% | - |
| HSV(B) | 289.03º | 0.72% | 0.51% | - |
| XYZ | 11.5 | 6.45 | 21.76 | - |
| YUV | 70.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 37 | 130 | 0.13 | 0.72 | 0 | 0.49 | 289.03 | 0.56 | 0.33 |
| Hex | 71 | 25 | 82 | D | 48 | 0 | 31 | 121 | 38 | 21 |
| Octal | 161 | 45 | 202 | 15 | 110 | 0 | 61 | 441 | 70 | 41 |
| Binary | 1110001 | 100101 | 10000010 | 1101 | 1001000 | 0 | 110001 | 100100001 | 111000 | 100001 |
Color Harmonies of #712582
Complementary color
Monochromatic Colors of #712582
Black with #712582
Text Example
Text Example
White with #712582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712582; }
p { color: rgb(113,37,130); }
H1.HeaderClassName
{
color: #712582;
}
.AnyTagClassName
{
color: #712582;
}
</style>
background-color css
<style>
a { background-color: #712582; }
a { background-color: rgb(113,37,130); }
div.DivClassName
{
background-color: #712582;
}
.BgClassName
{
background-color: #712582;
}
</style>
border-color css
<style>
span { border-color: #712582; }
span { border-color: rgb(113,37,130); }
td.TdClassName
{
border-color: #712582;
}
.TagClassName
{
border-color: #712582;
}
</style>