Shades of Palatinate Purple #77276E
Tints of Palatinate Purple #77276E
RGB
CMYK
RGB Variations
Color information
#77276E (or 0x77276E) is known color: Palatinate Purple. HEX triplet: 77, 27 and 6E. RGB value is (119,39,110). Sum of RGB (Red+Green+Blue) = 119+39+110=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77276E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77276E is #88D891. Grayscale: #464646. Windows color (decimal): -8968338 or 7219063. OLE color: 7219063.
HSL color Cylindrical-coordinate representation of color #77276E: hue angle of 306.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77276E is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 110 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.53 |
| HSL | 306.75º | 0.51% | 0.31% | - |
| HSV(B) | 306.75º | 0.67% | 0.47% | - |
| XYZ | 11.15 | 6.5 | 15.42 | - |
| YUV | 71.01 | 150 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 110 | 0 | 0.67 | 0.08 | 0.53 | 306.75 | 0.51 | 0.31 |
| Hex | 77 | 27 | 6E | 0 | 43 | 8 | 35 | 133 | 33 | 1F |
| Octal | 167 | 47 | 156 | 0 | 103 | 10 | 65 | 463 | 63 | 37 |
| Binary | 1110111 | 100111 | 1101110 | 0 | 1000011 | 1000 | 110101 | 100110011 | 110011 | 11111 |
Color Harmonies of #77276E
Complementary color
Monochromatic Colors of #77276E
Black with #77276E
Text Example
Text Example
White with #77276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77276E; }
p { color: rgb(119,39,110); }
H1.HeaderClassName
{
color: #77276E;
}
.AnyTagClassName
{
color: #77276E;
}
</style>
background-color css
<style>
a { background-color: #77276E; }
a { background-color: rgb(119,39,110); }
div.DivClassName
{
background-color: #77276E;
}
.BgClassName
{
background-color: #77276E;
}
</style>
border-color css
<style>
span { border-color: #77276E; }
span { border-color: rgb(119,39,110); }
td.TdClassName
{
border-color: #77276E;
}
.TagClassName
{
border-color: #77276E;
}
</style>