Shades of Palatinate Purple #77346C
Tints of Palatinate Purple #77346C
RGB
CMYK
RGB Variations
Color information
#77346C (or 0x77346C) is known color: Palatinate Purple. HEX triplet: 77, 34 and 6C. RGB value is (119,52,108). Sum of RGB (Red+Green+Blue) = 119+52+108=279 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.65% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 119 - color contains mainly: red. Hex color #77346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77346C is #88CB93. Grayscale: #4E4E4E. Windows color (decimal): -8965012 or 7091319. OLE color: 7091319.
HSL color Cylindrical-coordinate representation of color #77346C: hue angle of 309.85º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77346C is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 108 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.53 |
| HSL | 309.85º | 0.39% | 0.34% | - |
| HSV(B) | 309.85º | 0.56% | 0.47% | - |
| XYZ | 11.54 | 7.46 | 15.02 | - |
| YUV | 78.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 108 | 0 | 0.56 | 0.09 | 0.53 | 309.85 | 0.39 | 0.34 |
| Hex | 77 | 34 | 6C | 0 | 38 | 9 | 35 | 136 | 27 | 22 |
| Octal | 167 | 64 | 154 | 0 | 70 | 11 | 65 | 466 | 47 | 42 |
| Binary | 1110111 | 110100 | 1101100 | 0 | 111000 | 1001 | 110101 | 100110110 | 100111 | 100010 |
Color Harmonies of #77346C
Complementary color
Monochromatic Colors of #77346C
Black with #77346C
Text Example
Text Example
White with #77346C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77346C; }
p { color: rgb(119,52,108); }
H1.HeaderClassName
{
color: #77346C;
}
.AnyTagClassName
{
color: #77346C;
}
</style>
background-color css
<style>
a { background-color: #77346C; }
a { background-color: rgb(119,52,108); }
div.DivClassName
{
background-color: #77346C;
}
.BgClassName
{
background-color: #77346C;
}
</style>
border-color css
<style>
span { border-color: #77346C; }
span { border-color: rgb(119,52,108); }
td.TdClassName
{
border-color: #77346C;
}
.TagClassName
{
border-color: #77346C;
}
</style>