Shades of Eminence #78357E
Tints of Eminence #78357E
RGB
CMYK
RGB Variations
Color information
#78357E (or 0x78357E) is known color: Eminence. HEX triplet: 78, 35 and 7E. RGB value is (120,53,126). Sum of RGB (Red+Green+Blue) = 120+53+126=299 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.13% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #78357E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78357E is #87CA81. Grayscale: #515151. Windows color (decimal): -8899202 or 8271224. OLE color: 8271224.
HSL color Cylindrical-coordinate representation of color #78357E: hue angle of 295.07º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78357E is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 53 | 126 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.51 |
| HSL | 295.07º | 0.41% | 0.35% | - |
| HSV(B) | 295.07º | 0.58% | 0.49% | - |
| XYZ | 12.78 | 8.05 | 20.62 | - |
| YUV | 81.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 126 | 0.05 | 0.58 | 0 | 0.51 | 295.07 | 0.41 | 0.35 |
| Hex | 78 | 35 | 7E | 5 | 3A | 0 | 33 | 127 | 29 | 23 |
| Octal | 170 | 65 | 176 | 5 | 72 | 0 | 63 | 447 | 51 | 43 |
| Binary | 1111000 | 110101 | 1111110 | 101 | 111010 | 0 | 110011 | 100100111 | 101001 | 100011 |
Color Harmonies of #78357E
Complementary color
Monochromatic Colors of #78357E
Black with #78357E
Text Example
Text Example
White with #78357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78357E; }
p { color: rgb(120,53,126); }
H1.HeaderClassName
{
color: #78357E;
}
.AnyTagClassName
{
color: #78357E;
}
</style>
background-color css
<style>
a { background-color: #78357E; }
a { background-color: rgb(120,53,126); }
div.DivClassName
{
background-color: #78357E;
}
.BgClassName
{
background-color: #78357E;
}
</style>
border-color css
<style>
span { border-color: #78357E; }
span { border-color: rgb(120,53,126); }
td.TdClassName
{
border-color: #78357E;
}
.TagClassName
{
border-color: #78357E;
}
</style>