Shades of Eminence #784081
Tints of Eminence #784081
RGB
CMYK
RGB Variations
Color information
#784081 (or 0x784081) is known color: Eminence. HEX triplet: 78, 40 and 81. RGB value is (120,64,129). Sum of RGB (Red+Green+Blue) = 120+64+129=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #784081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784081 is #87BF7E. Grayscale: #575757. Windows color (decimal): -8896383 or 8470648. OLE color: 8470648.
HSL color Cylindrical-coordinate representation of color #784081: hue angle of 291.69º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #784081 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 64 | 129 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.49 |
| HSL | 291.69º | 0.34% | 0.38% | - |
| HSV(B) | 291.69º | 0.5% | 0.51% | - |
| XYZ | 13.54 | 9.24 | 21.84 | - |
| YUV | 88.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 64 | 129 | 0.07 | 0.50 | 0 | 0.49 | 291.69 | 0.34 | 0.38 |
| Hex | 78 | 40 | 81 | 7 | 32 | 0 | 31 | 124 | 22 | 26 |
| Octal | 170 | 100 | 201 | 7 | 62 | 0 | 61 | 444 | 42 | 46 |
| Binary | 1111000 | 1000000 | 10000001 | 111 | 110010 | 0 | 110001 | 100100100 | 100010 | 100110 |
Color Harmonies of #784081
Complementary color
Monochromatic Colors of #784081
Black with #784081
Text Example
Text Example
White with #784081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784081; }
p { color: rgb(120,64,129); }
H1.HeaderClassName
{
color: #784081;
}
.AnyTagClassName
{
color: #784081;
}
</style>
background-color css
<style>
a { background-color: #784081; }
a { background-color: rgb(120,64,129); }
div.DivClassName
{
background-color: #784081;
}
.BgClassName
{
background-color: #784081;
}
</style>
border-color css
<style>
span { border-color: #784081; }
span { border-color: rgb(120,64,129); }
td.TdClassName
{
border-color: #784081;
}
.TagClassName
{
border-color: #784081;
}
</style>