Shades of Palatinate Purple #783561
Tints of Palatinate Purple #783561
RGB
CMYK
RGB Variations
Color information
#783561 (or 0x783561) is known color: Palatinate Purple. HEX triplet: 78, 35 and 61. RGB value is (120,53,97). Sum of RGB (Red+Green+Blue) = 120+53+97=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 120 - color contains mainly: red. Hex color #783561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783561 is #87CA9E. Grayscale: #4D4D4D. Windows color (decimal): -8899231 or 6370680. OLE color: 6370680.
HSL color Cylindrical-coordinate representation of color #783561: hue angle of 320.6º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #783561 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 97 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.53 |
| HSL | 320.6º | 0.39% | 0.34% | - |
| HSV(B) | 320.6º | 0.56% | 0.47% | - |
| XYZ | 11.18 | 7.4 | 12.15 | - |
| YUV | 78.05 | 138.7 | 157.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 97 | 0 | 0.56 | 0.19 | 0.53 | 320.6 | 0.39 | 0.34 |
| Hex | 78 | 35 | 61 | 0 | 38 | 13 | 35 | 141 | 27 | 22 |
| Octal | 170 | 65 | 141 | 0 | 70 | 23 | 65 | 501 | 47 | 42 |
| Binary | 1111000 | 110101 | 1100001 | 0 | 111000 | 10011 | 110101 | 101000001 | 100111 | 100010 |
Color Harmonies of #783561
Complementary color
Monochromatic Colors of #783561
Black with #783561
Text Example
Text Example
White with #783561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783561; }
p { color: rgb(120,53,97); }
H1.HeaderClassName
{
color: #783561;
}
.AnyTagClassName
{
color: #783561;
}
</style>
background-color css
<style>
a { background-color: #783561; }
a { background-color: rgb(120,53,97); }
div.DivClassName
{
background-color: #783561;
}
.BgClassName
{
background-color: #783561;
}
</style>
border-color css
<style>
span { border-color: #783561; }
span { border-color: rgb(120,53,97); }
td.TdClassName
{
border-color: #783561;
}
.TagClassName
{
border-color: #783561;
}
</style>