Shades of Eminence #792F7C
Tints of Eminence #792F7C
RGB
CMYK
RGB Variations
Color information
#792F7C (or 0x792F7C) is known color: Eminence. HEX triplet: 79, 2F and 7C. RGB value is (121,47,124). Sum of RGB (Red+Green+Blue) = 121+47+124=292 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.44% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #792F7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F7C is #86D083. Grayscale: #4D4D4D. Windows color (decimal): -8835204 or 8138617. OLE color: 8138617.
HSL color Cylindrical-coordinate representation of color #792F7C: hue angle of 297.66º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #792F7C is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 47 | 124 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.51 |
| HSL | 297.66º | 0.45% | 0.34% | - |
| HSV(B) | 297.66º | 0.62% | 0.49% | - |
| XYZ | 12.54 | 7.55 | 19.87 | - |
| YUV | 77.9 | 154.02 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 124 | 0.02 | 0.62 | 0 | 0.51 | 297.66 | 0.45 | 0.34 |
| Hex | 79 | 2F | 7C | 2 | 3E | 0 | 33 | 12A | 2D | 22 |
| Octal | 171 | 57 | 174 | 2 | 76 | 0 | 63 | 452 | 55 | 42 |
| Binary | 1111001 | 101111 | 1111100 | 10 | 111110 | 0 | 110011 | 100101010 | 101101 | 100010 |
Color Harmonies of #792F7C
Complementary color
Monochromatic Colors of #792F7C
Black with #792F7C
Text Example
Text Example
White with #792F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F7C; }
p { color: rgb(121,47,124); }
H1.HeaderClassName
{
color: #792F7C;
}
.AnyTagClassName
{
color: #792F7C;
}
</style>
background-color css
<style>
a { background-color: #792F7C; }
a { background-color: rgb(121,47,124); }
div.DivClassName
{
background-color: #792F7C;
}
.BgClassName
{
background-color: #792F7C;
}
</style>
border-color css
<style>
span { border-color: #792F7C; }
span { border-color: rgb(121,47,124); }
td.TdClassName
{
border-color: #792F7C;
}
.TagClassName
{
border-color: #792F7C;
}
</style>