Shades of Palatinate Purple #77295F
Tints of Palatinate Purple #77295F
RGB
CMYK
RGB Variations
Color information
#77295F (or 0x77295F) is known color: Palatinate Purple. HEX triplet: 77, 29 and 5F. RGB value is (119,41,95). Sum of RGB (Red+Green+Blue) = 119+41+95=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #77295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77295F is #88D6A0. Grayscale: #464646. Windows color (decimal): -8967841 or 6236535. OLE color: 6236535.
HSL color Cylindrical-coordinate representation of color #77295F: hue angle of 318.46º degrees, saturation: 0.49, 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 #77295F is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 95 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.53 |
| HSL | 318.46º | 0.49% | 0.31% | - |
| HSV(B) | 318.46º | 0.66% | 0.47% | - |
| XYZ | 10.47 | 6.33 | 11.5 | - |
| YUV | 70.48 | 141.84 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 95 | 0 | 0.66 | 0.20 | 0.53 | 318.46 | 0.49 | 0.31 |
| Hex | 77 | 29 | 5F | 0 | 42 | 14 | 35 | 13E | 31 | 1F |
| Octal | 167 | 51 | 137 | 0 | 102 | 24 | 65 | 476 | 61 | 37 |
| Binary | 1110111 | 101001 | 1011111 | 0 | 1000010 | 10100 | 110101 | 100111110 | 110001 | 11111 |
Color Harmonies of #77295F
Complementary color
Monochromatic Colors of #77295F
Black with #77295F
Text Example
Text Example
White with #77295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77295F; }
p { color: rgb(119,41,95); }
H1.HeaderClassName
{
color: #77295F;
}
.AnyTagClassName
{
color: #77295F;
}
</style>
background-color css
<style>
a { background-color: #77295F; }
a { background-color: rgb(119,41,95); }
div.DivClassName
{
background-color: #77295F;
}
.BgClassName
{
background-color: #77295F;
}
</style>
border-color css
<style>
span { border-color: #77295F; }
span { border-color: rgb(119,41,95); }
td.TdClassName
{
border-color: #77295F;
}
.TagClassName
{
border-color: #77295F;
}
</style>