Shades of Palatinate Purple #781D5A
Tints of Palatinate Purple #781D5A
RGB
CMYK
RGB Variations
Color information
#781D5A (or 0x781D5A) is known color: Palatinate Purple. HEX triplet: 78, 1D and 5A. RGB value is (120,29,90). Sum of RGB (Red+Green+Blue) = 120+29+90=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #781D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D5A is #87E2A5. Grayscale: #3F3F3F. Windows color (decimal): -8905382 or 5905784. OLE color: 5905784.
HSL color Cylindrical-coordinate representation of color #781D5A: hue angle of 319.78º 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 #781D5A is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 90 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.53 |
| HSL | 319.78º | 0.61% | 0.29% | - |
| HSV(B) | 319.78º | 0.76% | 0.47% | - |
| XYZ | 10.03 | 5.61 | 10.23 | - |
| YUV | 63.16 | 143.15 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 90 | 0 | 0.76 | 0.25 | 0.53 | 319.78 | 0.61 | 0.29 |
| Hex | 78 | 1D | 5A | 0 | 4C | 19 | 35 | 140 | 3D | 1D |
| Octal | 170 | 35 | 132 | 0 | 114 | 31 | 65 | 500 | 75 | 35 |
| Binary | 1111000 | 11101 | 1011010 | 0 | 1001100 | 11001 | 110101 | 101000000 | 111101 | 11101 |
Color Harmonies of #781D5A
Complementary color
Monochromatic Colors of #781D5A
Black with #781D5A
Text Example
Text Example
White with #781D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D5A; }
p { color: rgb(120,29,90); }
H1.HeaderClassName
{
color: #781D5A;
}
.AnyTagClassName
{
color: #781D5A;
}
</style>
background-color css
<style>
a { background-color: #781D5A; }
a { background-color: rgb(120,29,90); }
div.DivClassName
{
background-color: #781D5A;
}
.BgClassName
{
background-color: #781D5A;
}
</style>
border-color css
<style>
span { border-color: #781D5A; }
span { border-color: rgb(120,29,90); }
td.TdClassName
{
border-color: #781D5A;
}
.TagClassName
{
border-color: #781D5A;
}
</style>