Shades of Palatinate Purple #77266A
Tints of Palatinate Purple #77266A
RGB
CMYK
RGB Variations
Color information
#77266A (or 0x77266A) is known color: Palatinate Purple. HEX triplet: 77, 26 and 6A. RGB value is (119,38,106). Sum of RGB (Red+Green+Blue) = 119+38+106=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77266A is #88D995. Grayscale: #454545. Windows color (decimal): -8968598 or 6956663. OLE color: 6956663.
HSL color Cylindrical-coordinate representation of color #77266A: hue angle of 309.63º 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 #77266A is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 106 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.53 |
| HSL | 309.63º | 0.52% | 0.31% | - |
| HSV(B) | 309.63º | 0.68% | 0.47% | - |
| XYZ | 10.9 | 6.35 | 14.29 | - |
| YUV | 69.97 | 148.34 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 106 | 0 | 0.68 | 0.11 | 0.53 | 309.63 | 0.52 | 0.31 |
| Hex | 77 | 26 | 6A | 0 | 44 | B | 35 | 136 | 34 | 1F |
| Octal | 167 | 46 | 152 | 0 | 104 | 13 | 65 | 466 | 64 | 37 |
| Binary | 1110111 | 100110 | 1101010 | 0 | 1000100 | 1011 | 110101 | 100110110 | 110100 | 11111 |
Color Harmonies of #77266A
Complementary color
Monochromatic Colors of #77266A
Black with #77266A
Text Example
Text Example
White with #77266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77266A; }
p { color: rgb(119,38,106); }
H1.HeaderClassName
{
color: #77266A;
}
.AnyTagClassName
{
color: #77266A;
}
</style>
background-color css
<style>
a { background-color: #77266A; }
a { background-color: rgb(119,38,106); }
div.DivClassName
{
background-color: #77266A;
}
.BgClassName
{
background-color: #77266A;
}
</style>
border-color css
<style>
span { border-color: #77266A; }
span { border-color: rgb(119,38,106); }
td.TdClassName
{
border-color: #77266A;
}
.TagClassName
{
border-color: #77266A;
}
</style>