Shades of Palatinate Purple #77245D
Tints of Palatinate Purple #77245D
RGB
CMYK
RGB Variations
Color information
#77245D (or 0x77245D) is known color: Palatinate Purple. HEX triplet: 77, 24 and 5D. RGB value is (119,36,93). Sum of RGB (Red+Green+Blue) = 119+36+93=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77245D is #88DBA2. Grayscale: #434343. Windows color (decimal): -8969123 or 6104183. OLE color: 6104183.
HSL color Cylindrical-coordinate representation of color #77245D: hue angle of 318.8º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77245D is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 93 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.53 |
| HSL | 318.8º | 0.54% | 0.3% | - |
| HSV(B) | 318.8º | 0.7% | 0.47% | - |
| XYZ | 10.21 | 5.97 | 10.97 | - |
| YUV | 67.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 93 | 0 | 0.70 | 0.22 | 0.53 | 318.8 | 0.54 | 0.3 |
| Hex | 77 | 24 | 5D | 0 | 46 | 16 | 35 | 13F | 36 | 1E |
| Octal | 167 | 44 | 135 | 0 | 106 | 26 | 65 | 477 | 66 | 36 |
| Binary | 1110111 | 100100 | 1011101 | 0 | 1000110 | 10110 | 110101 | 100111111 | 110110 | 11110 |
Color Harmonies of #77245D
Complementary color
Monochromatic Colors of #77245D
Black with #77245D
Text Example
Text Example
White with #77245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77245D; }
p { color: rgb(119,36,93); }
H1.HeaderClassName
{
color: #77245D;
}
.AnyTagClassName
{
color: #77245D;
}
</style>
background-color css
<style>
a { background-color: #77245D; }
a { background-color: rgb(119,36,93); }
div.DivClassName
{
background-color: #77245D;
}
.BgClassName
{
background-color: #77245D;
}
</style>
border-color css
<style>
span { border-color: #77245D; }
span { border-color: rgb(119,36,93); }
td.TdClassName
{
border-color: #77245D;
}
.TagClassName
{
border-color: #77245D;
}
</style>