Shades of Eminence #72357F
Tints of Eminence #72357F
RGB
CMYK
RGB Variations
Color information
#72357F (or 0x72357F) is known color: Eminence. HEX triplet: 72, 35 and 7F. RGB value is (114,53,127). Sum of RGB (Red+Green+Blue) = 114+53+127=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 127 (50% from 255 or 43.20% from 294); Max value from RGB is 127 - color contains mainly: blue. Hex color #72357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72357F is #8DCA80. Grayscale: #4F4F4F. Windows color (decimal): -9292417 or 8336754. OLE color: 8336754.
HSL color Cylindrical-coordinate representation of color #72357F: hue angle of 289.46º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72357F is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 114 | 53 | 127 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.50 |
| HSL | 289.46º | 0.41% | 0.35% | - |
| HSV(B) | 289.46º | 0.58% | 0.5% | - |
| XYZ | 12.04 | 7.66 | 20.92 | - |
| YUV | 79.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 127 | 0.10 | 0.58 | 0 | 0.50 | 289.46 | 0.41 | 0.35 |
| Hex | 72 | 35 | 7F | A | 3A | 0 | 32 | 121 | 29 | 23 |
| Octal | 162 | 65 | 177 | 12 | 72 | 0 | 62 | 441 | 51 | 43 |
| Binary | 1110010 | 110101 | 1111111 | 1010 | 111010 | 0 | 110010 | 100100001 | 101001 | 100011 |
Color Harmonies of #72357F
Complementary color
Monochromatic Colors of #72357F
Black with #72357F
Text Example
Text Example
White with #72357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72357F; }
p { color: rgb(114,53,127); }
H1.HeaderClassName
{
color: #72357F;
}
.AnyTagClassName
{
color: #72357F;
}
</style>
background-color css
<style>
a { background-color: #72357F; }
a { background-color: rgb(114,53,127); }
div.DivClassName
{
background-color: #72357F;
}
.BgClassName
{
background-color: #72357F;
}
</style>
border-color css
<style>
span { border-color: #72357F; }
span { border-color: rgb(114,53,127); }
td.TdClassName
{
border-color: #72357F;
}
.TagClassName
{
border-color: #72357F;
}
</style>