Shades of Palatinate Purple #781D63
Tints of Palatinate Purple #781D63
RGB
CMYK
RGB Variations
Color information
#781D63 (or 0x781D63) is known color: Palatinate Purple. HEX triplet: 78, 1D and 63. RGB value is (120,29,99). Sum of RGB (Red+Green+Blue) = 120+29+99=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 29 (11.72% from 255 or 11.69% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #781D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D63 is #87E29C. Grayscale: #404040. Windows color (decimal): -8905373 or 6495608. OLE color: 6495608.
HSL color Cylindrical-coordinate representation of color #781D63: hue angle of 313.85º 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 #781D63 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 99 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.53 |
| HSL | 313.85º | 0.61% | 0.29% | - |
| HSV(B) | 313.85º | 0.76% | 0.47% | - |
| XYZ | 10.44 | 5.77 | 12.37 | - |
| YUV | 64.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 99 | 0 | 0.76 | 0.17 | 0.53 | 313.85 | 0.61 | 0.29 |
| Hex | 78 | 1D | 63 | 0 | 4C | 11 | 35 | 13A | 3D | 1D |
| Octal | 170 | 35 | 143 | 0 | 114 | 21 | 65 | 472 | 75 | 35 |
| Binary | 1111000 | 11101 | 1100011 | 0 | 1001100 | 10001 | 110101 | 100111010 | 111101 | 11101 |
Color Harmonies of #781D63
Complementary color
Monochromatic Colors of #781D63
Black with #781D63
Text Example
Text Example
White with #781D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D63; }
p { color: rgb(120,29,99); }
H1.HeaderClassName
{
color: #781D63;
}
.AnyTagClassName
{
color: #781D63;
}
</style>
background-color css
<style>
a { background-color: #781D63; }
a { background-color: rgb(120,29,99); }
div.DivClassName
{
background-color: #781D63;
}
.BgClassName
{
background-color: #781D63;
}
</style>
border-color css
<style>
span { border-color: #781D63; }
span { border-color: rgb(120,29,99); }
td.TdClassName
{
border-color: #781D63;
}
.TagClassName
{
border-color: #781D63;
}
</style>