Shades of Palatinate Purple #783461
Tints of Palatinate Purple #783461
RGB
CMYK
RGB Variations
Color information
#783461 (or 0x783461) is known color: Palatinate Purple. HEX triplet: 78, 34 and 61. RGB value is (120,52,97). Sum of RGB (Red+Green+Blue) = 120+52+97=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #783461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783461 is #87CB9E. Grayscale: #4D4D4D. Windows color (decimal): -8899487 or 6370424. OLE color: 6370424.
HSL color Cylindrical-coordinate representation of color #783461: hue angle of 320.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #783461 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 52 | 97 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.53 |
| HSL | 320.29º | 0.4% | 0.34% | - |
| HSV(B) | 320.29º | 0.57% | 0.47% | - |
| XYZ | 11.13 | 7.31 | 12.13 | - |
| YUV | 77.46 | 139.03 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 97 | 0 | 0.57 | 0.19 | 0.53 | 320.29 | 0.4 | 0.34 |
| Hex | 78 | 34 | 61 | 0 | 39 | 13 | 35 | 140 | 28 | 22 |
| Octal | 170 | 64 | 141 | 0 | 71 | 23 | 65 | 500 | 50 | 42 |
| Binary | 1111000 | 110100 | 1100001 | 0 | 111001 | 10011 | 110101 | 101000000 | 101000 | 100010 |
Color Harmonies of #783461
Complementary color
Monochromatic Colors of #783461
Black with #783461
Text Example
Text Example
White with #783461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783461; }
p { color: rgb(120,52,97); }
H1.HeaderClassName
{
color: #783461;
}
.AnyTagClassName
{
color: #783461;
}
</style>
background-color css
<style>
a { background-color: #783461; }
a { background-color: rgb(120,52,97); }
div.DivClassName
{
background-color: #783461;
}
.BgClassName
{
background-color: #783461;
}
</style>
border-color css
<style>
span { border-color: #783461; }
span { border-color: rgb(120,52,97); }
td.TdClassName
{
border-color: #783461;
}
.TagClassName
{
border-color: #783461;
}
</style>