Shades of Palatinate Purple #77206B
Tints of Palatinate Purple #77206B
RGB
CMYK
RGB Variations
Color information
#77206B (or 0x77206B) is known color: Palatinate Purple. HEX triplet: 77, 20 and 6B. RGB value is (119,32,107). Sum of RGB (Red+Green+Blue) = 119+32+107=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #77206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77206B is #88DF94. Grayscale: #424242. Windows color (decimal): -8970133 or 7020663. OLE color: 7020663.
HSL color Cylindrical-coordinate representation of color #77206B: hue angle of 308.28º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #77206B is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 32 | 107 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.53 |
| HSL | 308.28º | 0.58% | 0.3% | - |
| HSV(B) | 308.28º | 0.73% | 0.47% | - |
| XYZ | 10.78 | 6.02 | 14.5 | - |
| YUV | 66.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 32 | 107 | 0 | 0.73 | 0.10 | 0.53 | 308.28 | 0.58 | 0.3 |
| Hex | 77 | 20 | 6B | 0 | 49 | A | 35 | 134 | 3A | 1E |
| Octal | 167 | 40 | 153 | 0 | 111 | 12 | 65 | 464 | 72 | 36 |
| Binary | 1110111 | 100000 | 1101011 | 0 | 1001001 | 1010 | 110101 | 100110100 | 111010 | 11110 |
Color Harmonies of #77206B
Complementary color
Monochromatic Colors of #77206B
Black with #77206B
Text Example
Text Example
White with #77206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77206B; }
p { color: rgb(119,32,107); }
H1.HeaderClassName
{
color: #77206B;
}
.AnyTagClassName
{
color: #77206B;
}
</style>
background-color css
<style>
a { background-color: #77206B; }
a { background-color: rgb(119,32,107); }
div.DivClassName
{
background-color: #77206B;
}
.BgClassName
{
background-color: #77206B;
}
</style>
border-color css
<style>
span { border-color: #77206B; }
span { border-color: rgb(119,32,107); }
td.TdClassName
{
border-color: #77206B;
}
.TagClassName
{
border-color: #77206B;
}
</style>