Shades of Palatinate Purple #771865
Tints of Palatinate Purple #771865
RGB
CMYK
RGB Variations
Color information
#771865 (or 0x771865) is known color: Palatinate Purple. HEX triplet: 77, 18 and 65. RGB value is (119,24,101). Sum of RGB (Red+Green+Blue) = 119+24+101=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #771865 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771865 is #88E79A. Grayscale: #3C3C3C. Windows color (decimal): -8972187 or 6625399. OLE color: 6625399.
HSL color Cylindrical-coordinate representation of color #771865: hue angle of 311.37º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #771865 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 24 | 101 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.53 |
| HSL | 311.37º | 0.66% | 0.28% | - |
| HSV(B) | 311.37º | 0.8% | 0.47% | - |
| XYZ | 10.28 | 5.51 | 12.83 | - |
| YUV | 61.18 | 150.47 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 101 | 0 | 0.80 | 0.15 | 0.53 | 311.37 | 0.66 | 0.28 |
| Hex | 77 | 18 | 65 | 0 | 50 | F | 35 | 137 | 42 | 1C |
| Octal | 167 | 30 | 145 | 0 | 120 | 17 | 65 | 467 | 102 | 34 |
| Binary | 1110111 | 11000 | 1100101 | 0 | 1010000 | 1111 | 110101 | 100110111 | 1000010 | 11100 |
Color Harmonies of #771865
Complementary color
Monochromatic Colors of #771865
Black with #771865
Text Example
Text Example
White with #771865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771865; }
p { color: rgb(119,24,101); }
H1.HeaderClassName
{
color: #771865;
}
.AnyTagClassName
{
color: #771865;
}
</style>
background-color css
<style>
a { background-color: #771865; }
a { background-color: rgb(119,24,101); }
div.DivClassName
{
background-color: #771865;
}
.BgClassName
{
background-color: #771865;
}
</style>
border-color css
<style>
span { border-color: #771865; }
span { border-color: rgb(119,24,101); }
td.TdClassName
{
border-color: #771865;
}
.TagClassName
{
border-color: #771865;
}
</style>