Shades of Palatinate Purple #770F5B
Tints of Palatinate Purple #770F5B
RGB
CMYK
RGB Variations
Color information
#770F5B (or 0x770F5B) is known color: Palatinate Purple. HEX triplet: 77, 0F and 5B. RGB value is (119,15,91). Sum of RGB (Red+Green+Blue) = 119+15+91=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #770F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770F5B is #88F0A4. Grayscale: #363636. Windows color (decimal): -8974501 or 5967735. OLE color: 5967735.
HSL color Cylindrical-coordinate representation of color #770F5B: hue angle of 316.15º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F5B is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 91 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.53 |
| HSL | 316.15º | 0.78% | 0.26% | - |
| HSV(B) | 316.15º | 0.87% | 0.47% | - |
| XYZ | 9.67 | 5.02 | 10.36 | - |
| YUV | 54.76 | 148.46 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 91 | 0 | 0.87 | 0.24 | 0.53 | 316.15 | 0.78 | 0.26 |
| Hex | 77 | F | 5B | 0 | 57 | 18 | 35 | 13C | 4E | 1A |
| Octal | 167 | 17 | 133 | 0 | 127 | 30 | 65 | 474 | 116 | 32 |
| Binary | 1110111 | 1111 | 1011011 | 0 | 1010111 | 11000 | 110101 | 100111100 | 1001110 | 11010 |
Color Harmonies of #770F5B
Complementary color
Monochromatic Colors of #770F5B
Black with #770F5B
Text Example
Text Example
White with #770F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F5B; }
p { color: rgb(119,15,91); }
H1.HeaderClassName
{
color: #770F5B;
}
.AnyTagClassName
{
color: #770F5B;
}
</style>
background-color css
<style>
a { background-color: #770F5B; }
a { background-color: rgb(119,15,91); }
div.DivClassName
{
background-color: #770F5B;
}
.BgClassName
{
background-color: #770F5B;
}
</style>
border-color css
<style>
span { border-color: #770F5B; }
span { border-color: rgb(119,15,91); }
td.TdClassName
{
border-color: #770F5B;
}
.TagClassName
{
border-color: #770F5B;
}
</style>