Shades of Palatinate Purple #78205B
Tints of Palatinate Purple #78205B
RGB
CMYK
RGB Variations
Color information
#78205B (or 0x78205B) is known color: Palatinate Purple. HEX triplet: 78, 20 and 5B. RGB value is (120,32,91). Sum of RGB (Red+Green+Blue) = 120+32+91=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 91 (35.94% from 255 or 37.45% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #78205B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78205B is #87DFA4. Grayscale: #404040. Windows color (decimal): -8904613 or 5972088. OLE color: 5972088.
HSL color Cylindrical-coordinate representation of color #78205B: hue angle of 319.77º 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 #78205B is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 32 | 91 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.53 |
| HSL | 319.77º | 0.58% | 0.3% | - |
| HSV(B) | 319.77º | 0.73% | 0.47% | - |
| XYZ | 10.15 | 5.78 | 10.48 | - |
| YUV | 65.04 | 142.65 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 32 | 91 | 0 | 0.73 | 0.24 | 0.53 | 319.77 | 0.58 | 0.3 |
| Hex | 78 | 20 | 5B | 0 | 49 | 18 | 35 | 140 | 3A | 1E |
| Octal | 170 | 40 | 133 | 0 | 111 | 30 | 65 | 500 | 72 | 36 |
| Binary | 1111000 | 100000 | 1011011 | 0 | 1001001 | 11000 | 110101 | 101000000 | 111010 | 11110 |
Color Harmonies of #78205B
Complementary color
Monochromatic Colors of #78205B
Black with #78205B
Text Example
Text Example
White with #78205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78205B; }
p { color: rgb(120,32,91); }
H1.HeaderClassName
{
color: #78205B;
}
.AnyTagClassName
{
color: #78205B;
}
</style>
background-color css
<style>
a { background-color: #78205B; }
a { background-color: rgb(120,32,91); }
div.DivClassName
{
background-color: #78205B;
}
.BgClassName
{
background-color: #78205B;
}
</style>
border-color css
<style>
span { border-color: #78205B; }
span { border-color: rgb(120,32,91); }
td.TdClassName
{
border-color: #78205B;
}
.TagClassName
{
border-color: #78205B;
}
</style>