Shades of Palatinate Purple #771B5C
Tints of Palatinate Purple #771B5C
RGB
CMYK
RGB Variations
Color information
#771B5C (or 0x771B5C) is known color: Palatinate Purple. HEX triplet: 77, 1B and 5C. RGB value is (119,27,92). Sum of RGB (Red+Green+Blue) = 119+27+92=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #771B5C is #88E4A3. Grayscale: #3D3D3D. Windows color (decimal): -8971428 or 6036343. OLE color: 6036343.
HSL color Cylindrical-coordinate representation of color #771B5C: hue angle of 317.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #771B5C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 27 | 92 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.53 |
| HSL | 317.61º | 0.63% | 0.29% | - |
| HSV(B) | 317.61º | 0.77% | 0.47% | - |
| XYZ | 9.93 | 5.48 | 10.66 | - |
| YUV | 61.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 27 | 92 | 0 | 0.77 | 0.23 | 0.53 | 317.61 | 0.63 | 0.29 |
| Hex | 77 | 1B | 5C | 0 | 4D | 17 | 35 | 13E | 3F | 1D |
| Octal | 167 | 33 | 134 | 0 | 115 | 27 | 65 | 476 | 77 | 35 |
| Binary | 1110111 | 11011 | 1011100 | 0 | 1001101 | 10111 | 110101 | 100111110 | 111111 | 11101 |
Color Harmonies of #771B5C
Complementary color
Monochromatic Colors of #771B5C
Black with #771B5C
Text Example
Text Example
White with #771B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771B5C; }
p { color: rgb(119,27,92); }
H1.HeaderClassName
{
color: #771B5C;
}
.AnyTagClassName
{
color: #771B5C;
}
</style>
background-color css
<style>
a { background-color: #771B5C; }
a { background-color: rgb(119,27,92); }
div.DivClassName
{
background-color: #771B5C;
}
.BgClassName
{
background-color: #771B5C;
}
</style>
border-color css
<style>
span { border-color: #771B5C; }
span { border-color: rgb(119,27,92); }
td.TdClassName
{
border-color: #771B5C;
}
.TagClassName
{
border-color: #771B5C;
}
</style>