Shades of Palatinate Purple #770B5D
Tints of Palatinate Purple #770B5D
RGB
CMYK
RGB Variations
Color information
#770B5D (or 0x770B5D) is known color: Palatinate Purple. HEX triplet: 77, 0B and 5D. RGB value is (119,11,93). Sum of RGB (Red+Green+Blue) = 119+11+93=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #770B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B5D is #88F4A2. Grayscale: #343434. Windows color (decimal): -8975523 or 6097783. OLE color: 6097783.
HSL color Cylindrical-coordinate representation of color #770B5D: hue angle of 314.44º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B5D is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 93 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.53 |
| HSL | 314.44º | 0.83% | 0.25% | - |
| HSV(B) | 314.44º | 0.91% | 0.47% | - |
| XYZ | 9.7 | 4.95 | 10.8 | - |
| YUV | 52.64 | 150.78 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 93 | 0 | 0.91 | 0.22 | 0.53 | 314.44 | 0.83 | 0.25 |
| Hex | 77 | B | 5D | 0 | 5B | 16 | 35 | 13A | 53 | 19 |
| Octal | 167 | 13 | 135 | 0 | 133 | 26 | 65 | 472 | 123 | 31 |
| Binary | 1110111 | 1011 | 1011101 | 0 | 1011011 | 10110 | 110101 | 100111010 | 1010011 | 11001 |
Color Harmonies of #770B5D
Complementary color
Monochromatic Colors of #770B5D
Black with #770B5D
Text Example
Text Example
White with #770B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B5D; }
p { color: rgb(119,11,93); }
H1.HeaderClassName
{
color: #770B5D;
}
.AnyTagClassName
{
color: #770B5D;
}
</style>
background-color css
<style>
a { background-color: #770B5D; }
a { background-color: rgb(119,11,93); }
div.DivClassName
{
background-color: #770B5D;
}
.BgClassName
{
background-color: #770B5D;
}
</style>
border-color css
<style>
span { border-color: #770B5D; }
span { border-color: rgb(119,11,93); }
td.TdClassName
{
border-color: #770B5D;
}
.TagClassName
{
border-color: #770B5D;
}
</style>