Shades of Palatinate Purple #77285B
Tints of Palatinate Purple #77285B
RGB
CMYK
RGB Variations
Color information
#77285B (or 0x77285B) is known color: Palatinate Purple. HEX triplet: 77, 28 and 5B. RGB value is (119,40,91). Sum of RGB (Red+Green+Blue) = 119+40+91=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77285B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77285B is #88D7A4. Grayscale: #454545. Windows color (decimal): -8968101 or 5974135. OLE color: 5974135.
HSL color Cylindrical-coordinate representation of color #77285B: hue angle of 321.27º 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 #77285B is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 91 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.53 |
| HSL | 321.27º | 0.5% | 0.31% | - |
| HSV(B) | 321.27º | 0.66% | 0.47% | - |
| XYZ | 10.25 | 6.19 | 10.55 | - |
| YUV | 69.44 | 140.17 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 91 | 0 | 0.66 | 0.24 | 0.53 | 321.27 | 0.5 | 0.31 |
| Hex | 77 | 28 | 5B | 0 | 42 | 18 | 35 | 141 | 32 | 1F |
| Octal | 167 | 50 | 133 | 0 | 102 | 30 | 65 | 501 | 62 | 37 |
| Binary | 1110111 | 101000 | 1011011 | 0 | 1000010 | 11000 | 110101 | 101000001 | 110010 | 11111 |
Color Harmonies of #77285B
Complementary color
Monochromatic Colors of #77285B
Black with #77285B
Text Example
Text Example
White with #77285B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77285B; }
p { color: rgb(119,40,91); }
H1.HeaderClassName
{
color: #77285B;
}
.AnyTagClassName
{
color: #77285B;
}
</style>
background-color css
<style>
a { background-color: #77285B; }
a { background-color: rgb(119,40,91); }
div.DivClassName
{
background-color: #77285B;
}
.BgClassName
{
background-color: #77285B;
}
</style>
border-color css
<style>
span { border-color: #77285B; }
span { border-color: rgb(119,40,91); }
td.TdClassName
{
border-color: #77285B;
}
.TagClassName
{
border-color: #77285B;
}
</style>