Shades of Palatinate Purple #772F63
Tints of Palatinate Purple #772F63
RGB
CMYK
RGB Variations
Color information
#772F63 (or 0x772F63) is known color: Palatinate Purple. HEX triplet: 77, 2F and 63. RGB value is (119,47,99). Sum of RGB (Red+Green+Blue) = 119+47+99=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #772F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F63 is #88D09C. Grayscale: #4A4A4A. Windows color (decimal): -8966301 or 6500215. OLE color: 6500215.
HSL color Cylindrical-coordinate representation of color #772F63: hue angle of 316.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F63 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 99 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.53 |
| HSL | 316.67º | 0.43% | 0.33% | - |
| HSV(B) | 316.67º | 0.61% | 0.47% | - |
| XYZ | 10.88 | 6.86 | 12.55 | - |
| YUV | 74.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 99 | 0 | 0.61 | 0.17 | 0.53 | 316.67 | 0.43 | 0.33 |
| Hex | 77 | 2F | 63 | 0 | 3D | 11 | 35 | 13D | 2B | 21 |
| Octal | 167 | 57 | 143 | 0 | 75 | 21 | 65 | 475 | 53 | 41 |
| Binary | 1110111 | 101111 | 1100011 | 0 | 111101 | 10001 | 110101 | 100111101 | 101011 | 100001 |
Color Harmonies of #772F63
Complementary color
Monochromatic Colors of #772F63
Black with #772F63
Text Example
Text Example
White with #772F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F63; }
p { color: rgb(119,47,99); }
H1.HeaderClassName
{
color: #772F63;
}
.AnyTagClassName
{
color: #772F63;
}
</style>
background-color css
<style>
a { background-color: #772F63; }
a { background-color: rgb(119,47,99); }
div.DivClassName
{
background-color: #772F63;
}
.BgClassName
{
background-color: #772F63;
}
</style>
border-color css
<style>
span { border-color: #772F63; }
span { border-color: rgb(119,47,99); }
td.TdClassName
{
border-color: #772F63;
}
.TagClassName
{
border-color: #772F63;
}
</style>