Shades of Palatinate Purple #763164
Tints of Palatinate Purple #763164
RGB
CMYK
RGB Variations
Color information
#763164 (or 0x763164) is known color: Palatinate Purple. HEX triplet: 76, 31 and 64. RGB value is (118,49,100). Sum of RGB (Red+Green+Blue) = 118+49+100=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #763164 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763164 is #89CE9B. Grayscale: #4B4B4B. Windows color (decimal): -9031324 or 6566262. OLE color: 6566262.
HSL color Cylindrical-coordinate representation of color #763164: hue angle of 315.65º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #763164 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 49 | 100 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.54 |
| HSL | 315.65º | 0.41% | 0.33% | - |
| HSV(B) | 315.65º | 0.58% | 0.46% | - |
| XYZ | 10.87 | 6.97 | 12.83 | - |
| YUV | 75.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 49 | 100 | 0 | 0.58 | 0.15 | 0.54 | 315.65 | 0.41 | 0.33 |
| Hex | 76 | 31 | 64 | 0 | 3A | F | 36 | 13C | 29 | 21 |
| Octal | 166 | 61 | 144 | 0 | 72 | 17 | 66 | 474 | 51 | 41 |
| Binary | 1110110 | 110001 | 1100100 | 0 | 111010 | 1111 | 110110 | 100111100 | 101001 | 100001 |
Color Harmonies of #763164
Complementary color
Monochromatic Colors of #763164
Black with #763164
Text Example
Text Example
White with #763164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763164; }
p { color: rgb(118,49,100); }
H1.HeaderClassName
{
color: #763164;
}
.AnyTagClassName
{
color: #763164;
}
</style>
background-color css
<style>
a { background-color: #763164; }
a { background-color: rgb(118,49,100); }
div.DivClassName
{
background-color: #763164;
}
.BgClassName
{
background-color: #763164;
}
</style>
border-color css
<style>
span { border-color: #763164; }
span { border-color: rgb(118,49,100); }
td.TdClassName
{
border-color: #763164;
}
.TagClassName
{
border-color: #763164;
}
</style>