Shades of Eminence #78327E
Tints of Eminence #78327E
RGB
CMYK
RGB Variations
Color information
#78327E (or 0x78327E) is known color: Eminence. HEX triplet: 78, 32 and 7E. RGB value is (120,50,126). Sum of RGB (Red+Green+Blue) = 120+50+126=296 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.54% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 126 - color contains mainly: blue. Hex color #78327E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78327E is #87CD81. Grayscale: #4F4F4F. Windows color (decimal): -8899970 or 8270456. OLE color: 8270456.
HSL color Cylindrical-coordinate representation of color #78327E: hue angle of 295.26º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #78327E is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 50 | 126 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.51 |
| HSL | 295.26º | 0.43% | 0.35% | - |
| HSV(B) | 295.26º | 0.6% | 0.49% | - |
| XYZ | 12.65 | 7.78 | 20.57 | - |
| YUV | 79.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 50 | 126 | 0.05 | 0.60 | 0 | 0.51 | 295.26 | 0.43 | 0.35 |
| Hex | 78 | 32 | 7E | 5 | 3C | 0 | 33 | 127 | 2B | 23 |
| Octal | 170 | 62 | 176 | 5 | 74 | 0 | 63 | 447 | 53 | 43 |
| Binary | 1111000 | 110010 | 1111110 | 101 | 111100 | 0 | 110011 | 100100111 | 101011 | 100011 |
Color Harmonies of #78327E
Complementary color
Monochromatic Colors of #78327E
Black with #78327E
Text Example
Text Example
White with #78327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78327E; }
p { color: rgb(120,50,126); }
H1.HeaderClassName
{
color: #78327E;
}
.AnyTagClassName
{
color: #78327E;
}
</style>
background-color css
<style>
a { background-color: #78327E; }
a { background-color: rgb(120,50,126); }
div.DivClassName
{
background-color: #78327E;
}
.BgClassName
{
background-color: #78327E;
}
</style>
border-color css
<style>
span { border-color: #78327E; }
span { border-color: rgb(120,50,126); }
td.TdClassName
{
border-color: #78327E;
}
.TagClassName
{
border-color: #78327E;
}
</style>