Shades of Palatinate Purple #78155E
Tints of Palatinate Purple #78155E
RGB
CMYK
RGB Variations
Color information
#78155E (or 0x78155E) is known color: Palatinate Purple. HEX triplet: 78, 15 and 5E. RGB value is (120,21,94). Sum of RGB (Red+Green+Blue) = 120+21+94=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78155E is #87EAA1. Grayscale: #3A3A3A. Windows color (decimal): -8907426 or 6165880. OLE color: 6165880.
HSL color Cylindrical-coordinate representation of color #78155E: hue angle of 315.76º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78155E is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 94 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.53 |
| HSL | 315.76º | 0.7% | 0.28% | - |
| HSV(B) | 315.76º | 0.83% | 0.47% | - |
| XYZ | 10.03 | 5.34 | 11.09 | - |
| YUV | 58.92 | 147.8 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 94 | 0 | 0.83 | 0.22 | 0.53 | 315.76 | 0.7 | 0.28 |
| Hex | 78 | 15 | 5E | 0 | 53 | 16 | 35 | 13C | 46 | 1C |
| Octal | 170 | 25 | 136 | 0 | 123 | 26 | 65 | 474 | 106 | 34 |
| Binary | 1111000 | 10101 | 1011110 | 0 | 1010011 | 10110 | 110101 | 100111100 | 1000110 | 11100 |
Color Harmonies of #78155E
Complementary color
Monochromatic Colors of #78155E
Black with #78155E
Text Example
Text Example
White with #78155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78155E; }
p { color: rgb(120,21,94); }
H1.HeaderClassName
{
color: #78155E;
}
.AnyTagClassName
{
color: #78155E;
}
</style>
background-color css
<style>
a { background-color: #78155E; }
a { background-color: rgb(120,21,94); }
div.DivClassName
{
background-color: #78155E;
}
.BgClassName
{
background-color: #78155E;
}
</style>
border-color css
<style>
span { border-color: #78155E; }
span { border-color: rgb(120,21,94); }
td.TdClassName
{
border-color: #78155E;
}
.TagClassName
{
border-color: #78155E;
}
</style>