Shades of Eminence #78297F
Tints of Eminence #78297F
RGB
CMYK
RGB Variations
Color information
#78297F (or 0x78297F) is known color: Eminence. HEX triplet: 78, 29 and 7F. RGB value is (120,41,127). Sum of RGB (Red+Green+Blue) = 120+41+127=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #78297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78297F is #87D680. Grayscale: #4A4A4A. Windows color (decimal): -8902273 or 8333688. OLE color: 8333688.
HSL color Cylindrical-coordinate representation of color #78297F: hue angle of 295.12º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78297F is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 41 | 127 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.50 |
| HSL | 295.12º | 0.51% | 0.33% | - |
| HSV(B) | 295.12º | 0.68% | 0.5% | - |
| XYZ | 12.37 | 7.11 | 20.8 | - |
| YUV | 74.43 | 157.67 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 127 | 0.06 | 0.68 | 0 | 0.50 | 295.12 | 0.51 | 0.33 |
| Hex | 78 | 29 | 7F | 6 | 44 | 0 | 32 | 127 | 33 | 21 |
| Octal | 170 | 51 | 177 | 6 | 104 | 0 | 62 | 447 | 63 | 41 |
| Binary | 1111000 | 101001 | 1111111 | 110 | 1000100 | 0 | 110010 | 100100111 | 110011 | 100001 |
Color Harmonies of #78297F
Complementary color
Monochromatic Colors of #78297F
Black with #78297F
Text Example
Text Example
White with #78297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78297F; }
p { color: rgb(120,41,127); }
H1.HeaderClassName
{
color: #78297F;
}
.AnyTagClassName
{
color: #78297F;
}
</style>
background-color css
<style>
a { background-color: #78297F; }
a { background-color: rgb(120,41,127); }
div.DivClassName
{
background-color: #78297F;
}
.BgClassName
{
background-color: #78297F;
}
</style>
border-color css
<style>
span { border-color: #78297F; }
span { border-color: rgb(120,41,127); }
td.TdClassName
{
border-color: #78297F;
}
.TagClassName
{
border-color: #78297F;
}
</style>