Shades of Palatinate Purple #78145C
Tints of Palatinate Purple #78145C
RGB
CMYK
RGB Variations
Color information
#78145C (or 0x78145C) is known color: Palatinate Purple. HEX triplet: 78, 14 and 5C. RGB value is (120,20,92). Sum of RGB (Red+Green+Blue) = 120+20+92=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 20 (8.20% from 255 or 8.62% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #78145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78145C is #87EBA3. Grayscale: #393939. Windows color (decimal): -8907684 or 6034552. OLE color: 6034552.
HSL color Cylindrical-coordinate representation of color #78145C: hue angle of 316.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78145C is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 20 | 92 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.53 |
| HSL | 316.8º | 0.71% | 0.27% | - |
| HSV(B) | 316.8º | 0.83% | 0.47% | - |
| XYZ | 9.93 | 5.27 | 10.62 | - |
| YUV | 58.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 20 | 92 | 0 | 0.83 | 0.23 | 0.53 | 316.8 | 0.71 | 0.27 |
| Hex | 78 | 14 | 5C | 0 | 53 | 17 | 35 | 13D | 47 | 1B |
| Octal | 170 | 24 | 134 | 0 | 123 | 27 | 65 | 475 | 107 | 33 |
| Binary | 1111000 | 10100 | 1011100 | 0 | 1010011 | 10111 | 110101 | 100111101 | 1000111 | 11011 |
Color Harmonies of #78145C
Complementary color
Monochromatic Colors of #78145C
Black with #78145C
Text Example
Text Example
White with #78145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78145C; }
p { color: rgb(120,20,92); }
H1.HeaderClassName
{
color: #78145C;
}
.AnyTagClassName
{
color: #78145C;
}
</style>
background-color css
<style>
a { background-color: #78145C; }
a { background-color: rgb(120,20,92); }
div.DivClassName
{
background-color: #78145C;
}
.BgClassName
{
background-color: #78145C;
}
</style>
border-color css
<style>
span { border-color: #78145C; }
span { border-color: rgb(120,20,92); }
td.TdClassName
{
border-color: #78145C;
}
.TagClassName
{
border-color: #78145C;
}
</style>