Shades of Palatinate Purple #781C59
Tints of Palatinate Purple #781C59
RGB
CMYK
RGB Variations
Color information
#781C59 (or 0x781C59) is known color: Palatinate Purple. HEX triplet: 78, 1C and 59. RGB value is (120,28,89). Sum of RGB (Red+Green+Blue) = 120+28+89=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 28 (11.33% from 255 or 11.81% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C59 is #87E3A6. Grayscale: #3E3E3E. Windows color (decimal): -8905639 or 5839992. OLE color: 5839992.
HSL color Cylindrical-coordinate representation of color #781C59: hue angle of 320.22º degrees, saturation: 0.62, 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 #781C59 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 28 | 89 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.53 |
| HSL | 320.22º | 0.62% | 0.29% | - |
| HSV(B) | 320.22º | 0.77% | 0.47% | - |
| XYZ | 9.96 | 5.54 | 10 | - |
| YUV | 62.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 28 | 89 | 0 | 0.77 | 0.26 | 0.53 | 320.22 | 0.62 | 0.29 |
| Hex | 78 | 1C | 59 | 0 | 4D | 1A | 35 | 140 | 3E | 1D |
| Octal | 170 | 34 | 131 | 0 | 115 | 32 | 65 | 500 | 76 | 35 |
| Binary | 1111000 | 11100 | 1011001 | 0 | 1001101 | 11010 | 110101 | 101000000 | 111110 | 11101 |
Color Harmonies of #781C59
Complementary color
Monochromatic Colors of #781C59
Black with #781C59
Text Example
Text Example
White with #781C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781C59; }
p { color: rgb(120,28,89); }
H1.HeaderClassName
{
color: #781C59;
}
.AnyTagClassName
{
color: #781C59;
}
</style>
background-color css
<style>
a { background-color: #781C59; }
a { background-color: rgb(120,28,89); }
div.DivClassName
{
background-color: #781C59;
}
.BgClassName
{
background-color: #781C59;
}
</style>
border-color css
<style>
span { border-color: #781C59; }
span { border-color: rgb(120,28,89); }
td.TdClassName
{
border-color: #781C59;
}
.TagClassName
{
border-color: #781C59;
}
</style>