Shades of Palatinate Purple #77316C
Tints of Palatinate Purple #77316C
RGB
CMYK
RGB Variations
Color information
#77316C (or 0x77316C) is known color: Palatinate Purple. HEX triplet: 77, 31 and 6C. RGB value is (119,49,108). Sum of RGB (Red+Green+Blue) = 119+49+108=276 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.12% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 119 - color contains mainly: red. Hex color #77316C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77316C is #88CE93. Grayscale: #4C4C4C. Windows color (decimal): -8965780 or 7090551. OLE color: 7090551.
HSL color Cylindrical-coordinate representation of color #77316C: hue angle of 309.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77316C is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 49 | 108 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.53 |
| HSL | 309.43º | 0.42% | 0.33% | - |
| HSV(B) | 309.43º | 0.59% | 0.47% | - |
| XYZ | 11.41 | 7.2 | 14.98 | - |
| YUV | 76.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 108 | 0 | 0.59 | 0.09 | 0.53 | 309.43 | 0.42 | 0.33 |
| Hex | 77 | 31 | 6C | 0 | 3B | 9 | 35 | 135 | 2A | 21 |
| Octal | 167 | 61 | 154 | 0 | 73 | 11 | 65 | 465 | 52 | 41 |
| Binary | 1110111 | 110001 | 1101100 | 0 | 111011 | 1001 | 110101 | 100110101 | 101010 | 100001 |
Color Harmonies of #77316C
Complementary color
Monochromatic Colors of #77316C
Black with #77316C
Text Example
Text Example
White with #77316C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77316C; }
p { color: rgb(119,49,108); }
H1.HeaderClassName
{
color: #77316C;
}
.AnyTagClassName
{
color: #77316C;
}
</style>
background-color css
<style>
a { background-color: #77316C; }
a { background-color: rgb(119,49,108); }
div.DivClassName
{
background-color: #77316C;
}
.BgClassName
{
background-color: #77316C;
}
</style>
border-color css
<style>
span { border-color: #77316C; }
span { border-color: rgb(119,49,108); }
td.TdClassName
{
border-color: #77316C;
}
.TagClassName
{
border-color: #77316C;
}
</style>