Shades of Palatinate Purple #78175A
Tints of Palatinate Purple #78175A
RGB
CMYK
RGB Variations
Color information
#78175A (or 0x78175A) is known color: Palatinate Purple. HEX triplet: 78, 17 and 5A. RGB value is (120,23,90). Sum of RGB (Red+Green+Blue) = 120+23+90=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78175A is #87E8A5. Grayscale: #3B3B3B. Windows color (decimal): -8906918 or 5904248. OLE color: 5904248.
HSL color Cylindrical-coordinate representation of color #78175A: hue angle of 318.56º 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 #78175A is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 90 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.53 |
| HSL | 318.56º | 0.68% | 0.28% | - |
| HSV(B) | 318.56º | 0.81% | 0.47% | - |
| XYZ | 9.9 | 5.34 | 10.18 | - |
| YUV | 59.64 | 145.14 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 90 | 0 | 0.81 | 0.25 | 0.53 | 318.56 | 0.68 | 0.28 |
| Hex | 78 | 17 | 5A | 0 | 51 | 19 | 35 | 13F | 44 | 1C |
| Octal | 170 | 27 | 132 | 0 | 121 | 31 | 65 | 477 | 104 | 34 |
| Binary | 1111000 | 10111 | 1011010 | 0 | 1010001 | 11001 | 110101 | 100111111 | 1000100 | 11100 |
Color Harmonies of #78175A
Complementary color
Monochromatic Colors of #78175A
Black with #78175A
Text Example
Text Example
White with #78175A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78175A; }
p { color: rgb(120,23,90); }
H1.HeaderClassName
{
color: #78175A;
}
.AnyTagClassName
{
color: #78175A;
}
</style>
background-color css
<style>
a { background-color: #78175A; }
a { background-color: rgb(120,23,90); }
div.DivClassName
{
background-color: #78175A;
}
.BgClassName
{
background-color: #78175A;
}
</style>
border-color css
<style>
span { border-color: #78175A; }
span { border-color: rgb(120,23,90); }
td.TdClassName
{
border-color: #78175A;
}
.TagClassName
{
border-color: #78175A;
}
</style>