Shades of Palatinate Purple #77396C
Tints of Palatinate Purple #77396C
RGB
CMYK
RGB Variations
Color information
#77396C (or 0x77396C) is known color: Palatinate Purple. HEX triplet: 77, 39 and 6C. RGB value is (119,57,108). Sum of RGB (Red+Green+Blue) = 119+57+108=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 57 (22.66% from 255 or 20.07% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 119 - color contains mainly: red. Hex color #77396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77396C is #88C693. Grayscale: #515151. Windows color (decimal): -8963732 or 7092599. OLE color: 7092599.
HSL color Cylindrical-coordinate representation of color #77396C: hue angle of 310.65º 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 #77396C is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 108 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.53 |
| HSL | 310.65º | 0.35% | 0.35% | - |
| HSV(B) | 310.65º | 0.52% | 0.47% | - |
| XYZ | 11.78 | 7.93 | 15.1 | - |
| YUV | 81.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 108 | 0 | 0.52 | 0.09 | 0.53 | 310.65 | 0.35 | 0.35 |
| Hex | 77 | 39 | 6C | 0 | 34 | 9 | 35 | 137 | 23 | 23 |
| Octal | 167 | 71 | 154 | 0 | 64 | 11 | 65 | 467 | 43 | 43 |
| Binary | 1110111 | 111001 | 1101100 | 0 | 110100 | 1001 | 110101 | 100110111 | 100011 | 100011 |
Color Harmonies of #77396C
Complementary color
Monochromatic Colors of #77396C
Black with #77396C
Text Example
Text Example
White with #77396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77396C; }
p { color: rgb(119,57,108); }
H1.HeaderClassName
{
color: #77396C;
}
.AnyTagClassName
{
color: #77396C;
}
</style>
background-color css
<style>
a { background-color: #77396C; }
a { background-color: rgb(119,57,108); }
div.DivClassName
{
background-color: #77396C;
}
.BgClassName
{
background-color: #77396C;
}
</style>
border-color css
<style>
span { border-color: #77396C; }
span { border-color: rgb(119,57,108); }
td.TdClassName
{
border-color: #77396C;
}
.TagClassName
{
border-color: #77396C;
}
</style>