Shades of Palatinate Purple #78356C
Tints of Palatinate Purple #78356C
RGB
CMYK
RGB Variations
Color information
#78356C (or 0x78356C) is known color: Palatinate Purple. HEX triplet: 78, 35 and 6C. RGB value is (120,53,108). Sum of RGB (Red+Green+Blue) = 120+53+108=281 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.70% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 120 - color contains mainly: red. Hex color #78356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78356C is #87CA93. Grayscale: #4F4F4F. Windows color (decimal): -8899220 or 7091576. OLE color: 7091576.
HSL color Cylindrical-coordinate representation of color #78356C: hue angle of 310.75º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78356C is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 108 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.53 |
| HSL | 310.75º | 0.39% | 0.34% | - |
| HSV(B) | 310.75º | 0.56% | 0.47% | - |
| XYZ | 11.73 | 7.62 | 15.04 | - |
| YUV | 79.3 | 144.2 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 108 | 0 | 0.56 | 0.10 | 0.53 | 310.75 | 0.39 | 0.34 |
| Hex | 78 | 35 | 6C | 0 | 38 | A | 35 | 137 | 27 | 22 |
| Octal | 170 | 65 | 154 | 0 | 70 | 12 | 65 | 467 | 47 | 42 |
| Binary | 1111000 | 110101 | 1101100 | 0 | 111000 | 1010 | 110101 | 100110111 | 100111 | 100010 |
Color Harmonies of #78356C
Complementary color
Monochromatic Colors of #78356C
Black with #78356C
Text Example
Text Example
White with #78356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78356C; }
p { color: rgb(120,53,108); }
H1.HeaderClassName
{
color: #78356C;
}
.AnyTagClassName
{
color: #78356C;
}
</style>
background-color css
<style>
a { background-color: #78356C; }
a { background-color: rgb(120,53,108); }
div.DivClassName
{
background-color: #78356C;
}
.BgClassName
{
background-color: #78356C;
}
</style>
border-color css
<style>
span { border-color: #78356C; }
span { border-color: rgb(120,53,108); }
td.TdClassName
{
border-color: #78356C;
}
.TagClassName
{
border-color: #78356C;
}
</style>