Shades of Palatinate Purple #78175C
Tints of Palatinate Purple #78175C
RGB
CMYK
RGB Variations
Color information
#78175C (or 0x78175C) is known color: Palatinate Purple. HEX triplet: 78, 17 and 5C. RGB value is (120,23,92). Sum of RGB (Red+Green+Blue) = 120+23+92=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78175C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78175C is #87E8A3. Grayscale: #3B3B3B. Windows color (decimal): -8906916 or 6035320. OLE color: 6035320.
HSL color Cylindrical-coordinate representation of color #78175C: hue angle of 317.32º 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 #78175C is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 92 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.53 |
| HSL | 317.32º | 0.68% | 0.28% | - |
| HSV(B) | 317.32º | 0.81% | 0.47% | - |
| XYZ | 9.98 | 5.38 | 10.64 | - |
| YUV | 59.87 | 146.14 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 92 | 0 | 0.81 | 0.23 | 0.53 | 317.32 | 0.68 | 0.28 |
| Hex | 78 | 17 | 5C | 0 | 51 | 17 | 35 | 13D | 44 | 1C |
| Octal | 170 | 27 | 134 | 0 | 121 | 27 | 65 | 475 | 104 | 34 |
| Binary | 1111000 | 10111 | 1011100 | 0 | 1010001 | 10111 | 110101 | 100111101 | 1000100 | 11100 |
Color Harmonies of #78175C
Complementary color
Monochromatic Colors of #78175C
Black with #78175C
Text Example
Text Example
White with #78175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78175C; }
p { color: rgb(120,23,92); }
H1.HeaderClassName
{
color: #78175C;
}
.AnyTagClassName
{
color: #78175C;
}
</style>
background-color css
<style>
a { background-color: #78175C; }
a { background-color: rgb(120,23,92); }
div.DivClassName
{
background-color: #78175C;
}
.BgClassName
{
background-color: #78175C;
}
</style>
border-color css
<style>
span { border-color: #78175C; }
span { border-color: rgb(120,23,92); }
td.TdClassName
{
border-color: #78175C;
}
.TagClassName
{
border-color: #78175C;
}
</style>