Shades of Palatinate Purple #770B5A
Tints of Palatinate Purple #770B5A
RGB
CMYK
RGB Variations
Color information
#770B5A (or 0x770B5A) is known color: Palatinate Purple. HEX triplet: 77, 0B and 5A. RGB value is (119,11,90). Sum of RGB (Red+Green+Blue) = 119+11+90=220 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.09% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 119 - color contains mainly: red. Hex color #770B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770B5A is #88F4A5. Grayscale: #343434. Windows color (decimal): -8975526 or 5901175. OLE color: 5901175.
HSL color Cylindrical-coordinate representation of color #770B5A: hue angle of 316.11º 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 #770B5A is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 90 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.53 |
| HSL | 316.11º | 0.83% | 0.25% | - |
| HSV(B) | 316.11º | 0.91% | 0.47% | - |
| XYZ | 9.57 | 4.9 | 10.11 | - |
| YUV | 52.3 | 149.28 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 90 | 0 | 0.91 | 0.24 | 0.53 | 316.11 | 0.83 | 0.25 |
| Hex | 77 | B | 5A | 0 | 5B | 18 | 35 | 13C | 53 | 19 |
| Octal | 167 | 13 | 132 | 0 | 133 | 30 | 65 | 474 | 123 | 31 |
| Binary | 1110111 | 1011 | 1011010 | 0 | 1011011 | 11000 | 110101 | 100111100 | 1010011 | 11001 |
Color Harmonies of #770B5A
Complementary color
Monochromatic Colors of #770B5A
Black with #770B5A
Text Example
Text Example
White with #770B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B5A; }
p { color: rgb(119,11,90); }
H1.HeaderClassName
{
color: #770B5A;
}
.AnyTagClassName
{
color: #770B5A;
}
</style>
background-color css
<style>
a { background-color: #770B5A; }
a { background-color: rgb(119,11,90); }
div.DivClassName
{
background-color: #770B5A;
}
.BgClassName
{
background-color: #770B5A;
}
</style>
border-color css
<style>
span { border-color: #770B5A; }
span { border-color: rgb(119,11,90); }
td.TdClassName
{
border-color: #770B5A;
}
.TagClassName
{
border-color: #770B5A;
}
</style>