Shades of Palatinate Purple #773363
Tints of Palatinate Purple #773363
RGB
CMYK
RGB Variations
Color information
#773363 (or 0x773363) is known color: Palatinate Purple. HEX triplet: 77, 33 and 63. RGB value is (119,51,99). Sum of RGB (Red+Green+Blue) = 119+51+99=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #773363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773363 is #88CC9C. Grayscale: #4C4C4C. Windows color (decimal): -8965277 or 6501239. OLE color: 6501239.
HSL color Cylindrical-coordinate representation of color #773363: hue angle of 317.65º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773363 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 99 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.53 |
| HSL | 317.65º | 0.4% | 0.33% | - |
| HSV(B) | 317.65º | 0.57% | 0.47% | - |
| XYZ | 11.04 | 7.19 | 12.61 | - |
| YUV | 76.8 | 140.53 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 99 | 0 | 0.57 | 0.17 | 0.53 | 317.65 | 0.4 | 0.33 |
| Hex | 77 | 33 | 63 | 0 | 39 | 11 | 35 | 13E | 28 | 21 |
| Octal | 167 | 63 | 143 | 0 | 71 | 21 | 65 | 476 | 50 | 41 |
| Binary | 1110111 | 110011 | 1100011 | 0 | 111001 | 10001 | 110101 | 100111110 | 101000 | 100001 |
Color Harmonies of #773363
Complementary color
Monochromatic Colors of #773363
Black with #773363
Text Example
Text Example
White with #773363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773363; }
p { color: rgb(119,51,99); }
H1.HeaderClassName
{
color: #773363;
}
.AnyTagClassName
{
color: #773363;
}
</style>
background-color css
<style>
a { background-color: #773363; }
a { background-color: rgb(119,51,99); }
div.DivClassName
{
background-color: #773363;
}
.BgClassName
{
background-color: #773363;
}
</style>
border-color css
<style>
span { border-color: #773363; }
span { border-color: rgb(119,51,99); }
td.TdClassName
{
border-color: #773363;
}
.TagClassName
{
border-color: #773363;
}
</style>