Shades of Palatinate Purple #78155F
Tints of Palatinate Purple #78155F
RGB
CMYK
RGB Variations
Color information
#78155F (or 0x78155F) is known color: Palatinate Purple. HEX triplet: 78, 15 and 5F. RGB value is (120,21,95). Sum of RGB (Red+Green+Blue) = 120+21+95=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78155F is #87EAA0. Grayscale: #3A3A3A. Windows color (decimal): -8907425 or 6231416. OLE color: 6231416.
HSL color Cylindrical-coordinate representation of color #78155F: hue angle of 315.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78155F is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 95 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.53 |
| HSL | 315.15º | 0.7% | 0.28% | - |
| HSV(B) | 315.15º | 0.83% | 0.47% | - |
| XYZ | 10.08 | 5.36 | 11.33 | - |
| YUV | 59.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 95 | 0 | 0.83 | 0.21 | 0.53 | 315.15 | 0.7 | 0.28 |
| Hex | 78 | 15 | 5F | 0 | 53 | 15 | 35 | 13B | 46 | 1C |
| Octal | 170 | 25 | 137 | 0 | 123 | 25 | 65 | 473 | 106 | 34 |
| Binary | 1111000 | 10101 | 1011111 | 0 | 1010011 | 10101 | 110101 | 100111011 | 1000110 | 11100 |
Color Harmonies of #78155F
Complementary color
Monochromatic Colors of #78155F
Black with #78155F
Text Example
Text Example
White with #78155F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78155F; }
p { color: rgb(120,21,95); }
H1.HeaderClassName
{
color: #78155F;
}
.AnyTagClassName
{
color: #78155F;
}
</style>
background-color css
<style>
a { background-color: #78155F; }
a { background-color: rgb(120,21,95); }
div.DivClassName
{
background-color: #78155F;
}
.BgClassName
{
background-color: #78155F;
}
</style>
border-color css
<style>
span { border-color: #78155F; }
span { border-color: rgb(120,21,95); }
td.TdClassName
{
border-color: #78155F;
}
.TagClassName
{
border-color: #78155F;
}
</style>