Shades of Palatinate Purple #781D60
Tints of Palatinate Purple #781D60
RGB
CMYK
RGB Variations
Color information
#781D60 (or 0x781D60) is known color: Palatinate Purple. HEX triplet: 78, 1D and 60. RGB value is (120,29,96). Sum of RGB (Red+Green+Blue) = 120+29+96=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D60 is #87E29F. Grayscale: #3F3F3F. Windows color (decimal): -8905376 or 6299000. OLE color: 6299000.
HSL color Cylindrical-coordinate representation of color #781D60: hue angle of 315.82º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D60 is Cyan = 0, Magento = 0.76, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 96 | - |
| CMYK | 0 | 0.76 | 0.2 | 0.53 |
| HSL | 315.82º | 0.61% | 0.29% | - |
| HSV(B) | 315.82º | 0.76% | 0.47% | - |
| XYZ | 10.3 | 5.72 | 11.63 | - |
| YUV | 63.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 96 | 0 | 0.76 | 0.2 | 0.53 | 315.82 | 0.61 | 0.29 |
| Hex | 78 | 1D | 60 | 0 | 4C | 14 | 35 | 13C | 3D | 1D |
| Octal | 170 | 35 | 140 | 0 | 114 | 24 | 65 | 474 | 75 | 35 |
| Binary | 1111000 | 11101 | 1100000 | 0 | 1001100 | 10100 | 110101 | 100111100 | 111101 | 11101 |
Color Harmonies of #781D60
Complementary color
Monochromatic Colors of #781D60
Black with #781D60
Text Example
Text Example
White with #781D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D60; }
p { color: rgb(120,29,96); }
H1.HeaderClassName
{
color: #781D60;
}
.AnyTagClassName
{
color: #781D60;
}
</style>
background-color css
<style>
a { background-color: #781D60; }
a { background-color: rgb(120,29,96); }
div.DivClassName
{
background-color: #781D60;
}
.BgClassName
{
background-color: #781D60;
}
</style>
border-color css
<style>
span { border-color: #781D60; }
span { border-color: rgb(120,29,96); }
td.TdClassName
{
border-color: #781D60;
}
.TagClassName
{
border-color: #781D60;
}
</style>