Shades of Palatinate Purple #77246C
Tints of Palatinate Purple #77246C
RGB
CMYK
RGB Variations
Color information
#77246C (or 0x77246C) is known color: Palatinate Purple. HEX triplet: 77, 24 and 6C. RGB value is (119,36,108). Sum of RGB (Red+Green+Blue) = 119+36+108=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 108 (42.58% from 255 or 41.06% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #77246C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77246C is #88DB93. Grayscale: #444444. Windows color (decimal): -8969108 or 7087223. OLE color: 7087223.
HSL color Cylindrical-coordinate representation of color #77246C: hue angle of 307.95º 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 #77246C is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 108 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.53 |
| HSL | 307.95º | 0.54% | 0.3% | - |
| HSV(B) | 307.95º | 0.7% | 0.47% | - |
| XYZ | 10.95 | 6.27 | 14.82 | - |
| YUV | 69.03 | 150 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 108 | 0 | 0.70 | 0.09 | 0.53 | 307.95 | 0.54 | 0.3 |
| Hex | 77 | 24 | 6C | 0 | 46 | 9 | 35 | 134 | 36 | 1E |
| Octal | 167 | 44 | 154 | 0 | 106 | 11 | 65 | 464 | 66 | 36 |
| Binary | 1110111 | 100100 | 1101100 | 0 | 1000110 | 1001 | 110101 | 100110100 | 110110 | 11110 |
Color Harmonies of #77246C
Complementary color
Monochromatic Colors of #77246C
Black with #77246C
Text Example
Text Example
White with #77246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77246C; }
p { color: rgb(119,36,108); }
H1.HeaderClassName
{
color: #77246C;
}
.AnyTagClassName
{
color: #77246C;
}
</style>
background-color css
<style>
a { background-color: #77246C; }
a { background-color: rgb(119,36,108); }
div.DivClassName
{
background-color: #77246C;
}
.BgClassName
{
background-color: #77246C;
}
</style>
border-color css
<style>
span { border-color: #77246C; }
span { border-color: rgb(119,36,108); }
td.TdClassName
{
border-color: #77246C;
}
.TagClassName
{
border-color: #77246C;
}
</style>