Shades of Palatinate Purple #780A60
Tints of Palatinate Purple #780A60
RGB
CMYK
RGB Variations
Color information
#780A60 (or 0x780A60) is known color: Palatinate Purple. HEX triplet: 78, 0A and 60. RGB value is (120,10,96). Sum of RGB (Red+Green+Blue) = 120+10+96=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780A60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A60 is #87F59F. Grayscale: #343434. Windows color (decimal): -8910240 or 6294136. OLE color: 6294136.
HSL color Cylindrical-coordinate representation of color #780A60: hue angle of 313.09º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A60 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 10 | 96 | - |
| CMYK | 0 | 0.92 | 0.2 | 0.53 |
| HSL | 313.09º | 0.85% | 0.25% | - |
| HSV(B) | 313.09º | 0.92% | 0.47% | - |
| XYZ | 9.97 | 5.05 | 11.52 | - |
| YUV | 52.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 96 | 0 | 0.92 | 0.2 | 0.53 | 313.09 | 0.85 | 0.25 |
| Hex | 78 | A | 60 | 0 | 5C | 14 | 35 | 139 | 55 | 19 |
| Octal | 170 | 12 | 140 | 0 | 134 | 24 | 65 | 471 | 125 | 31 |
| Binary | 1111000 | 1010 | 1100000 | 0 | 1011100 | 10100 | 110101 | 100111001 | 1010101 | 11001 |
Color Harmonies of #780A60
Complementary color
Monochromatic Colors of #780A60
Black with #780A60
Text Example
Text Example
White with #780A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A60; }
p { color: rgb(120,10,96); }
H1.HeaderClassName
{
color: #780A60;
}
.AnyTagClassName
{
color: #780A60;
}
</style>
background-color css
<style>
a { background-color: #780A60; }
a { background-color: rgb(120,10,96); }
div.DivClassName
{
background-color: #780A60;
}
.BgClassName
{
background-color: #780A60;
}
</style>
border-color css
<style>
span { border-color: #780A60; }
span { border-color: rgb(120,10,96); }
td.TdClassName
{
border-color: #780A60;
}
.TagClassName
{
border-color: #780A60;
}
</style>