Shades of Eminence #782881
Tints of Eminence #782881
RGB
CMYK
RGB Variations
Color information
#782881 (or 0x782881) is known color: Eminence. HEX triplet: 78, 28 and 81. RGB value is (120,40,129). Sum of RGB (Red+Green+Blue) = 120+40+129=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 129 - color contains mainly: blue. Hex color #782881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #782881 is #87D77E. Grayscale: #494949. Windows color (decimal): -8902527 or 8464504. OLE color: 8464504.
HSL color Cylindrical-coordinate representation of color #782881: hue angle of 293.93º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #782881 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 40 | 129 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.49 |
| HSL | 293.93º | 0.53% | 0.33% | - |
| HSV(B) | 293.93º | 0.69% | 0.51% | - |
| XYZ | 12.47 | 7.1 | 21.48 | - |
| YUV | 74.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 129 | 0.07 | 0.69 | 0 | 0.49 | 293.93 | 0.53 | 0.33 |
| Hex | 78 | 28 | 81 | 7 | 45 | 0 | 31 | 126 | 35 | 21 |
| Octal | 170 | 50 | 201 | 7 | 105 | 0 | 61 | 446 | 65 | 41 |
| Binary | 1111000 | 101000 | 10000001 | 111 | 1000101 | 0 | 110001 | 100100110 | 110101 | 100001 |
Color Harmonies of #782881
Complementary color
Monochromatic Colors of #782881
Black with #782881
Text Example
Text Example
White with #782881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782881; }
p { color: rgb(120,40,129); }
H1.HeaderClassName
{
color: #782881;
}
.AnyTagClassName
{
color: #782881;
}
</style>
background-color css
<style>
a { background-color: #782881; }
a { background-color: rgb(120,40,129); }
div.DivClassName
{
background-color: #782881;
}
.BgClassName
{
background-color: #782881;
}
</style>
border-color css
<style>
span { border-color: #782881; }
span { border-color: rgb(120,40,129); }
td.TdClassName
{
border-color: #782881;
}
.TagClassName
{
border-color: #782881;
}
</style>