Shades of Palatinate Purple #771658
Tints of Palatinate Purple #771658
RGB
CMYK
RGB Variations
Color information
#771658 (or 0x771658) is known color: Palatinate Purple. HEX triplet: 77, 16 and 58. RGB value is (119,22,88). Sum of RGB (Red+Green+Blue) = 119+22+88=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #771658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771658 is #88E9A7. Grayscale: #3A3A3A. Windows color (decimal): -8972712 or 5772919. OLE color: 5772919.
HSL color Cylindrical-coordinate representation of color #771658: hue angle of 319.18º 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 #771658 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 22 | 88 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.53 |
| HSL | 319.18º | 0.69% | 0.28% | - |
| HSV(B) | 319.18º | 0.82% | 0.47% | - |
| XYZ | 9.66 | 5.2 | 9.73 | - |
| YUV | 58.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 22 | 88 | 0 | 0.82 | 0.26 | 0.53 | 319.18 | 0.69 | 0.28 |
| Hex | 77 | 16 | 58 | 0 | 52 | 1A | 35 | 13F | 45 | 1C |
| Octal | 167 | 26 | 130 | 0 | 122 | 32 | 65 | 477 | 105 | 34 |
| Binary | 1110111 | 10110 | 1011000 | 0 | 1010010 | 11010 | 110101 | 100111111 | 1000101 | 11100 |
Color Harmonies of #771658
Complementary color
Monochromatic Colors of #771658
Black with #771658
Text Example
Text Example
White with #771658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771658; }
p { color: rgb(119,22,88); }
H1.HeaderClassName
{
color: #771658;
}
.AnyTagClassName
{
color: #771658;
}
</style>
background-color css
<style>
a { background-color: #771658; }
a { background-color: rgb(119,22,88); }
div.DivClassName
{
background-color: #771658;
}
.BgClassName
{
background-color: #771658;
}
</style>
border-color css
<style>
span { border-color: #771658; }
span { border-color: rgb(119,22,88); }
td.TdClassName
{
border-color: #771658;
}
.TagClassName
{
border-color: #771658;
}
</style>