Shades of Palatinate Purple #78356A
Tints of Palatinate Purple #78356A
RGB
CMYK
RGB Variations
Color information
#78356A (or 0x78356A) is known color: Palatinate Purple. HEX triplet: 78, 35 and 6A. RGB value is (120,53,106). Sum of RGB (Red+Green+Blue) = 120+53+106=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78356A is #87CA95. Grayscale: #4E4E4E. Windows color (decimal): -8899222 or 6960504. OLE color: 6960504.
HSL color Cylindrical-coordinate representation of color #78356A: hue angle of 312.54º 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 #78356A is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 106 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.53 |
| HSL | 312.54º | 0.39% | 0.34% | - |
| HSV(B) | 312.54º | 0.56% | 0.47% | - |
| XYZ | 11.62 | 7.58 | 14.49 | - |
| YUV | 79.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 106 | 0 | 0.56 | 0.12 | 0.53 | 312.54 | 0.39 | 0.34 |
| Hex | 78 | 35 | 6A | 0 | 38 | C | 35 | 139 | 27 | 22 |
| Octal | 170 | 65 | 152 | 0 | 70 | 14 | 65 | 471 | 47 | 42 |
| Binary | 1111000 | 110101 | 1101010 | 0 | 111000 | 1100 | 110101 | 100111001 | 100111 | 100010 |
Color Harmonies of #78356A
Complementary color
Monochromatic Colors of #78356A
Black with #78356A
Text Example
Text Example
White with #78356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78356A; }
p { color: rgb(120,53,106); }
H1.HeaderClassName
{
color: #78356A;
}
.AnyTagClassName
{
color: #78356A;
}
</style>
background-color css
<style>
a { background-color: #78356A; }
a { background-color: rgb(120,53,106); }
div.DivClassName
{
background-color: #78356A;
}
.BgClassName
{
background-color: #78356A;
}
</style>
border-color css
<style>
span { border-color: #78356A; }
span { border-color: rgb(120,53,106); }
td.TdClassName
{
border-color: #78356A;
}
.TagClassName
{
border-color: #78356A;
}
</style>