Shades of Palatinate Purple #77346A
Tints of Palatinate Purple #77346A
RGB
CMYK
RGB Variations
Color information
#77346A (or 0x77346A) is known color: Palatinate Purple. HEX triplet: 77, 34 and 6A. RGB value is (119,52,106). Sum of RGB (Red+Green+Blue) = 119+52+106=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 119 - color contains mainly: red. Hex color #77346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77346A is #88CB95. Grayscale: #4E4E4E. Windows color (decimal): -8965014 or 6960247. OLE color: 6960247.
HSL color Cylindrical-coordinate representation of color #77346A: hue angle of 311.64º 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 #77346A is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 106 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.53 |
| HSL | 311.64º | 0.39% | 0.34% | - |
| HSV(B) | 311.64º | 0.56% | 0.47% | - |
| XYZ | 11.44 | 7.42 | 14.46 | - |
| YUV | 78.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 106 | 0 | 0.56 | 0.11 | 0.53 | 311.64 | 0.39 | 0.34 |
| Hex | 77 | 34 | 6A | 0 | 38 | B | 35 | 138 | 27 | 22 |
| Octal | 167 | 64 | 152 | 0 | 70 | 13 | 65 | 470 | 47 | 42 |
| Binary | 1110111 | 110100 | 1101010 | 0 | 111000 | 1011 | 110101 | 100111000 | 100111 | 100010 |
Color Harmonies of #77346A
Complementary color
Monochromatic Colors of #77346A
Black with #77346A
Text Example
Text Example
White with #77346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77346A; }
p { color: rgb(119,52,106); }
H1.HeaderClassName
{
color: #77346A;
}
.AnyTagClassName
{
color: #77346A;
}
</style>
background-color css
<style>
a { background-color: #77346A; }
a { background-color: rgb(119,52,106); }
div.DivClassName
{
background-color: #77346A;
}
.BgClassName
{
background-color: #77346A;
}
</style>
border-color css
<style>
span { border-color: #77346A; }
span { border-color: rgb(119,52,106); }
td.TdClassName
{
border-color: #77346A;
}
.TagClassName
{
border-color: #77346A;
}
</style>