Shades of Palatinate Purple #772865
Tints of Palatinate Purple #772865
RGB
CMYK
RGB Variations
Color information
#772865 (or 0x772865) is known color: Palatinate Purple. HEX triplet: 77, 28 and 65. RGB value is (119,40,101). Sum of RGB (Red+Green+Blue) = 119+40+101=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #772865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772865 is #88D79A. Grayscale: #464646. Windows color (decimal): -8968091 or 6629495. OLE color: 6629495.
HSL color Cylindrical-coordinate representation of color #772865: hue angle of 313.67º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #772865 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 101 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.53 |
| HSL | 313.67º | 0.5% | 0.31% | - |
| HSV(B) | 313.67º | 0.66% | 0.47% | - |
| XYZ | 10.72 | 6.38 | 12.98 | - |
| YUV | 70.58 | 145.17 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 101 | 0 | 0.66 | 0.15 | 0.53 | 313.67 | 0.5 | 0.31 |
| Hex | 77 | 28 | 65 | 0 | 42 | F | 35 | 13A | 32 | 1F |
| Octal | 167 | 50 | 145 | 0 | 102 | 17 | 65 | 472 | 62 | 37 |
| Binary | 1110111 | 101000 | 1100101 | 0 | 1000010 | 1111 | 110101 | 100111010 | 110010 | 11111 |
Color Harmonies of #772865
Complementary color
Monochromatic Colors of #772865
Black with #772865
Text Example
Text Example
White with #772865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772865; }
p { color: rgb(119,40,101); }
H1.HeaderClassName
{
color: #772865;
}
.AnyTagClassName
{
color: #772865;
}
</style>
background-color css
<style>
a { background-color: #772865; }
a { background-color: rgb(119,40,101); }
div.DivClassName
{
background-color: #772865;
}
.BgClassName
{
background-color: #772865;
}
</style>
border-color css
<style>
span { border-color: #772865; }
span { border-color: rgb(119,40,101); }
td.TdClassName
{
border-color: #772865;
}
.TagClassName
{
border-color: #772865;
}
</style>