Shades of Palatinate Purple #781160
Tints of Palatinate Purple #781160
RGB
CMYK
RGB Variations
Color information
#781160 (or 0x781160) is known color: Palatinate Purple. HEX triplet: 78, 11 and 60. RGB value is (120,17,96). Sum of RGB (Red+Green+Blue) = 120+17+96=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #781160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781160 is #87EE9F. Grayscale: #383838. Windows color (decimal): -8908448 or 6295928. OLE color: 6295928.
HSL color Cylindrical-coordinate representation of color #781160: hue angle of 313.98º 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 #781160 is Cyan = 0, Magento = 0.86, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 96 | - |
| CMYK | 0 | 0.86 | 0.2 | 0.53 |
| HSL | 313.98º | 0.75% | 0.27% | - |
| HSV(B) | 313.98º | 0.86% | 0.47% | - |
| XYZ | 10.06 | 5.24 | 11.55 | - |
| YUV | 56.8 | 150.12 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 96 | 0 | 0.86 | 0.2 | 0.53 | 313.98 | 0.75 | 0.27 |
| Hex | 78 | 11 | 60 | 0 | 56 | 14 | 35 | 13A | 4B | 1B |
| Octal | 170 | 21 | 140 | 0 | 126 | 24 | 65 | 472 | 113 | 33 |
| Binary | 1111000 | 10001 | 1100000 | 0 | 1010110 | 10100 | 110101 | 100111010 | 1001011 | 11011 |
Color Harmonies of #781160
Complementary color
Monochromatic Colors of #781160
Black with #781160
Text Example
Text Example
White with #781160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781160; }
p { color: rgb(120,17,96); }
H1.HeaderClassName
{
color: #781160;
}
.AnyTagClassName
{
color: #781160;
}
</style>
background-color css
<style>
a { background-color: #781160; }
a { background-color: rgb(120,17,96); }
div.DivClassName
{
background-color: #781160;
}
.BgClassName
{
background-color: #781160;
}
</style>
border-color css
<style>
span { border-color: #781160; }
span { border-color: rgb(120,17,96); }
td.TdClassName
{
border-color: #781160;
}
.TagClassName
{
border-color: #781160;
}
</style>