Shades of Palatinate Purple #781D61
Tints of Palatinate Purple #781D61
RGB
CMYK
RGB Variations
Color information
#781D61 (or 0x781D61) is known color: Palatinate Purple. HEX triplet: 78, 1D and 61. RGB value is (120,29,97). Sum of RGB (Red+Green+Blue) = 120+29+97=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 29 (11.72% from 255 or 11.79% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #781D61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D61 is #87E29E. Grayscale: #3F3F3F. Windows color (decimal): -8905375 or 6364536. OLE color: 6364536.
HSL color Cylindrical-coordinate representation of color #781D61: hue angle of 315.16º 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 #781D61 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 29 | 97 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.53 |
| HSL | 315.16º | 0.61% | 0.29% | - |
| HSV(B) | 315.16º | 0.76% | 0.47% | - |
| XYZ | 10.34 | 5.73 | 11.87 | - |
| YUV | 63.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 29 | 97 | 0 | 0.76 | 0.19 | 0.53 | 315.16 | 0.61 | 0.29 |
| Hex | 78 | 1D | 61 | 0 | 4C | 13 | 35 | 13B | 3D | 1D |
| Octal | 170 | 35 | 141 | 0 | 114 | 23 | 65 | 473 | 75 | 35 |
| Binary | 1111000 | 11101 | 1100001 | 0 | 1001100 | 10011 | 110101 | 100111011 | 111101 | 11101 |
Color Harmonies of #781D61
Complementary color
Monochromatic Colors of #781D61
Black with #781D61
Text Example
Text Example
White with #781D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781D61; }
p { color: rgb(120,29,97); }
H1.HeaderClassName
{
color: #781D61;
}
.AnyTagClassName
{
color: #781D61;
}
</style>
background-color css
<style>
a { background-color: #781D61; }
a { background-color: rgb(120,29,97); }
div.DivClassName
{
background-color: #781D61;
}
.BgClassName
{
background-color: #781D61;
}
</style>
border-color css
<style>
span { border-color: #781D61; }
span { border-color: rgb(120,29,97); }
td.TdClassName
{
border-color: #781D61;
}
.TagClassName
{
border-color: #781D61;
}
</style>