Shades of Palatinate Purple #77285D
Tints of Palatinate Purple #77285D
RGB
CMYK
RGB Variations
Color information
#77285D (or 0x77285D) is known color: Palatinate Purple. HEX triplet: 77, 28 and 5D. RGB value is (119,40,93). Sum of RGB (Red+Green+Blue) = 119+40+93=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77285D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77285D is #88D7A2. Grayscale: #454545. Windows color (decimal): -8968099 or 6105207. OLE color: 6105207.
HSL color Cylindrical-coordinate representation of color #77285D: hue angle of 319.75º 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 #77285D is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 93 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.53 |
| HSL | 319.75º | 0.5% | 0.31% | - |
| HSV(B) | 319.75º | 0.66% | 0.47% | - |
| XYZ | 10.34 | 6.23 | 11.01 | - |
| YUV | 69.66 | 141.17 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 93 | 0 | 0.66 | 0.22 | 0.53 | 319.75 | 0.5 | 0.31 |
| Hex | 77 | 28 | 5D | 0 | 42 | 16 | 35 | 140 | 32 | 1F |
| Octal | 167 | 50 | 135 | 0 | 102 | 26 | 65 | 500 | 62 | 37 |
| Binary | 1110111 | 101000 | 1011101 | 0 | 1000010 | 10110 | 110101 | 101000000 | 110010 | 11111 |
Color Harmonies of #77285D
Complementary color
Monochromatic Colors of #77285D
Black with #77285D
Text Example
Text Example
White with #77285D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77285D; }
p { color: rgb(119,40,93); }
H1.HeaderClassName
{
color: #77285D;
}
.AnyTagClassName
{
color: #77285D;
}
</style>
background-color css
<style>
a { background-color: #77285D; }
a { background-color: rgb(119,40,93); }
div.DivClassName
{
background-color: #77285D;
}
.BgClassName
{
background-color: #77285D;
}
</style>
border-color css
<style>
span { border-color: #77285D; }
span { border-color: rgb(119,40,93); }
td.TdClassName
{
border-color: #77285D;
}
.TagClassName
{
border-color: #77285D;
}
</style>