Shades of Eminence #712C7E
Tints of Eminence #712C7E
RGB
CMYK
RGB Variations
Color information
#712C7E (or 0x712C7E) is known color: Eminence. HEX triplet: 71, 2C and 7E. RGB value is (113,44,126). Sum of RGB (Red+Green+Blue) = 113+44+126=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 126 (49.61% from 255 or 44.52% from 283); Max value from RGB is 126 - color contains mainly: blue. Hex color #712C7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712C7E is #8ED381. Grayscale: #494949. Windows color (decimal): -9360258 or 8268913. OLE color: 8268913.
HSL color Cylindrical-coordinate representation of color #712C7E: hue angle of 290.49º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #712C7E is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 113 | 44 | 126 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.51 |
| HSL | 290.49º | 0.48% | 0.33% | - |
| HSV(B) | 290.49º | 0.65% | 0.49% | - |
| XYZ | 11.48 | 6.82 | 20.45 | - |
| YUV | 73.98 | 157.36 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 126 | 0.10 | 0.65 | 0 | 0.51 | 290.49 | 0.48 | 0.33 |
| Hex | 71 | 2C | 7E | A | 41 | 0 | 33 | 122 | 30 | 21 |
| Octal | 161 | 54 | 176 | 12 | 101 | 0 | 63 | 442 | 60 | 41 |
| Binary | 1110001 | 101100 | 1111110 | 1010 | 1000001 | 0 | 110011 | 100100010 | 110000 | 100001 |
Color Harmonies of #712C7E
Complementary color
Monochromatic Colors of #712C7E
Black with #712C7E
Text Example
Text Example
White with #712C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C7E; }
p { color: rgb(113,44,126); }
H1.HeaderClassName
{
color: #712C7E;
}
.AnyTagClassName
{
color: #712C7E;
}
</style>
background-color css
<style>
a { background-color: #712C7E; }
a { background-color: rgb(113,44,126); }
div.DivClassName
{
background-color: #712C7E;
}
.BgClassName
{
background-color: #712C7E;
}
</style>
border-color css
<style>
span { border-color: #712C7E; }
span { border-color: rgb(113,44,126); }
td.TdClassName
{
border-color: #712C7E;
}
.TagClassName
{
border-color: #712C7E;
}
</style>