Shades of Palatinate Purple #772B6F
Tints of Palatinate Purple #772B6F
RGB
CMYK
RGB Variations
Color information
#772B6F (or 0x772B6F) is known color: Palatinate Purple. HEX triplet: 77, 2B and 6F. RGB value is (119,43,111). Sum of RGB (Red+Green+Blue) = 119+43+111=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #772B6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772B6F is #88D490. Grayscale: #494949. Windows color (decimal): -8967313 or 7285623. OLE color: 7285623.
HSL color Cylindrical-coordinate representation of color #772B6F: hue angle of 306.32º 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 #772B6F is Cyan = 0, Magento = 0.64, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 43 | 111 | - |
| CMYK | 0 | 0.64 | 0.07 | 0.53 |
| HSL | 306.32º | 0.47% | 0.32% | - |
| HSV(B) | 306.32º | 0.64% | 0.47% | - |
| XYZ | 11.34 | 6.8 | 15.75 | - |
| YUV | 73.48 | 149.18 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 43 | 111 | 0 | 0.64 | 0.07 | 0.53 | 306.32 | 0.47 | 0.32 |
| Hex | 77 | 2B | 6F | 0 | 40 | 7 | 35 | 132 | 2F | 20 |
| Octal | 167 | 53 | 157 | 0 | 100 | 7 | 65 | 462 | 57 | 40 |
| Binary | 1110111 | 101011 | 1101111 | 0 | 1000000 | 111 | 110101 | 100110010 | 101111 | 100000 |
Color Harmonies of #772B6F
Complementary color
Monochromatic Colors of #772B6F
Black with #772B6F
Text Example
Text Example
White with #772B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772B6F; }
p { color: rgb(119,43,111); }
H1.HeaderClassName
{
color: #772B6F;
}
.AnyTagClassName
{
color: #772B6F;
}
</style>
background-color css
<style>
a { background-color: #772B6F; }
a { background-color: rgb(119,43,111); }
div.DivClassName
{
background-color: #772B6F;
}
.BgClassName
{
background-color: #772B6F;
}
</style>
border-color css
<style>
span { border-color: #772B6F; }
span { border-color: rgb(119,43,111); }
td.TdClassName
{
border-color: #772B6F;
}
.TagClassName
{
border-color: #772B6F;
}
</style>