Shades of Palatinate Purple #772A6C
Tints of Palatinate Purple #772A6C
RGB
CMYK
RGB Variations
Color information
#772A6C (or 0x772A6C) is known color: Palatinate Purple. HEX triplet: 77, 2A and 6C. RGB value is (119,42,108). Sum of RGB (Red+Green+Blue) = 119+42+108=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #772A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772A6C is #88D593. Grayscale: #484848. Windows color (decimal): -8967572 or 7088759. OLE color: 7088759.
HSL color Cylindrical-coordinate representation of color #772A6C: hue angle of 308.57º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A6C is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 108 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.53 |
| HSL | 308.57º | 0.48% | 0.32% | - |
| HSV(B) | 308.57º | 0.65% | 0.47% | - |
| XYZ | 11.14 | 6.66 | 14.89 | - |
| YUV | 72.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 108 | 0 | 0.65 | 0.09 | 0.53 | 308.57 | 0.48 | 0.32 |
| Hex | 77 | 2A | 6C | 0 | 41 | 9 | 35 | 135 | 30 | 20 |
| Octal | 167 | 52 | 154 | 0 | 101 | 11 | 65 | 465 | 60 | 40 |
| Binary | 1110111 | 101010 | 1101100 | 0 | 1000001 | 1001 | 110101 | 100110101 | 110000 | 100000 |
Color Harmonies of #772A6C
Complementary color
Monochromatic Colors of #772A6C
Black with #772A6C
Text Example
Text Example
White with #772A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A6C; }
p { color: rgb(119,42,108); }
H1.HeaderClassName
{
color: #772A6C;
}
.AnyTagClassName
{
color: #772A6C;
}
</style>
background-color css
<style>
a { background-color: #772A6C; }
a { background-color: rgb(119,42,108); }
div.DivClassName
{
background-color: #772A6C;
}
.BgClassName
{
background-color: #772A6C;
}
</style>
border-color css
<style>
span { border-color: #772A6C; }
span { border-color: rgb(119,42,108); }
td.TdClassName
{
border-color: #772A6C;
}
.TagClassName
{
border-color: #772A6C;
}
</style>