Shades of Palatinate Purple #78115D
Tints of Palatinate Purple #78115D
RGB
CMYK
RGB Variations
Color information
#78115D (or 0x78115D) is known color: Palatinate Purple. HEX triplet: 78, 11 and 5D. RGB value is (120,17,93). Sum of RGB (Red+Green+Blue) = 120+17+93=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78115D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78115D is #87EEA2. Grayscale: #383838. Windows color (decimal): -8908451 or 6099320. OLE color: 6099320.
HSL color Cylindrical-coordinate representation of color #78115D: hue angle of 315.73º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #78115D is Cyan = 0, Magento = 0.86, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 93 | - |
| CMYK | 0 | 0.86 | 0.22 | 0.53 |
| HSL | 315.73º | 0.75% | 0.27% | - |
| HSV(B) | 315.73º | 0.86% | 0.47% | - |
| XYZ | 9.92 | 5.18 | 10.83 | - |
| YUV | 56.46 | 148.62 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 93 | 0 | 0.86 | 0.22 | 0.53 | 315.73 | 0.75 | 0.27 |
| Hex | 78 | 11 | 5D | 0 | 56 | 16 | 35 | 13C | 4B | 1B |
| Octal | 170 | 21 | 135 | 0 | 126 | 26 | 65 | 474 | 113 | 33 |
| Binary | 1111000 | 10001 | 1011101 | 0 | 1010110 | 10110 | 110101 | 100111100 | 1001011 | 11011 |
Color Harmonies of #78115D
Complementary color
Monochromatic Colors of #78115D
Black with #78115D
Text Example
Text Example
White with #78115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78115D; }
p { color: rgb(120,17,93); }
H1.HeaderClassName
{
color: #78115D;
}
.AnyTagClassName
{
color: #78115D;
}
</style>
background-color css
<style>
a { background-color: #78115D; }
a { background-color: rgb(120,17,93); }
div.DivClassName
{
background-color: #78115D;
}
.BgClassName
{
background-color: #78115D;
}
</style>
border-color css
<style>
span { border-color: #78115D; }
span { border-color: rgb(120,17,93); }
td.TdClassName
{
border-color: #78115D;
}
.TagClassName
{
border-color: #78115D;
}
</style>