Shades of Eminence #72397E
Tints of Eminence #72397E
RGB
CMYK
RGB Variations
Color information
#72397E (or 0x72397E) is known color: Eminence. HEX triplet: 72, 39 and 7E. RGB value is (114,57,126). Sum of RGB (Red+Green+Blue) = 114+57+126=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 126 - color contains mainly: blue. Hex color #72397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72397E is #8DC681. Grayscale: #515151. Windows color (decimal): -9291394 or 8272242. OLE color: 8272242.
HSL color Cylindrical-coordinate representation of color #72397E: hue angle of 289.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72397E is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 57 | 126 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.51 |
| HSL | 289.57º | 0.38% | 0.36% | - |
| HSV(B) | 289.57º | 0.55% | 0.49% | - |
| XYZ | 12.17 | 8.01 | 20.64 | - |
| YUV | 81.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 126 | 0.10 | 0.55 | 0 | 0.51 | 289.57 | 0.38 | 0.36 |
| Hex | 72 | 39 | 7E | A | 37 | 0 | 33 | 122 | 26 | 24 |
| Octal | 162 | 71 | 176 | 12 | 67 | 0 | 63 | 442 | 46 | 44 |
| Binary | 1110010 | 111001 | 1111110 | 1010 | 110111 | 0 | 110011 | 100100010 | 100110 | 100100 |
Color Harmonies of #72397E
Complementary color
Monochromatic Colors of #72397E
Black with #72397E
Text Example
Text Example
White with #72397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72397E; }
p { color: rgb(114,57,126); }
H1.HeaderClassName
{
color: #72397E;
}
.AnyTagClassName
{
color: #72397E;
}
</style>
background-color css
<style>
a { background-color: #72397E; }
a { background-color: rgb(114,57,126); }
div.DivClassName
{
background-color: #72397E;
}
.BgClassName
{
background-color: #72397E;
}
</style>
border-color css
<style>
span { border-color: #72397E; }
span { border-color: rgb(114,57,126); }
td.TdClassName
{
border-color: #72397E;
}
.TagClassName
{
border-color: #72397E;
}
</style>