Shades of Palatinate Purple #773563
Tints of Palatinate Purple #773563
RGB
CMYK
RGB Variations
Color information
#773563 (or 0x773563) is known color: Palatinate Purple. HEX triplet: 77, 35 and 63. RGB value is (119,53,99). Sum of RGB (Red+Green+Blue) = 119+53+99=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #773563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773563 is #88CA9C. Grayscale: #4D4D4D. Windows color (decimal): -8964765 or 6501751. OLE color: 6501751.
HSL color Cylindrical-coordinate representation of color #773563: hue angle of 318.18º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #773563 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 99 | - |
| CMYK | 0 | 0.55 | 0.17 | 0.53 |
| HSL | 318.18º | 0.38% | 0.34% | - |
| HSV(B) | 318.18º | 0.55% | 0.47% | - |
| XYZ | 11.13 | 7.37 | 12.64 | - |
| YUV | 77.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 99 | 0 | 0.55 | 0.17 | 0.53 | 318.18 | 0.38 | 0.34 |
| Hex | 77 | 35 | 63 | 0 | 37 | 11 | 35 | 13E | 26 | 22 |
| Octal | 167 | 65 | 143 | 0 | 67 | 21 | 65 | 476 | 46 | 42 |
| Binary | 1110111 | 110101 | 1100011 | 0 | 110111 | 10001 | 110101 | 100111110 | 100110 | 100010 |
Color Harmonies of #773563
Complementary color
Monochromatic Colors of #773563
Black with #773563
Text Example
Text Example
White with #773563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773563; }
p { color: rgb(119,53,99); }
H1.HeaderClassName
{
color: #773563;
}
.AnyTagClassName
{
color: #773563;
}
</style>
background-color css
<style>
a { background-color: #773563; }
a { background-color: rgb(119,53,99); }
div.DivClassName
{
background-color: #773563;
}
.BgClassName
{
background-color: #773563;
}
</style>
border-color css
<style>
span { border-color: #773563; }
span { border-color: rgb(119,53,99); }
td.TdClassName
{
border-color: #773563;
}
.TagClassName
{
border-color: #773563;
}
</style>