Shades of Palatinate Purple #78205D
Tints of Palatinate Purple #78205D
RGB
CMYK
RGB Variations
Color information
#78205D (or 0x78205D) is known color: Palatinate Purple. HEX triplet: 78, 20 and 5D. RGB value is (120,32,93). Sum of RGB (Red+Green+Blue) = 120+32+93=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #78205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78205D is #87DFA2. Grayscale: #414141. Windows color (decimal): -8904611 or 6103160. OLE color: 6103160.
HSL color Cylindrical-coordinate representation of color #78205D: hue angle of 318.41º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #78205D is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 93 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.53 |
| HSL | 318.41º | 0.58% | 0.3% | - |
| HSV(B) | 318.41º | 0.73% | 0.47% | - |
| XYZ | 10.24 | 5.82 | 10.94 | - |
| YUV | 65.27 | 143.65 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 93 | 0 | 0.73 | 0.22 | 0.53 | 318.41 | 0.58 | 0.3 |
| Hex | 78 | 20 | 5D | 0 | 49 | 16 | 35 | 13E | 3A | 1E |
| Octal | 170 | 40 | 135 | 0 | 111 | 26 | 65 | 476 | 72 | 36 |
| Binary | 1111000 | 100000 | 1011101 | 0 | 1001001 | 10110 | 110101 | 100111110 | 111010 | 11110 |
Color Harmonies of #78205D
Complementary color
Monochromatic Colors of #78205D
Black with #78205D
Text Example
Text Example
White with #78205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78205D; }
p { color: rgb(120,32,93); }
H1.HeaderClassName
{
color: #78205D;
}
.AnyTagClassName
{
color: #78205D;
}
</style>
background-color css
<style>
a { background-color: #78205D; }
a { background-color: rgb(120,32,93); }
div.DivClassName
{
background-color: #78205D;
}
.BgClassName
{
background-color: #78205D;
}
</style>
border-color css
<style>
span { border-color: #78205D; }
span { border-color: rgb(120,32,93); }
td.TdClassName
{
border-color: #78205D;
}
.TagClassName
{
border-color: #78205D;
}
</style>