Shades of Palatinate Purple #781660
Tints of Palatinate Purple #781660
RGB
CMYK
RGB Variations
Color information
#781660 (or 0x781660) is known color: Palatinate Purple. HEX triplet: 78, 16 and 60. RGB value is (120,22,96). Sum of RGB (Red+Green+Blue) = 120+22+96=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781660 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781660 is #87E99F. Grayscale: #3B3B3B. Windows color (decimal): -8907168 or 6297208. OLE color: 6297208.
HSL color Cylindrical-coordinate representation of color #781660: hue angle of 314.69º degrees, saturation: 0.69, 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 #781660 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 22 | 96 | - |
| CMYK | 0 | 0.82 | 0.2 | 0.53 |
| HSL | 314.69º | 0.69% | 0.28% | - |
| HSV(B) | 314.69º | 0.82% | 0.47% | - |
| XYZ | 10.14 | 5.41 | 11.58 | - |
| YUV | 59.74 | 148.47 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 96 | 0 | 0.82 | 0.2 | 0.53 | 314.69 | 0.69 | 0.28 |
| Hex | 78 | 16 | 60 | 0 | 52 | 14 | 35 | 13B | 45 | 1C |
| Octal | 170 | 26 | 140 | 0 | 122 | 24 | 65 | 473 | 105 | 34 |
| Binary | 1111000 | 10110 | 1100000 | 0 | 1010010 | 10100 | 110101 | 100111011 | 1000101 | 11100 |
Color Harmonies of #781660
Complementary color
Monochromatic Colors of #781660
Black with #781660
Text Example
Text Example
White with #781660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781660; }
p { color: rgb(120,22,96); }
H1.HeaderClassName
{
color: #781660;
}
.AnyTagClassName
{
color: #781660;
}
</style>
background-color css
<style>
a { background-color: #781660; }
a { background-color: rgb(120,22,96); }
div.DivClassName
{
background-color: #781660;
}
.BgClassName
{
background-color: #781660;
}
</style>
border-color css
<style>
span { border-color: #781660; }
span { border-color: rgb(120,22,96); }
td.TdClassName
{
border-color: #781660;
}
.TagClassName
{
border-color: #781660;
}
</style>