Shades of Eminence #72477A
Tints of Eminence #72477A
RGB
CMYK
RGB Variations
Color information
#72477A (or 0x72477A) is known color: Eminence. HEX triplet: 72, 47 and 7A. RGB value is (114,71,122). Sum of RGB (Red+Green+Blue) = 114+71+122=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 122 - color contains mainly: blue. Hex color #72477A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72477A is #8DB885. Grayscale: #595959. Windows color (decimal): -9287814 or 8013682. OLE color: 8013682.
HSL color Cylindrical-coordinate representation of color #72477A: hue angle of 290.59º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #72477A is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 71 | 122 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.52 |
| HSL | 290.59º | 0.26% | 0.38% | - |
| HSV(B) | 290.59º | 0.42% | 0.48% | - |
| XYZ | 12.71 | 9.49 | 19.57 | - |
| YUV | 89.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 71 | 122 | 0.07 | 0.42 | 0 | 0.52 | 290.59 | 0.26 | 0.38 |
| Hex | 72 | 47 | 7A | 7 | 2A | 0 | 34 | 123 | 1A | 26 |
| Octal | 162 | 107 | 172 | 7 | 52 | 0 | 64 | 443 | 32 | 46 |
| Binary | 1110010 | 1000111 | 1111010 | 111 | 101010 | 0 | 110100 | 100100011 | 11010 | 100110 |
Color Harmonies of #72477A
Complementary color
Monochromatic Colors of #72477A
Black with #72477A
Text Example
Text Example
White with #72477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72477A; }
p { color: rgb(114,71,122); }
H1.HeaderClassName
{
color: #72477A;
}
.AnyTagClassName
{
color: #72477A;
}
</style>
background-color css
<style>
a { background-color: #72477A; }
a { background-color: rgb(114,71,122); }
div.DivClassName
{
background-color: #72477A;
}
.BgClassName
{
background-color: #72477A;
}
</style>
border-color css
<style>
span { border-color: #72477A; }
span { border-color: rgb(114,71,122); }
td.TdClassName
{
border-color: #72477A;
}
.TagClassName
{
border-color: #72477A;
}
</style>