Shades of Palatinate Purple #781B60
Tints of Palatinate Purple #781B60
RGB
CMYK
RGB Variations
Color information
#781B60 (or 0x781B60) is known color: Palatinate Purple. HEX triplet: 78, 1B and 60. RGB value is (120,27,96). Sum of RGB (Red+Green+Blue) = 120+27+96=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B60 is #87E49F. Grayscale: #3E3E3E. Windows color (decimal): -8905888 or 6298488. OLE color: 6298488.
HSL color Cylindrical-coordinate representation of color #781B60: hue angle of 315.48º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B60 is Cyan = 0, Magento = 0.78, Yellow = 0.2 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 27 | 96 | - |
| CMYK | 0 | 0.78 | 0.2 | 0.53 |
| HSL | 315.48º | 0.63% | 0.29% | - |
| HSV(B) | 315.48º | 0.78% | 0.47% | - |
| XYZ | 10.25 | 5.62 | 11.61 | - |
| YUV | 62.67 | 146.81 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 27 | 96 | 0 | 0.78 | 0.2 | 0.53 | 315.48 | 0.63 | 0.29 |
| Hex | 78 | 1B | 60 | 0 | 4E | 14 | 35 | 13B | 3F | 1D |
| Octal | 170 | 33 | 140 | 0 | 116 | 24 | 65 | 473 | 77 | 35 |
| Binary | 1111000 | 11011 | 1100000 | 0 | 1001110 | 10100 | 110101 | 100111011 | 111111 | 11101 |
Color Harmonies of #781B60
Complementary color
Monochromatic Colors of #781B60
Black with #781B60
Text Example
Text Example
White with #781B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781B60; }
p { color: rgb(120,27,96); }
H1.HeaderClassName
{
color: #781B60;
}
.AnyTagClassName
{
color: #781B60;
}
</style>
background-color css
<style>
a { background-color: #781B60; }
a { background-color: rgb(120,27,96); }
div.DivClassName
{
background-color: #781B60;
}
.BgClassName
{
background-color: #781B60;
}
</style>
border-color css
<style>
span { border-color: #781B60; }
span { border-color: rgb(120,27,96); }
td.TdClassName
{
border-color: #781B60;
}
.TagClassName
{
border-color: #781B60;
}
</style>