Shades of Palatinate Purple #770D63
Tints of Palatinate Purple #770D63
RGB
CMYK
RGB Variations
Color information
#770D63 (or 0x770D63) is known color: Palatinate Purple. HEX triplet: 77, 0D and 63. RGB value is (119,13,99). Sum of RGB (Red+Green+Blue) = 119+13+99=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #770D63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #770D63 is #88F29C. Grayscale: #363636. Windows color (decimal): -8975005 or 6491511. OLE color: 6491511.
HSL color Cylindrical-coordinate representation of color #770D63: hue angle of 311.32º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D63 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 99 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.53 |
| HSL | 311.32º | 0.8% | 0.26% | - |
| HSV(B) | 311.32º | 0.89% | 0.47% | - |
| XYZ | 10 | 5.11 | 12.26 | - |
| YUV | 54.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 99 | 0 | 0.89 | 0.17 | 0.53 | 311.32 | 0.8 | 0.26 |
| Hex | 77 | D | 63 | 0 | 59 | 11 | 35 | 137 | 50 | 1A |
| Octal | 167 | 15 | 143 | 0 | 131 | 21 | 65 | 467 | 120 | 32 |
| Binary | 1110111 | 1101 | 1100011 | 0 | 1011001 | 10001 | 110101 | 100110111 | 1010000 | 11010 |
Color Harmonies of #770D63
Complementary color
Monochromatic Colors of #770D63
Black with #770D63
Text Example
Text Example
White with #770D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D63; }
p { color: rgb(119,13,99); }
H1.HeaderClassName
{
color: #770D63;
}
.AnyTagClassName
{
color: #770D63;
}
</style>
background-color css
<style>
a { background-color: #770D63; }
a { background-color: rgb(119,13,99); }
div.DivClassName
{
background-color: #770D63;
}
.BgClassName
{
background-color: #770D63;
}
</style>
border-color css
<style>
span { border-color: #770D63; }
span { border-color: rgb(119,13,99); }
td.TdClassName
{
border-color: #770D63;
}
.TagClassName
{
border-color: #770D63;
}
</style>