Shades of Palatinate Purple #772B5D
Tints of Palatinate Purple #772B5D
RGB
CMYK
RGB Variations
Color information
#772B5D (or 0x772B5D) is known color: Palatinate Purple. HEX triplet: 77, 2B and 5D. RGB value is (119,43,93). Sum of RGB (Red+Green+Blue) = 119+43+93=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B5D is #88D4A2. Grayscale: #474747. Windows color (decimal): -8967331 or 6105975. OLE color: 6105975.
HSL color Cylindrical-coordinate representation of color #772B5D: hue angle of 320.53º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #772B5D is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 93 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.53 |
| HSL | 320.53º | 0.47% | 0.32% | - |
| HSV(B) | 320.53º | 0.64% | 0.47% | - |
| XYZ | 10.45 | 6.44 | 11.05 | - |
| YUV | 71.42 | 140.18 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 93 | 0 | 0.64 | 0.22 | 0.53 | 320.53 | 0.47 | 0.32 |
| Hex | 77 | 2B | 5D | 0 | 40 | 16 | 35 | 141 | 2F | 20 |
| Octal | 167 | 53 | 135 | 0 | 100 | 26 | 65 | 501 | 57 | 40 |
| Binary | 1110111 | 101011 | 1011101 | 0 | 1000000 | 10110 | 110101 | 101000001 | 101111 | 100000 |
Color Harmonies of #772B5D
Complementary color
Monochromatic Colors of #772B5D
Black with #772B5D
Text Example
Text Example
White with #772B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B5D; }
p { color: rgb(119,43,93); }
H1.HeaderClassName
{
color: #772B5D;
}
.AnyTagClassName
{
color: #772B5D;
}
</style>
background-color css
<style>
a { background-color: #772B5D; }
a { background-color: rgb(119,43,93); }
div.DivClassName
{
background-color: #772B5D;
}
.BgClassName
{
background-color: #772B5D;
}
</style>
border-color css
<style>
span { border-color: #772B5D; }
span { border-color: rgb(119,43,93); }
td.TdClassName
{
border-color: #772B5D;
}
.TagClassName
{
border-color: #772B5D;
}
</style>