Shades of Palatinate Purple #77255A
Tints of Palatinate Purple #77255A
RGB
CMYK
RGB Variations
Color information
#77255A (or 0x77255A) is known color: Palatinate Purple. HEX triplet: 77, 25 and 5A. RGB value is (119,37,90). Sum of RGB (Red+Green+Blue) = 119+37+90=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77255A is #88DAA5. Grayscale: #434343. Windows color (decimal): -8968870 or 5907831. OLE color: 5907831.
HSL color Cylindrical-coordinate representation of color #77255A: hue angle of 321.22º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77255A is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 37 | 90 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.53 |
| HSL | 321.22º | 0.53% | 0.31% | - |
| HSV(B) | 321.22º | 0.69% | 0.47% | - |
| XYZ | 10.11 | 5.98 | 10.29 | - |
| YUV | 67.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 90 | 0 | 0.69 | 0.24 | 0.53 | 321.22 | 0.53 | 0.31 |
| Hex | 77 | 25 | 5A | 0 | 45 | 18 | 35 | 141 | 35 | 1F |
| Octal | 167 | 45 | 132 | 0 | 105 | 30 | 65 | 501 | 65 | 37 |
| Binary | 1110111 | 100101 | 1011010 | 0 | 1000101 | 11000 | 110101 | 101000001 | 110101 | 11111 |
Color Harmonies of #77255A
Complementary color
Monochromatic Colors of #77255A
Black with #77255A
Text Example
Text Example
White with #77255A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77255A; }
p { color: rgb(119,37,90); }
H1.HeaderClassName
{
color: #77255A;
}
.AnyTagClassName
{
color: #77255A;
}
</style>
background-color css
<style>
a { background-color: #77255A; }
a { background-color: rgb(119,37,90); }
div.DivClassName
{
background-color: #77255A;
}
.BgClassName
{
background-color: #77255A;
}
</style>
border-color css
<style>
span { border-color: #77255A; }
span { border-color: rgb(119,37,90); }
td.TdClassName
{
border-color: #77255A;
}
.TagClassName
{
border-color: #77255A;
}
</style>