Shades of Palatinate Purple #771661
Tints of Palatinate Purple #771661
RGB
CMYK
RGB Variations
Color information
#771661 (or 0x771661) is known color: Palatinate Purple. HEX triplet: 77, 16 and 61. RGB value is (119,22,97). Sum of RGB (Red+Green+Blue) = 119+22+97=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771661 is #88E99E. Grayscale: #3B3B3B. Windows color (decimal): -8972703 or 6362743. OLE color: 6362743.
HSL color Cylindrical-coordinate representation of color #771661: hue angle of 313.61º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #771661 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 97 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.53 |
| HSL | 313.61º | 0.69% | 0.28% | - |
| HSV(B) | 313.61º | 0.82% | 0.47% | - |
| XYZ | 10.05 | 5.36 | 11.81 | - |
| YUV | 59.55 | 149.14 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 97 | 0 | 0.82 | 0.18 | 0.53 | 313.61 | 0.69 | 0.28 |
| Hex | 77 | 16 | 61 | 0 | 52 | 12 | 35 | 13A | 45 | 1C |
| Octal | 167 | 26 | 141 | 0 | 122 | 22 | 65 | 472 | 105 | 34 |
| Binary | 1110111 | 10110 | 1100001 | 0 | 1010010 | 10010 | 110101 | 100111010 | 1000101 | 11100 |
Color Harmonies of #771661
Complementary color
Monochromatic Colors of #771661
Black with #771661
Text Example
Text Example
White with #771661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771661; }
p { color: rgb(119,22,97); }
H1.HeaderClassName
{
color: #771661;
}
.AnyTagClassName
{
color: #771661;
}
</style>
background-color css
<style>
a { background-color: #771661; }
a { background-color: rgb(119,22,97); }
div.DivClassName
{
background-color: #771661;
}
.BgClassName
{
background-color: #771661;
}
</style>
border-color css
<style>
span { border-color: #771661; }
span { border-color: rgb(119,22,97); }
td.TdClassName
{
border-color: #771661;
}
.TagClassName
{
border-color: #771661;
}
</style>