Shades of Palatinate Purple #78376A
Tints of Palatinate Purple #78376A
RGB
CMYK
RGB Variations
Color information
#78376A (or 0x78376A) is known color: Palatinate Purple. HEX triplet: 78, 37 and 6A. RGB value is (120,55,106). Sum of RGB (Red+Green+Blue) = 120+55+106=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78376A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78376A is #87C895. Grayscale: #505050. Windows color (decimal): -8898710 or 6961016. OLE color: 6961016.
HSL color Cylindrical-coordinate representation of color #78376A: hue angle of 312.92º 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 #78376A is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 106 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.53 |
| HSL | 312.92º | 0.37% | 0.34% | - |
| HSV(B) | 312.92º | 0.54% | 0.47% | - |
| XYZ | 11.71 | 7.77 | 14.52 | - |
| YUV | 80.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 106 | 0 | 0.54 | 0.12 | 0.53 | 312.92 | 0.37 | 0.34 |
| Hex | 78 | 37 | 6A | 0 | 36 | C | 35 | 139 | 25 | 22 |
| Octal | 170 | 67 | 152 | 0 | 66 | 14 | 65 | 471 | 45 | 42 |
| Binary | 1111000 | 110111 | 1101010 | 0 | 110110 | 1100 | 110101 | 100111001 | 100101 | 100010 |
Color Harmonies of #78376A
Complementary color
Monochromatic Colors of #78376A
Black with #78376A
Text Example
Text Example
White with #78376A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78376A; }
p { color: rgb(120,55,106); }
H1.HeaderClassName
{
color: #78376A;
}
.AnyTagClassName
{
color: #78376A;
}
</style>
background-color css
<style>
a { background-color: #78376A; }
a { background-color: rgb(120,55,106); }
div.DivClassName
{
background-color: #78376A;
}
.BgClassName
{
background-color: #78376A;
}
</style>
border-color css
<style>
span { border-color: #78376A; }
span { border-color: rgb(120,55,106); }
td.TdClassName
{
border-color: #78376A;
}
.TagClassName
{
border-color: #78376A;
}
</style>