Shades of Palatinate Purple #773262
Tints of Palatinate Purple #773262
RGB
CMYK
RGB Variations
Color information
#773262 (or 0x773262) is known color: Palatinate Purple. HEX triplet: 77, 32 and 62. RGB value is (119,50,98). Sum of RGB (Red+Green+Blue) = 119+50+98=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #773262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773262 is #88CD9D. Grayscale: #4B4B4B. Windows color (decimal): -8965534 or 6435447. OLE color: 6435447.
HSL color Cylindrical-coordinate representation of color #773262: hue angle of 318.26º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773262 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 98 | - |
| CMYK | 0 | 0.58 | 0.18 | 0.53 |
| HSL | 318.26º | 0.41% | 0.33% | - |
| HSV(B) | 318.26º | 0.58% | 0.47% | - |
| XYZ | 10.95 | 7.08 | 12.35 | - |
| YUV | 76.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 98 | 0 | 0.58 | 0.18 | 0.53 | 318.26 | 0.41 | 0.33 |
| Hex | 77 | 32 | 62 | 0 | 3A | 12 | 35 | 13E | 29 | 21 |
| Octal | 167 | 62 | 142 | 0 | 72 | 22 | 65 | 476 | 51 | 41 |
| Binary | 1110111 | 110010 | 1100010 | 0 | 111010 | 10010 | 110101 | 100111110 | 101001 | 100001 |
Color Harmonies of #773262
Complementary color
Monochromatic Colors of #773262
Black with #773262
Text Example
Text Example
White with #773262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773262; }
p { color: rgb(119,50,98); }
H1.HeaderClassName
{
color: #773262;
}
.AnyTagClassName
{
color: #773262;
}
</style>
background-color css
<style>
a { background-color: #773262; }
a { background-color: rgb(119,50,98); }
div.DivClassName
{
background-color: #773262;
}
.BgClassName
{
background-color: #773262;
}
</style>
border-color css
<style>
span { border-color: #773262; }
span { border-color: rgb(119,50,98); }
td.TdClassName
{
border-color: #773262;
}
.TagClassName
{
border-color: #773262;
}
</style>