Shades of Eminence #72417A
Tints of Eminence #72417A
RGB
CMYK
RGB Variations
Color information
#72417A (or 0x72417A) is known color: Eminence. HEX triplet: 72, 41 and 7A. RGB value is (114,65,122). Sum of RGB (Red+Green+Blue) = 114+65+122=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 122 - color contains mainly: blue. Hex color #72417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72417A is #8DBE85. Grayscale: #555555. Windows color (decimal): -9289350 or 8012146. OLE color: 8012146.
HSL color Cylindrical-coordinate representation of color #72417A: hue angle of 291.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72417A is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 65 | 122 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.52 |
| HSL | 291.58º | 0.3% | 0.37% | - |
| HSV(B) | 291.58º | 0.47% | 0.48% | - |
| XYZ | 12.34 | 8.76 | 19.45 | - |
| YUV | 86.15 | 148.23 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 65 | 122 | 0.07 | 0.47 | 0 | 0.52 | 291.58 | 0.3 | 0.37 |
| Hex | 72 | 41 | 7A | 7 | 2F | 0 | 34 | 124 | 1E | 25 |
| Octal | 162 | 101 | 172 | 7 | 57 | 0 | 64 | 444 | 36 | 45 |
| Binary | 1110010 | 1000001 | 1111010 | 111 | 101111 | 0 | 110100 | 100100100 | 11110 | 100101 |
Color Harmonies of #72417A
Complementary color
Monochromatic Colors of #72417A
Black with #72417A
Text Example
Text Example
White with #72417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72417A; }
p { color: rgb(114,65,122); }
H1.HeaderClassName
{
color: #72417A;
}
.AnyTagClassName
{
color: #72417A;
}
</style>
background-color css
<style>
a { background-color: #72417A; }
a { background-color: rgb(114,65,122); }
div.DivClassName
{
background-color: #72417A;
}
.BgClassName
{
background-color: #72417A;
}
</style>
border-color css
<style>
span { border-color: #72417A; }
span { border-color: rgb(114,65,122); }
td.TdClassName
{
border-color: #72417A;
}
.TagClassName
{
border-color: #72417A;
}
</style>