Shades of Palatinate Purple #771C65
Tints of Palatinate Purple #771C65
RGB
CMYK
RGB Variations
Color information
#771C65 (or 0x771C65) is known color: Palatinate Purple. HEX triplet: 77, 1C and 65. RGB value is (119,28,101). Sum of RGB (Red+Green+Blue) = 119+28+101=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #771C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771C65 is #88E39A. Grayscale: #3F3F3F. Windows color (decimal): -8971163 or 6626423. OLE color: 6626423.
HSL color Cylindrical-coordinate representation of color #771C65: hue angle of 311.87º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771C65 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 28 | 101 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.53 |
| HSL | 311.87º | 0.62% | 0.29% | - |
| HSV(B) | 311.87º | 0.76% | 0.47% | - |
| XYZ | 10.37 | 5.69 | 12.86 | - |
| YUV | 63.53 | 149.15 | 167.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 28 | 101 | 0 | 0.76 | 0.15 | 0.53 | 311.87 | 0.62 | 0.29 |
| Hex | 77 | 1C | 65 | 0 | 4C | F | 35 | 138 | 3E | 1D |
| Octal | 167 | 34 | 145 | 0 | 114 | 17 | 65 | 470 | 76 | 35 |
| Binary | 1110111 | 11100 | 1100101 | 0 | 1001100 | 1111 | 110101 | 100111000 | 111110 | 11101 |
Color Harmonies of #771C65
Complementary color
Monochromatic Colors of #771C65
Black with #771C65
Text Example
Text Example
White with #771C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771C65; }
p { color: rgb(119,28,101); }
H1.HeaderClassName
{
color: #771C65;
}
.AnyTagClassName
{
color: #771C65;
}
</style>
background-color css
<style>
a { background-color: #771C65; }
a { background-color: rgb(119,28,101); }
div.DivClassName
{
background-color: #771C65;
}
.BgClassName
{
background-color: #771C65;
}
</style>
border-color css
<style>
span { border-color: #771C65; }
span { border-color: rgb(119,28,101); }
td.TdClassName
{
border-color: #771C65;
}
.TagClassName
{
border-color: #771C65;
}
</style>