Shades of Palatinate Purple #773364
Tints of Palatinate Purple #773364
RGB
CMYK
RGB Variations
Color information
#773364 (or 0x773364) is known color: Palatinate Purple. HEX triplet: 77, 33 and 64. RGB value is (119,51,100). Sum of RGB (Red+Green+Blue) = 119+51+100=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773364 is #88CC9B. Grayscale: #4C4C4C. Windows color (decimal): -8965276 or 6566775. OLE color: 6566775.
HSL color Cylindrical-coordinate representation of color #773364: hue angle of 316.76º 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 #773364 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 100 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.53 |
| HSL | 316.76º | 0.4% | 0.33% | - |
| HSV(B) | 316.76º | 0.57% | 0.47% | - |
| XYZ | 11.09 | 7.21 | 12.86 | - |
| YUV | 76.92 | 141.03 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 100 | 0 | 0.57 | 0.16 | 0.53 | 316.76 | 0.4 | 0.33 |
| Hex | 77 | 33 | 64 | 0 | 39 | 10 | 35 | 13D | 28 | 21 |
| Octal | 167 | 63 | 144 | 0 | 71 | 20 | 65 | 475 | 50 | 41 |
| Binary | 1110111 | 110011 | 1100100 | 0 | 111001 | 10000 | 110101 | 100111101 | 101000 | 100001 |
Color Harmonies of #773364
Complementary color
Monochromatic Colors of #773364
Black with #773364
Text Example
Text Example
White with #773364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773364; }
p { color: rgb(119,51,100); }
H1.HeaderClassName
{
color: #773364;
}
.AnyTagClassName
{
color: #773364;
}
</style>
background-color css
<style>
a { background-color: #773364; }
a { background-color: rgb(119,51,100); }
div.DivClassName
{
background-color: #773364;
}
.BgClassName
{
background-color: #773364;
}
</style>
border-color css
<style>
span { border-color: #773364; }
span { border-color: rgb(119,51,100); }
td.TdClassName
{
border-color: #773364;
}
.TagClassName
{
border-color: #773364;
}
</style>