Shades of Palatinate Purple #763264
Tints of Palatinate Purple #763264
RGB
CMYK
RGB Variations
Color information
#763264 (or 0x763264) is known color: Palatinate Purple. HEX triplet: 76, 32 and 64. RGB value is (118,50,100). Sum of RGB (Red+Green+Blue) = 118+50+100=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763264 is #89CD9B. Grayscale: #4B4B4B. Windows color (decimal): -9031068 or 6566518. OLE color: 6566518.
HSL color Cylindrical-coordinate representation of color #763264: hue angle of 315.88º degrees, saturation: 0.4, 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 #763264 is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 100 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.54 |
| HSL | 315.88º | 0.4% | 0.33% | - |
| HSV(B) | 315.88º | 0.58% | 0.46% | - |
| XYZ | 10.91 | 7.05 | 12.84 | - |
| YUV | 76.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 100 | 0 | 0.58 | 0.15 | 0.54 | 315.88 | 0.4 | 0.33 |
| Hex | 76 | 32 | 64 | 0 | 3A | F | 36 | 13C | 28 | 21 |
| Octal | 166 | 62 | 144 | 0 | 72 | 17 | 66 | 474 | 50 | 41 |
| Binary | 1110110 | 110010 | 1100100 | 0 | 111010 | 1111 | 110110 | 100111100 | 101000 | 100001 |
Color Harmonies of #763264
Complementary color
Monochromatic Colors of #763264
Black with #763264
Text Example
Text Example
White with #763264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763264; }
p { color: rgb(118,50,100); }
H1.HeaderClassName
{
color: #763264;
}
.AnyTagClassName
{
color: #763264;
}
</style>
background-color css
<style>
a { background-color: #763264; }
a { background-color: rgb(118,50,100); }
div.DivClassName
{
background-color: #763264;
}
.BgClassName
{
background-color: #763264;
}
</style>
border-color css
<style>
span { border-color: #763264; }
span { border-color: rgb(118,50,100); }
td.TdClassName
{
border-color: #763264;
}
.TagClassName
{
border-color: #763264;
}
</style>