Shades of Palatinate Purple #773361
Tints of Palatinate Purple #773361
RGB
CMYK
RGB Variations
Color information
#773361 (or 0x773361) is known color: Palatinate Purple. HEX triplet: 77, 33 and 61. RGB value is (119,51,97). Sum of RGB (Red+Green+Blue) = 119+51+97=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #773361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773361 is #88CC9E. Grayscale: #4C4C4C. Windows color (decimal): -8965279 or 6370167. OLE color: 6370167.
HSL color Cylindrical-coordinate representation of color #773361: hue angle of 319.41º 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 #773361 is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 97 | - |
| CMYK | 0 | 0.57 | 0.18 | 0.53 |
| HSL | 319.41º | 0.4% | 0.33% | - |
| HSV(B) | 319.41º | 0.57% | 0.47% | - |
| XYZ | 10.95 | 7.15 | 12.11 | - |
| YUV | 76.58 | 139.53 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 97 | 0 | 0.57 | 0.18 | 0.53 | 319.41 | 0.4 | 0.33 |
| Hex | 77 | 33 | 61 | 0 | 39 | 12 | 35 | 13F | 28 | 21 |
| Octal | 167 | 63 | 141 | 0 | 71 | 22 | 65 | 477 | 50 | 41 |
| Binary | 1110111 | 110011 | 1100001 | 0 | 111001 | 10010 | 110101 | 100111111 | 101000 | 100001 |
Color Harmonies of #773361
Complementary color
Monochromatic Colors of #773361
Black with #773361
Text Example
Text Example
White with #773361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773361; }
p { color: rgb(119,51,97); }
H1.HeaderClassName
{
color: #773361;
}
.AnyTagClassName
{
color: #773361;
}
</style>
background-color css
<style>
a { background-color: #773361; }
a { background-color: rgb(119,51,97); }
div.DivClassName
{
background-color: #773361;
}
.BgClassName
{
background-color: #773361;
}
</style>
border-color css
<style>
span { border-color: #773361; }
span { border-color: rgb(119,51,97); }
td.TdClassName
{
border-color: #773361;
}
.TagClassName
{
border-color: #773361;
}
</style>