Shades of Palatinate Purple #763363
Tints of Palatinate Purple #763363
RGB
CMYK
RGB Variations
Color information
#763363 (or 0x763363) is known color: Palatinate Purple. HEX triplet: 76, 33 and 63. RGB value is (118,51,99). Sum of RGB (Red+Green+Blue) = 118+51+99=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #763363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763363 is #89CC9C. Grayscale: #4C4C4C. Windows color (decimal): -9030813 or 6501238. OLE color: 6501238.
HSL color Cylindrical-coordinate representation of color #763363: hue angle of 317.01º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763363 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 99 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.54 |
| HSL | 317.01º | 0.4% | 0.33% | - |
| HSV(B) | 317.01º | 0.57% | 0.46% | - |
| XYZ | 10.91 | 7.12 | 12.6 | - |
| YUV | 76.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 99 | 0 | 0.57 | 0.16 | 0.54 | 317.01 | 0.4 | 0.33 |
| Hex | 76 | 33 | 63 | 0 | 39 | 10 | 36 | 13D | 28 | 21 |
| Octal | 166 | 63 | 143 | 0 | 71 | 20 | 66 | 475 | 50 | 41 |
| Binary | 1110110 | 110011 | 1100011 | 0 | 111001 | 10000 | 110110 | 100111101 | 101000 | 100001 |
Color Harmonies of #763363
Complementary color
Monochromatic Colors of #763363
Black with #763363
Text Example
Text Example
White with #763363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763363; }
p { color: rgb(118,51,99); }
H1.HeaderClassName
{
color: #763363;
}
.AnyTagClassName
{
color: #763363;
}
</style>
background-color css
<style>
a { background-color: #763363; }
a { background-color: rgb(118,51,99); }
div.DivClassName
{
background-color: #763363;
}
.BgClassName
{
background-color: #763363;
}
</style>
border-color css
<style>
span { border-color: #763363; }
span { border-color: rgb(118,51,99); }
td.TdClassName
{
border-color: #763363;
}
.TagClassName
{
border-color: #763363;
}
</style>