Shades of Palatinate Purple #77356A
Tints of Palatinate Purple #77356A
RGB
CMYK
RGB Variations
Color information
#77356A (or 0x77356A) is known color: Palatinate Purple. HEX triplet: 77, 35 and 6A. RGB value is (119,53,106). Sum of RGB (Red+Green+Blue) = 119+53+106=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 119 - color contains mainly: red. Hex color #77356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77356A is #88CA95. Grayscale: #4E4E4E. Windows color (decimal): -8964758 or 6960503. OLE color: 6960503.
HSL color Cylindrical-coordinate representation of color #77356A: hue angle of 311.82º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77356A is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 106 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.53 |
| HSL | 311.82º | 0.38% | 0.34% | - |
| HSV(B) | 311.82º | 0.55% | 0.47% | - |
| XYZ | 11.48 | 7.51 | 14.48 | - |
| YUV | 78.78 | 143.37 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 106 | 0 | 0.55 | 0.11 | 0.53 | 311.82 | 0.38 | 0.34 |
| Hex | 77 | 35 | 6A | 0 | 37 | B | 35 | 138 | 26 | 22 |
| Octal | 167 | 65 | 152 | 0 | 67 | 13 | 65 | 470 | 46 | 42 |
| Binary | 1110111 | 110101 | 1101010 | 0 | 110111 | 1011 | 110101 | 100111000 | 100110 | 100010 |
Color Harmonies of #77356A
Complementary color
Monochromatic Colors of #77356A
Black with #77356A
Text Example
Text Example
White with #77356A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77356A; }
p { color: rgb(119,53,106); }
H1.HeaderClassName
{
color: #77356A;
}
.AnyTagClassName
{
color: #77356A;
}
</style>
background-color css
<style>
a { background-color: #77356A; }
a { background-color: rgb(119,53,106); }
div.DivClassName
{
background-color: #77356A;
}
.BgClassName
{
background-color: #77356A;
}
</style>
border-color css
<style>
span { border-color: #77356A; }
span { border-color: rgb(119,53,106); }
td.TdClassName
{
border-color: #77356A;
}
.TagClassName
{
border-color: #77356A;
}
</style>