Shades of Eminence #712A7E
Tints of Eminence #712A7E
RGB
CMYK
RGB Variations
Color information
#712A7E (or 0x712A7E) is known color: Eminence. HEX triplet: 71, 2A and 7E. RGB value is (113,42,126). Sum of RGB (Red+Green+Blue) = 113+42+126=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #712A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712A7E is #8ED581. Grayscale: #484848. Windows color (decimal): -9360770 or 8268401. OLE color: 8268401.
HSL color Cylindrical-coordinate representation of color #712A7E: hue angle of 290.71º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #712A7E is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 42 | 126 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.51 |
| HSL | 290.71º | 0.5% | 0.33% | - |
| HSV(B) | 290.71º | 0.67% | 0.49% | - |
| XYZ | 11.4 | 6.67 | 20.43 | - |
| YUV | 72.81 | 158.02 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 42 | 126 | 0.10 | 0.67 | 0 | 0.51 | 290.71 | 0.5 | 0.33 |
| Hex | 71 | 2A | 7E | A | 43 | 0 | 33 | 123 | 32 | 21 |
| Octal | 161 | 52 | 176 | 12 | 103 | 0 | 63 | 443 | 62 | 41 |
| Binary | 1110001 | 101010 | 1111110 | 1010 | 1000011 | 0 | 110011 | 100100011 | 110010 | 100001 |
Color Harmonies of #712A7E
Complementary color
Monochromatic Colors of #712A7E
Black with #712A7E
Text Example
Text Example
White with #712A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712A7E; }
p { color: rgb(113,42,126); }
H1.HeaderClassName
{
color: #712A7E;
}
.AnyTagClassName
{
color: #712A7E;
}
</style>
background-color css
<style>
a { background-color: #712A7E; }
a { background-color: rgb(113,42,126); }
div.DivClassName
{
background-color: #712A7E;
}
.BgClassName
{
background-color: #712A7E;
}
</style>
border-color css
<style>
span { border-color: #712A7E; }
span { border-color: rgb(113,42,126); }
td.TdClassName
{
border-color: #712A7E;
}
.TagClassName
{
border-color: #712A7E;
}
</style>