Shades of Palatinate Purple #77286A
Tints of Palatinate Purple #77286A
RGB
CMYK
RGB Variations
Color information
#77286A (or 0x77286A) is known color: Palatinate Purple. HEX triplet: 77, 28 and 6A. RGB value is (119,40,106). Sum of RGB (Red+Green+Blue) = 119+40+106=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77286A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286A is #88D795. Grayscale: #464646. Windows color (decimal): -8968086 or 6957175. OLE color: 6957175.
HSL color Cylindrical-coordinate representation of color #77286A: hue angle of 309.87º degrees, saturation: 0.5, 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 #77286A is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 106 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.53 |
| HSL | 309.87º | 0.5% | 0.31% | - |
| HSV(B) | 309.87º | 0.66% | 0.47% | - |
| XYZ | 10.97 | 6.48 | 14.31 | - |
| YUV | 71.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 106 | 0 | 0.66 | 0.11 | 0.53 | 309.87 | 0.5 | 0.31 |
| Hex | 77 | 28 | 6A | 0 | 42 | B | 35 | 136 | 32 | 1F |
| Octal | 167 | 50 | 152 | 0 | 102 | 13 | 65 | 466 | 62 | 37 |
| Binary | 1110111 | 101000 | 1101010 | 0 | 1000010 | 1011 | 110101 | 100110110 | 110010 | 11111 |
Color Harmonies of #77286A
Complementary color
Monochromatic Colors of #77286A
Black with #77286A
Text Example
Text Example
White with #77286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77286A; }
p { color: rgb(119,40,106); }
H1.HeaderClassName
{
color: #77286A;
}
.AnyTagClassName
{
color: #77286A;
}
</style>
background-color css
<style>
a { background-color: #77286A; }
a { background-color: rgb(119,40,106); }
div.DivClassName
{
background-color: #77286A;
}
.BgClassName
{
background-color: #77286A;
}
</style>
border-color css
<style>
span { border-color: #77286A; }
span { border-color: rgb(119,40,106); }
td.TdClassName
{
border-color: #77286A;
}
.TagClassName
{
border-color: #77286A;
}
</style>