Shades of Palatinate Purple #78376D
Tints of Palatinate Purple #78376D
RGB
CMYK
RGB Variations
Color information
#78376D (or 0x78376D) is known color: Palatinate Purple. HEX triplet: 78, 37 and 6D. RGB value is (120,55,109). Sum of RGB (Red+Green+Blue) = 120+55+109=284 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.25% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 120 - color contains mainly: red. Hex color #78376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78376D is #87C892. Grayscale: #505050. Windows color (decimal): -8898707 or 7157624. OLE color: 7157624.
HSL color Cylindrical-coordinate representation of color #78376D: hue angle of 310.15º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78376D is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 109 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.53 |
| HSL | 310.15º | 0.37% | 0.34% | - |
| HSV(B) | 310.15º | 0.54% | 0.47% | - |
| XYZ | 11.87 | 7.83 | 15.35 | - |
| YUV | 80.59 | 144.03 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 109 | 0 | 0.54 | 0.09 | 0.53 | 310.15 | 0.37 | 0.34 |
| Hex | 78 | 37 | 6D | 0 | 36 | 9 | 35 | 136 | 25 | 22 |
| Octal | 170 | 67 | 155 | 0 | 66 | 11 | 65 | 466 | 45 | 42 |
| Binary | 1111000 | 110111 | 1101101 | 0 | 110110 | 1001 | 110101 | 100110110 | 100101 | 100010 |
Color Harmonies of #78376D
Complementary color
Monochromatic Colors of #78376D
Black with #78376D
Text Example
Text Example
White with #78376D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78376D; }
p { color: rgb(120,55,109); }
H1.HeaderClassName
{
color: #78376D;
}
.AnyTagClassName
{
color: #78376D;
}
</style>
background-color css
<style>
a { background-color: #78376D; }
a { background-color: rgb(120,55,109); }
div.DivClassName
{
background-color: #78376D;
}
.BgClassName
{
background-color: #78376D;
}
</style>
border-color css
<style>
span { border-color: #78376D; }
span { border-color: rgb(120,55,109); }
td.TdClassName
{
border-color: #78376D;
}
.TagClassName
{
border-color: #78376D;
}
</style>