Shades of Palatinate Purple #77296B
Tints of Palatinate Purple #77296B
RGB
CMYK
RGB Variations
Color information
#77296B (or 0x77296B) is known color: Palatinate Purple. HEX triplet: 77, 29 and 6B. RGB value is (119,41,107). Sum of RGB (Red+Green+Blue) = 119+41+107=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77296B is #88D694. Grayscale: #474747. Windows color (decimal): -8967829 or 7022967. OLE color: 7022967.
HSL color Cylindrical-coordinate representation of color #77296B: hue angle of 309.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77296B is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 107 | - |
| CMYK | 0 | 0.66 | 0.10 | 0.53 |
| HSL | 309.23º | 0.49% | 0.31% | - |
| HSV(B) | 309.23º | 0.66% | 0.47% | - |
| XYZ | 11.05 | 6.57 | 14.6 | - |
| YUV | 71.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 107 | 0 | 0.66 | 0.10 | 0.53 | 309.23 | 0.49 | 0.31 |
| Hex | 77 | 29 | 6B | 0 | 42 | A | 35 | 135 | 31 | 1F |
| Octal | 167 | 51 | 153 | 0 | 102 | 12 | 65 | 465 | 61 | 37 |
| Binary | 1110111 | 101001 | 1101011 | 0 | 1000010 | 1010 | 110101 | 100110101 | 110001 | 11111 |
Color Harmonies of #77296B
Complementary color
Monochromatic Colors of #77296B
Black with #77296B
Text Example
Text Example
White with #77296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77296B; }
p { color: rgb(119,41,107); }
H1.HeaderClassName
{
color: #77296B;
}
.AnyTagClassName
{
color: #77296B;
}
</style>
background-color css
<style>
a { background-color: #77296B; }
a { background-color: rgb(119,41,107); }
div.DivClassName
{
background-color: #77296B;
}
.BgClassName
{
background-color: #77296B;
}
</style>
border-color css
<style>
span { border-color: #77296B; }
span { border-color: rgb(119,41,107); }
td.TdClassName
{
border-color: #77296B;
}
.TagClassName
{
border-color: #77296B;
}
</style>