Shades of Palatinate Purple #77266C
Tints of Palatinate Purple #77266C
RGB
CMYK
RGB Variations
Color information
#77266C (or 0x77266C) is known color: Palatinate Purple. HEX triplet: 77, 26 and 6C. RGB value is (119,38,108). Sum of RGB (Red+Green+Blue) = 119+38+108=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77266C is #88D993. Grayscale: #454545. Windows color (decimal): -8968596 or 7087735. OLE color: 7087735.
HSL color Cylindrical-coordinate representation of color #77266C: hue angle of 308.15º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77266C is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 108 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.53 |
| HSL | 308.15º | 0.52% | 0.31% | - |
| HSV(B) | 308.15º | 0.68% | 0.47% | - |
| XYZ | 11.01 | 6.39 | 14.84 | - |
| YUV | 70.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 108 | 0 | 0.68 | 0.09 | 0.53 | 308.15 | 0.52 | 0.31 |
| Hex | 77 | 26 | 6C | 0 | 44 | 9 | 35 | 134 | 34 | 1F |
| Octal | 167 | 46 | 154 | 0 | 104 | 11 | 65 | 464 | 64 | 37 |
| Binary | 1110111 | 100110 | 1101100 | 0 | 1000100 | 1001 | 110101 | 100110100 | 110100 | 11111 |
Color Harmonies of #77266C
Complementary color
Monochromatic Colors of #77266C
Black with #77266C
Text Example
Text Example
White with #77266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77266C; }
p { color: rgb(119,38,108); }
H1.HeaderClassName
{
color: #77266C;
}
.AnyTagClassName
{
color: #77266C;
}
</style>
background-color css
<style>
a { background-color: #77266C; }
a { background-color: rgb(119,38,108); }
div.DivClassName
{
background-color: #77266C;
}
.BgClassName
{
background-color: #77266C;
}
</style>
border-color css
<style>
span { border-color: #77266C; }
span { border-color: rgb(119,38,108); }
td.TdClassName
{
border-color: #77266C;
}
.TagClassName
{
border-color: #77266C;
}
</style>