Shades of Palatinate Purple #77246B
Tints of Palatinate Purple #77246B
RGB
CMYK
RGB Variations
Color information
#77246B (or 0x77246B) is known color: Palatinate Purple. HEX triplet: 77, 24 and 6B. RGB value is (119,36,107). Sum of RGB (Red+Green+Blue) = 119+36+107=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 107 (42.19% from 255 or 40.84% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77246B is #88DB94. Grayscale: #444444. Windows color (decimal): -8969109 or 7021687. OLE color: 7021687.
HSL color Cylindrical-coordinate representation of color #77246B: hue angle of 308.67º 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 #77246B is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 36 | 107 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.53 |
| HSL | 308.67º | 0.54% | 0.3% | - |
| HSV(B) | 308.67º | 0.7% | 0.47% | - |
| XYZ | 10.89 | 6.25 | 14.54 | - |
| YUV | 68.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 36 | 107 | 0 | 0.70 | 0.10 | 0.53 | 308.67 | 0.54 | 0.3 |
| Hex | 77 | 24 | 6B | 0 | 46 | A | 35 | 135 | 36 | 1E |
| Octal | 167 | 44 | 153 | 0 | 106 | 12 | 65 | 465 | 66 | 36 |
| Binary | 1110111 | 100100 | 1101011 | 0 | 1000110 | 1010 | 110101 | 100110101 | 110110 | 11110 |
Color Harmonies of #77246B
Complementary color
Monochromatic Colors of #77246B
Black with #77246B
Text Example
Text Example
White with #77246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77246B; }
p { color: rgb(119,36,107); }
H1.HeaderClassName
{
color: #77246B;
}
.AnyTagClassName
{
color: #77246B;
}
</style>
background-color css
<style>
a { background-color: #77246B; }
a { background-color: rgb(119,36,107); }
div.DivClassName
{
background-color: #77246B;
}
.BgClassName
{
background-color: #77246B;
}
</style>
border-color css
<style>
span { border-color: #77246B; }
span { border-color: rgb(119,36,107); }
td.TdClassName
{
border-color: #77246B;
}
.TagClassName
{
border-color: #77246B;
}
</style>