Shades of Eminence #72487A
Tints of Eminence #72487A
RGB
CMYK
RGB Variations
Color information
#72487A (or 0x72487A) is known color: Eminence. HEX triplet: 72, 48 and 7A. RGB value is (114,72,122). Sum of RGB (Red+Green+Blue) = 114+72+122=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 122 - color contains mainly: blue. Hex color #72487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72487A is #8DB785. Grayscale: #5A5A5A. Windows color (decimal): -9287558 or 8013938. OLE color: 8013938.
HSL color Cylindrical-coordinate representation of color #72487A: hue angle of 290.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72487A is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 72 | 122 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.52 |
| HSL | 290.4º | 0.26% | 0.38% | - |
| HSV(B) | 290.4º | 0.41% | 0.48% | - |
| XYZ | 12.77 | 9.62 | 19.6 | - |
| YUV | 90.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 72 | 122 | 0.07 | 0.41 | 0 | 0.52 | 290.4 | 0.26 | 0.38 |
| Hex | 72 | 48 | 7A | 7 | 29 | 0 | 34 | 122 | 1A | 26 |
| Octal | 162 | 110 | 172 | 7 | 51 | 0 | 64 | 442 | 32 | 46 |
| Binary | 1110010 | 1001000 | 1111010 | 111 | 101001 | 0 | 110100 | 100100010 | 11010 | 100110 |
Color Harmonies of #72487A
Complementary color
Monochromatic Colors of #72487A
Black with #72487A
Text Example
Text Example
White with #72487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72487A; }
p { color: rgb(114,72,122); }
H1.HeaderClassName
{
color: #72487A;
}
.AnyTagClassName
{
color: #72487A;
}
</style>
background-color css
<style>
a { background-color: #72487A; }
a { background-color: rgb(114,72,122); }
div.DivClassName
{
background-color: #72487A;
}
.BgClassName
{
background-color: #72487A;
}
</style>
border-color css
<style>
span { border-color: #72487A; }
span { border-color: rgb(114,72,122); }
td.TdClassName
{
border-color: #72487A;
}
.TagClassName
{
border-color: #72487A;
}
</style>