Shades of Palatinate Purple #77286D
Tints of Palatinate Purple #77286D
RGB
CMYK
RGB Variations
Color information
#77286D (or 0x77286D) is known color: Palatinate Purple. HEX triplet: 77, 28 and 6D. RGB value is (119,40,109). Sum of RGB (Red+Green+Blue) = 119+40+109=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286D is #88D792. Grayscale: #474747. Windows color (decimal): -8968083 or 7153783. OLE color: 7153783.
HSL color Cylindrical-coordinate representation of color #77286D: hue angle of 307.59º 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 #77286D is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 109 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.53 |
| HSL | 307.59º | 0.5% | 0.31% | - |
| HSV(B) | 307.59º | 0.66% | 0.47% | - |
| XYZ | 11.13 | 6.54 | 15.14 | - |
| YUV | 71.49 | 149.17 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 109 | 0 | 0.66 | 0.08 | 0.53 | 307.59 | 0.5 | 0.31 |
| Hex | 77 | 28 | 6D | 0 | 42 | 8 | 35 | 134 | 32 | 1F |
| Octal | 167 | 50 | 155 | 0 | 102 | 10 | 65 | 464 | 62 | 37 |
| Binary | 1110111 | 101000 | 1101101 | 0 | 1000010 | 1000 | 110101 | 100110100 | 110010 | 11111 |
Color Harmonies of #77286D
Complementary color
Monochromatic Colors of #77286D
Black with #77286D
Text Example
Text Example
White with #77286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77286D; }
p { color: rgb(119,40,109); }
H1.HeaderClassName
{
color: #77286D;
}
.AnyTagClassName
{
color: #77286D;
}
</style>
background-color css
<style>
a { background-color: #77286D; }
a { background-color: rgb(119,40,109); }
div.DivClassName
{
background-color: #77286D;
}
.BgClassName
{
background-color: #77286D;
}
</style>
border-color css
<style>
span { border-color: #77286D; }
span { border-color: rgb(119,40,109); }
td.TdClassName
{
border-color: #77286D;
}
.TagClassName
{
border-color: #77286D;
}
</style>