Shades of Palatinate Purple #77286C
Tints of Palatinate Purple #77286C
RGB
CMYK
RGB Variations
Color information
#77286C (or 0x77286C) is known color: Palatinate Purple. HEX triplet: 77, 28 and 6C. RGB value is (119,40,108). Sum of RGB (Red+Green+Blue) = 119+40+108=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286C is #88D793. Grayscale: #474747. Windows color (decimal): -8968084 or 7088247. OLE color: 7088247.
HSL color Cylindrical-coordinate representation of color #77286C: hue angle of 308.35º 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 #77286C is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 108 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.53 |
| HSL | 308.35º | 0.5% | 0.31% | - |
| HSV(B) | 308.35º | 0.66% | 0.47% | - |
| XYZ | 11.07 | 6.52 | 14.86 | - |
| YUV | 71.37 | 148.67 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 108 | 0 | 0.66 | 0.09 | 0.53 | 308.35 | 0.5 | 0.31 |
| Hex | 77 | 28 | 6C | 0 | 42 | 9 | 35 | 134 | 32 | 1F |
| Octal | 167 | 50 | 154 | 0 | 102 | 11 | 65 | 464 | 62 | 37 |
| Binary | 1110111 | 101000 | 1101100 | 0 | 1000010 | 1001 | 110101 | 100110100 | 110010 | 11111 |
Color Harmonies of #77286C
Complementary color
Monochromatic Colors of #77286C
Black with #77286C
Text Example
Text Example
White with #77286C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77286C; }
p { color: rgb(119,40,108); }
H1.HeaderClassName
{
color: #77286C;
}
.AnyTagClassName
{
color: #77286C;
}
</style>
background-color css
<style>
a { background-color: #77286C; }
a { background-color: rgb(119,40,108); }
div.DivClassName
{
background-color: #77286C;
}
.BgClassName
{
background-color: #77286C;
}
</style>
border-color css
<style>
span { border-color: #77286C; }
span { border-color: rgb(119,40,108); }
td.TdClassName
{
border-color: #77286C;
}
.TagClassName
{
border-color: #77286C;
}
</style>