Shades of Palatinate Purple #78255D
Tints of Palatinate Purple #78255D
RGB
CMYK
RGB Variations
Color information
#78255D (or 0x78255D) is known color: Palatinate Purple. HEX triplet: 78, 25 and 5D. RGB value is (120,37,93). Sum of RGB (Red+Green+Blue) = 120+37+93=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #78255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78255D is #87DAA2. Grayscale: #444444. Windows color (decimal): -8903331 or 6104440. OLE color: 6104440.
HSL color Cylindrical-coordinate representation of color #78255D: hue angle of 319.52º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78255D is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 37 | 93 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.53 |
| HSL | 319.52º | 0.53% | 0.31% | - |
| HSV(B) | 319.52º | 0.69% | 0.47% | - |
| XYZ | 10.38 | 6.11 | 10.99 | - |
| YUV | 68.2 | 142 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 93 | 0 | 0.69 | 0.22 | 0.53 | 319.52 | 0.53 | 0.31 |
| Hex | 78 | 25 | 5D | 0 | 45 | 16 | 35 | 140 | 35 | 1F |
| Octal | 170 | 45 | 135 | 0 | 105 | 26 | 65 | 500 | 65 | 37 |
| Binary | 1111000 | 100101 | 1011101 | 0 | 1000101 | 10110 | 110101 | 101000000 | 110101 | 11111 |
Color Harmonies of #78255D
Complementary color
Monochromatic Colors of #78255D
Black with #78255D
Text Example
Text Example
White with #78255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78255D; }
p { color: rgb(120,37,93); }
H1.HeaderClassName
{
color: #78255D;
}
.AnyTagClassName
{
color: #78255D;
}
</style>
background-color css
<style>
a { background-color: #78255D; }
a { background-color: rgb(120,37,93); }
div.DivClassName
{
background-color: #78255D;
}
.BgClassName
{
background-color: #78255D;
}
</style>
border-color css
<style>
span { border-color: #78255D; }
span { border-color: rgb(120,37,93); }
td.TdClassName
{
border-color: #78255D;
}
.TagClassName
{
border-color: #78255D;
}
</style>