Shades of Eminence #792D7A
Tints of Eminence #792D7A
RGB
CMYK
RGB Variations
Color information
#792D7A (or 0x792D7A) is known color: Eminence. HEX triplet: 79, 2D and 7A. RGB value is (121,45,122). Sum of RGB (Red+Green+Blue) = 121+45+122=288 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.01% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #792D7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D7A is #86D285. Grayscale: #4C4C4C. Windows color (decimal): -8835718 or 8007033. OLE color: 8007033.
HSL color Cylindrical-coordinate representation of color #792D7A: hue angle of 299.22º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D7A is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 121 | 45 | 122 | - |
| CMYK | 0.01 | 0.63 | 0 | 0.52 |
| HSL | 299.22º | 0.46% | 0.33% | - |
| HSV(B) | 299.22º | 0.63% | 0.48% | - |
| XYZ | 12.34 | 7.35 | 19.18 | - |
| YUV | 76.5 | 153.68 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 122 | 0.01 | 0.63 | 0 | 0.52 | 299.22 | 0.46 | 0.33 |
| Hex | 79 | 2D | 7A | 1 | 3F | 0 | 34 | 12B | 2E | 21 |
| Octal | 171 | 55 | 172 | 1 | 77 | 0 | 64 | 453 | 56 | 41 |
| Binary | 1111001 | 101101 | 1111010 | 1 | 111111 | 0 | 110100 | 100101011 | 101110 | 100001 |
Color Harmonies of #792D7A
Complementary color
Monochromatic Colors of #792D7A
Black with #792D7A
Text Example
Text Example
White with #792D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D7A; }
p { color: rgb(121,45,122); }
H1.HeaderClassName
{
color: #792D7A;
}
.AnyTagClassName
{
color: #792D7A;
}
</style>
background-color css
<style>
a { background-color: #792D7A; }
a { background-color: rgb(121,45,122); }
div.DivClassName
{
background-color: #792D7A;
}
.BgClassName
{
background-color: #792D7A;
}
</style>
border-color css
<style>
span { border-color: #792D7A; }
span { border-color: rgb(121,45,122); }
td.TdClassName
{
border-color: #792D7A;
}
.TagClassName
{
border-color: #792D7A;
}
</style>