Shades of Palatinate Purple #781F60
Tints of Palatinate Purple #781F60
RGB
CMYK
RGB Variations
Color information
#781F60 (or 0x781F60) is known color: Palatinate Purple. HEX triplet: 78, 1F and 60. RGB value is (120,31,96). Sum of RGB (Red+Green+Blue) = 120+31+96=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 96 (37.89% from 255 or 38.87% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #781F60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F60 is #87E09F. Grayscale: #404040. Windows color (decimal): -8904864 or 6299512. OLE color: 6299512.
HSL color Cylindrical-coordinate representation of color #781F60: hue angle of 316.18º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F60 is Cyan = 0, Magento = 0.74, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 31 | 96 | - |
| CMYK | 0 | 0.74 | 0.2 | 0.53 |
| HSL | 316.18º | 0.59% | 0.3% | - |
| HSV(B) | 316.18º | 0.74% | 0.47% | - |
| XYZ | 10.35 | 5.82 | 11.64 | - |
| YUV | 65.02 | 145.49 | 167.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 31 | 96 | 0 | 0.74 | 0.2 | 0.53 | 316.18 | 0.59 | 0.3 |
| Hex | 78 | 1F | 60 | 0 | 4A | 14 | 35 | 13C | 3B | 1E |
| Octal | 170 | 37 | 140 | 0 | 112 | 24 | 65 | 474 | 73 | 36 |
| Binary | 1111000 | 11111 | 1100000 | 0 | 1001010 | 10100 | 110101 | 100111100 | 111011 | 11110 |
Color Harmonies of #781F60
Complementary color
Monochromatic Colors of #781F60
Black with #781F60
Text Example
Text Example
White with #781F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781F60; }
p { color: rgb(120,31,96); }
H1.HeaderClassName
{
color: #781F60;
}
.AnyTagClassName
{
color: #781F60;
}
</style>
background-color css
<style>
a { background-color: #781F60; }
a { background-color: rgb(120,31,96); }
div.DivClassName
{
background-color: #781F60;
}
.BgClassName
{
background-color: #781F60;
}
</style>
border-color css
<style>
span { border-color: #781F60; }
span { border-color: rgb(120,31,96); }
td.TdClassName
{
border-color: #781F60;
}
.TagClassName
{
border-color: #781F60;
}
</style>