Shades of Palatinate Purple #78175E
Tints of Palatinate Purple #78175E
RGB
CMYK
RGB Variations
Color information
#78175E (or 0x78175E) is known color: Palatinate Purple. HEX triplet: 78, 17 and 5E. RGB value is (120,23,94). Sum of RGB (Red+Green+Blue) = 120+23+94=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #78175E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78175E is #87E8A1. Grayscale: #3B3B3B. Windows color (decimal): -8906914 or 6166392. OLE color: 6166392.
HSL color Cylindrical-coordinate representation of color #78175E: hue angle of 316.08º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78175E is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 94 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.53 |
| HSL | 316.08º | 0.68% | 0.28% | - |
| HSV(B) | 316.08º | 0.81% | 0.47% | - |
| XYZ | 10.07 | 5.41 | 11.1 | - |
| YUV | 60.1 | 147.14 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 94 | 0 | 0.81 | 0.22 | 0.53 | 316.08 | 0.68 | 0.28 |
| Hex | 78 | 17 | 5E | 0 | 51 | 16 | 35 | 13C | 44 | 1C |
| Octal | 170 | 27 | 136 | 0 | 121 | 26 | 65 | 474 | 104 | 34 |
| Binary | 1111000 | 10111 | 1011110 | 0 | 1010001 | 10110 | 110101 | 100111100 | 1000100 | 11100 |
Color Harmonies of #78175E
Complementary color
Monochromatic Colors of #78175E
Black with #78175E
Text Example
Text Example
White with #78175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78175E; }
p { color: rgb(120,23,94); }
H1.HeaderClassName
{
color: #78175E;
}
.AnyTagClassName
{
color: #78175E;
}
</style>
background-color css
<style>
a { background-color: #78175E; }
a { background-color: rgb(120,23,94); }
div.DivClassName
{
background-color: #78175E;
}
.BgClassName
{
background-color: #78175E;
}
</style>
border-color css
<style>
span { border-color: #78175E; }
span { border-color: rgb(120,23,94); }
td.TdClassName
{
border-color: #78175E;
}
.TagClassName
{
border-color: #78175E;
}
</style>