Shades of Eminence #72337A
Tints of Eminence #72337A
RGB
CMYK
RGB Variations
Color information
#72337A (or 0x72337A) is known color: Eminence. HEX triplet: 72, 33 and 7A. RGB value is (114,51,122). Sum of RGB (Red+Green+Blue) = 114+51+122=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #72337A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72337A is #8DCC85. Grayscale: #4D4D4D. Windows color (decimal): -9292934 or 8008562. OLE color: 8008562.
HSL color Cylindrical-coordinate representation of color #72337A: hue angle of 293.24º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72337A is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 114 | 51 | 122 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.52 |
| HSL | 293.24º | 0.41% | 0.34% | - |
| HSV(B) | 293.24º | 0.58% | 0.48% | - |
| XYZ | 11.64 | 7.35 | 19.22 | - |
| YUV | 77.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 122 | 0.07 | 0.58 | 0 | 0.52 | 293.24 | 0.41 | 0.34 |
| Hex | 72 | 33 | 7A | 7 | 3A | 0 | 34 | 125 | 29 | 22 |
| Octal | 162 | 63 | 172 | 7 | 72 | 0 | 64 | 445 | 51 | 42 |
| Binary | 1110010 | 110011 | 1111010 | 111 | 111010 | 0 | 110100 | 100100101 | 101001 | 100010 |
Color Harmonies of #72337A
Complementary color
Monochromatic Colors of #72337A
Black with #72337A
Text Example
Text Example
White with #72337A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72337A; }
p { color: rgb(114,51,122); }
H1.HeaderClassName
{
color: #72337A;
}
.AnyTagClassName
{
color: #72337A;
}
</style>
background-color css
<style>
a { background-color: #72337A; }
a { background-color: rgb(114,51,122); }
div.DivClassName
{
background-color: #72337A;
}
.BgClassName
{
background-color: #72337A;
}
</style>
border-color css
<style>
span { border-color: #72337A; }
span { border-color: rgb(114,51,122); }
td.TdClassName
{
border-color: #72337A;
}
.TagClassName
{
border-color: #72337A;
}
</style>