Shades of Palatinate Purple #77396B
Tints of Palatinate Purple #77396B
RGB
CMYK
RGB Variations
Color information
#77396B (or 0x77396B) is known color: Palatinate Purple. HEX triplet: 77, 39 and 6B. RGB value is (119,57,107). Sum of RGB (Red+Green+Blue) = 119+57+107=283 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.05% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 119 - color contains mainly: red. Hex color #77396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77396B is #88C694. Grayscale: #515151. Windows color (decimal): -8963733 or 7027063. OLE color: 7027063.
HSL color Cylindrical-coordinate representation of color #77396B: hue angle of 311.61º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77396B is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 107 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.53 |
| HSL | 311.61º | 0.35% | 0.35% | - |
| HSV(B) | 311.61º | 0.52% | 0.47% | - |
| XYZ | 11.72 | 7.91 | 14.82 | - |
| YUV | 81.24 | 142.54 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 107 | 0 | 0.52 | 0.10 | 0.53 | 311.61 | 0.35 | 0.35 |
| Hex | 77 | 39 | 6B | 0 | 34 | A | 35 | 138 | 23 | 23 |
| Octal | 167 | 71 | 153 | 0 | 64 | 12 | 65 | 470 | 43 | 43 |
| Binary | 1110111 | 111001 | 1101011 | 0 | 110100 | 1010 | 110101 | 100111000 | 100011 | 100011 |
Color Harmonies of #77396B
Complementary color
Monochromatic Colors of #77396B
Black with #77396B
Text Example
Text Example
White with #77396B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77396B; }
p { color: rgb(119,57,107); }
H1.HeaderClassName
{
color: #77396B;
}
.AnyTagClassName
{
color: #77396B;
}
</style>
background-color css
<style>
a { background-color: #77396B; }
a { background-color: rgb(119,57,107); }
div.DivClassName
{
background-color: #77396B;
}
.BgClassName
{
background-color: #77396B;
}
</style>
border-color css
<style>
span { border-color: #77396B; }
span { border-color: rgb(119,57,107); }
td.TdClassName
{
border-color: #77396B;
}
.TagClassName
{
border-color: #77396B;
}
</style>