Shades of Eminence #782A79
Tints of Eminence #782A79
RGB
CMYK
RGB Variations
Color information
#782A79 (or 0x782A79) is known color: Eminence. HEX triplet: 78, 2A and 79. RGB value is (120,42,121). Sum of RGB (Red+Green+Blue) = 120+42+121=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 121 - color contains mainly: blue. Hex color #782A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A79 is #87D586. Grayscale: #4A4A4A. Windows color (decimal): -8902023 or 7940728. OLE color: 7940728.
HSL color Cylindrical-coordinate representation of color #782A79: hue angle of 299.24º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #782A79 is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 42 | 121 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.53 |
| HSL | 299.24º | 0.48% | 0.32% | - |
| HSV(B) | 299.24º | 0.65% | 0.47% | - |
| XYZ | 12.02 | 7.03 | 18.81 | - |
| YUV | 74.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 42 | 121 | 0.01 | 0.65 | 0 | 0.53 | 299.24 | 0.48 | 0.32 |
| Hex | 78 | 2A | 79 | 1 | 41 | 0 | 35 | 12B | 30 | 20 |
| Octal | 170 | 52 | 171 | 1 | 101 | 0 | 65 | 453 | 60 | 40 |
| Binary | 1111000 | 101010 | 1111001 | 1 | 1000001 | 0 | 110101 | 100101011 | 110000 | 100000 |
Color Harmonies of #782A79
Complementary color
Monochromatic Colors of #782A79
Black with #782A79
Text Example
Text Example
White with #782A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782A79; }
p { color: rgb(120,42,121); }
H1.HeaderClassName
{
color: #782A79;
}
.AnyTagClassName
{
color: #782A79;
}
</style>
background-color css
<style>
a { background-color: #782A79; }
a { background-color: rgb(120,42,121); }
div.DivClassName
{
background-color: #782A79;
}
.BgClassName
{
background-color: #782A79;
}
</style>
border-color css
<style>
span { border-color: #782A79; }
span { border-color: rgb(120,42,121); }
td.TdClassName
{
border-color: #782A79;
}
.TagClassName
{
border-color: #782A79;
}
</style>