Shades of Palatinate Purple #77326A
Tints of Palatinate Purple #77326A
RGB
CMYK
RGB Variations
Color information
#77326A (or 0x77326A) is known color: Palatinate Purple. HEX triplet: 77, 32 and 6A. RGB value is (119,50,106). Sum of RGB (Red+Green+Blue) = 119+50+106=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #77326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77326A is #88CD95. Grayscale: #4C4C4C. Windows color (decimal): -8965526 or 6959735. OLE color: 6959735.
HSL color Cylindrical-coordinate representation of color #77326A: hue angle of 311.3º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #77326A is Cyan = 0, Magento = 0.58, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 106 | - |
| CMYK | 0 | 0.58 | 0.11 | 0.53 |
| HSL | 311.3º | 0.41% | 0.33% | - |
| HSV(B) | 311.3º | 0.58% | 0.47% | - |
| XYZ | 11.35 | 7.24 | 14.44 | - |
| YUV | 77.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 106 | 0 | 0.58 | 0.11 | 0.53 | 311.3 | 0.41 | 0.33 |
| Hex | 77 | 32 | 6A | 0 | 3A | B | 35 | 137 | 29 | 21 |
| Octal | 167 | 62 | 152 | 0 | 72 | 13 | 65 | 467 | 51 | 41 |
| Binary | 1110111 | 110010 | 1101010 | 0 | 111010 | 1011 | 110101 | 100110111 | 101001 | 100001 |
Color Harmonies of #77326A
Complementary color
Monochromatic Colors of #77326A
Black with #77326A
Text Example
Text Example
White with #77326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77326A; }
p { color: rgb(119,50,106); }
H1.HeaderClassName
{
color: #77326A;
}
.AnyTagClassName
{
color: #77326A;
}
</style>
background-color css
<style>
a { background-color: #77326A; }
a { background-color: rgb(119,50,106); }
div.DivClassName
{
background-color: #77326A;
}
.BgClassName
{
background-color: #77326A;
}
</style>
border-color css
<style>
span { border-color: #77326A; }
span { border-color: rgb(119,50,106); }
td.TdClassName
{
border-color: #77326A;
}
.TagClassName
{
border-color: #77326A;
}
</style>