Shades of Eminence #72497A
Tints of Eminence #72497A
RGB
CMYK
RGB Variations
Color information
#72497A (or 0x72497A) is known color: Eminence. HEX triplet: 72, 49 and 7A. RGB value is (114,73,122). Sum of RGB (Red+Green+Blue) = 114+73+122=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #72497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72497A is #8DB685. Grayscale: #5A5A5A. Windows color (decimal): -9287302 or 8014194. OLE color: 8014194.
HSL color Cylindrical-coordinate representation of color #72497A: hue angle of 290.2º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72497A is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 73 | 122 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.52 |
| HSL | 290.2º | 0.25% | 0.38% | - |
| HSV(B) | 290.2º | 0.4% | 0.48% | - |
| XYZ | 12.83 | 9.75 | 19.62 | - |
| YUV | 90.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 73 | 122 | 0.07 | 0.40 | 0 | 0.52 | 290.2 | 0.25 | 0.38 |
| Hex | 72 | 49 | 7A | 7 | 28 | 0 | 34 | 122 | 19 | 26 |
| Octal | 162 | 111 | 172 | 7 | 50 | 0 | 64 | 442 | 31 | 46 |
| Binary | 1110010 | 1001001 | 1111010 | 111 | 101000 | 0 | 110100 | 100100010 | 11001 | 100110 |
Color Harmonies of #72497A
Complementary color
Monochromatic Colors of #72497A
Black with #72497A
Text Example
Text Example
White with #72497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72497A; }
p { color: rgb(114,73,122); }
H1.HeaderClassName
{
color: #72497A;
}
.AnyTagClassName
{
color: #72497A;
}
</style>
background-color css
<style>
a { background-color: #72497A; }
a { background-color: rgb(114,73,122); }
div.DivClassName
{
background-color: #72497A;
}
.BgClassName
{
background-color: #72497A;
}
</style>
border-color css
<style>
span { border-color: #72497A; }
span { border-color: rgb(114,73,122); }
td.TdClassName
{
border-color: #72497A;
}
.TagClassName
{
border-color: #72497A;
}
</style>