Shades of Palatinate Purple #77246A
Tints of Palatinate Purple #77246A
RGB
CMYK
RGB Variations
Color information
#77246A (or 0x77246A) is known color: Palatinate Purple. HEX triplet: 77, 24 and 6A. RGB value is (119,36,106). Sum of RGB (Red+Green+Blue) = 119+36+106=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 106 (41.80% from 255 or 40.61% from 261); Max value from RGB is 119 - color contains mainly: red. Hex color #77246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77246A is #88DB95. Grayscale: #444444. Windows color (decimal): -8969110 or 6956151. OLE color: 6956151.
HSL color Cylindrical-coordinate representation of color #77246A: hue angle of 309.4º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77246A is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 106 | - |
| CMYK | 0 | 0.70 | 0.11 | 0.53 |
| HSL | 309.4º | 0.54% | 0.3% | - |
| HSV(B) | 309.4º | 0.7% | 0.47% | - |
| XYZ | 10.84 | 6.22 | 14.27 | - |
| YUV | 68.8 | 149 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 106 | 0 | 0.70 | 0.11 | 0.53 | 309.4 | 0.54 | 0.3 |
| Hex | 77 | 24 | 6A | 0 | 46 | B | 35 | 135 | 36 | 1E |
| Octal | 167 | 44 | 152 | 0 | 106 | 13 | 65 | 465 | 66 | 36 |
| Binary | 1110111 | 100100 | 1101010 | 0 | 1000110 | 1011 | 110101 | 100110101 | 110110 | 11110 |
Color Harmonies of #77246A
Complementary color
Monochromatic Colors of #77246A
Black with #77246A
Text Example
Text Example
White with #77246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77246A; }
p { color: rgb(119,36,106); }
H1.HeaderClassName
{
color: #77246A;
}
.AnyTagClassName
{
color: #77246A;
}
</style>
background-color css
<style>
a { background-color: #77246A; }
a { background-color: rgb(119,36,106); }
div.DivClassName
{
background-color: #77246A;
}
.BgClassName
{
background-color: #77246A;
}
</style>
border-color css
<style>
span { border-color: #77246A; }
span { border-color: rgb(119,36,106); }
td.TdClassName
{
border-color: #77246A;
}
.TagClassName
{
border-color: #77246A;
}
</style>