Shades of Palatinate Purple #78346C
Tints of Palatinate Purple #78346C
RGB
CMYK
RGB Variations
Color information
#78346C (or 0x78346C) is known color: Palatinate Purple. HEX triplet: 78, 34 and 6C. RGB value is (120,52,108). Sum of RGB (Red+Green+Blue) = 120+52+108=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78346C is #87CB93. Grayscale: #4E4E4E. Windows color (decimal): -8899476 or 7091320. OLE color: 7091320.
HSL color Cylindrical-coordinate representation of color #78346C: hue angle of 310.59º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #78346C is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 52 | 108 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.53 |
| HSL | 310.59º | 0.4% | 0.34% | - |
| HSV(B) | 310.59º | 0.57% | 0.47% | - |
| XYZ | 11.68 | 7.53 | 15.03 | - |
| YUV | 78.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 108 | 0 | 0.57 | 0.10 | 0.53 | 310.59 | 0.4 | 0.34 |
| Hex | 78 | 34 | 6C | 0 | 39 | A | 35 | 137 | 28 | 22 |
| Octal | 170 | 64 | 154 | 0 | 71 | 12 | 65 | 467 | 50 | 42 |
| Binary | 1111000 | 110100 | 1101100 | 0 | 111001 | 1010 | 110101 | 100110111 | 101000 | 100010 |
Color Harmonies of #78346C
Complementary color
Monochromatic Colors of #78346C
Black with #78346C
Text Example
Text Example
White with #78346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78346C; }
p { color: rgb(120,52,108); }
H1.HeaderClassName
{
color: #78346C;
}
.AnyTagClassName
{
color: #78346C;
}
</style>
background-color css
<style>
a { background-color: #78346C; }
a { background-color: rgb(120,52,108); }
div.DivClassName
{
background-color: #78346C;
}
.BgClassName
{
background-color: #78346C;
}
</style>
border-color css
<style>
span { border-color: #78346C; }
span { border-color: rgb(120,52,108); }
td.TdClassName
{
border-color: #78346C;
}
.TagClassName
{
border-color: #78346C;
}
</style>