Shades of Eminence #782E7A
Tints of Eminence #782E7A
RGB
CMYK
RGB Variations
Color information
#782E7A (or 0x782E7A) is known color: Eminence. HEX triplet: 78, 2E and 7A. RGB value is (120,46,122). Sum of RGB (Red+Green+Blue) = 120+46+122=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 46 (18.36% from 255 or 15.97% 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 #782E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782E7A is #87D185. Grayscale: #4C4C4C. Windows color (decimal): -8900998 or 8007288. OLE color: 8007288.
HSL color Cylindrical-coordinate representation of color #782E7A: hue angle of 298.42º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E7A is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 120 | 46 | 122 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.52 |
| HSL | 298.42º | 0.45% | 0.33% | - |
| HSV(B) | 298.42º | 0.62% | 0.48% | - |
| XYZ | 12.24 | 7.35 | 19.19 | - |
| YUV | 76.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 122 | 0.02 | 0.62 | 0 | 0.52 | 298.42 | 0.45 | 0.33 |
| Hex | 78 | 2E | 7A | 2 | 3E | 0 | 34 | 12A | 2D | 21 |
| Octal | 170 | 56 | 172 | 2 | 76 | 0 | 64 | 452 | 55 | 41 |
| Binary | 1111000 | 101110 | 1111010 | 10 | 111110 | 0 | 110100 | 100101010 | 101101 | 100001 |
Color Harmonies of #782E7A
Complementary color
Monochromatic Colors of #782E7A
Black with #782E7A
Text Example
Text Example
White with #782E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E7A; }
p { color: rgb(120,46,122); }
H1.HeaderClassName
{
color: #782E7A;
}
.AnyTagClassName
{
color: #782E7A;
}
</style>
background-color css
<style>
a { background-color: #782E7A; }
a { background-color: rgb(120,46,122); }
div.DivClassName
{
background-color: #782E7A;
}
.BgClassName
{
background-color: #782E7A;
}
</style>
border-color css
<style>
span { border-color: #782E7A; }
span { border-color: rgb(120,46,122); }
td.TdClassName
{
border-color: #782E7A;
}
.TagClassName
{
border-color: #782E7A;
}
</style>