Shades of Palatinate Purple #763568
Tints of Palatinate Purple #763568
RGB
CMYK
RGB Variations
Color information
#763568 (or 0x763568) is known color: Palatinate Purple. HEX triplet: 76, 35 and 68. RGB value is (118,53,104). Sum of RGB (Red+Green+Blue) = 118+53+104=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #763568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763568 is #89CA97. Grayscale: #4E4E4E. Windows color (decimal): -9030296 or 6829430. OLE color: 6829430.
HSL color Cylindrical-coordinate representation of color #763568: hue angle of 312.92º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763568 is Cyan = 0, Magento = 0.55, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 104 | - |
| CMYK | 0 | 0.55 | 0.12 | 0.54 |
| HSL | 312.92º | 0.38% | 0.34% | - |
| HSV(B) | 312.92º | 0.55% | 0.46% | - |
| XYZ | 11.24 | 7.4 | 13.93 | - |
| YUV | 78.25 | 142.53 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 104 | 0 | 0.55 | 0.12 | 0.54 | 312.92 | 0.38 | 0.34 |
| Hex | 76 | 35 | 68 | 0 | 37 | C | 36 | 139 | 26 | 22 |
| Octal | 166 | 65 | 150 | 0 | 67 | 14 | 66 | 471 | 46 | 42 |
| Binary | 1110110 | 110101 | 1101000 | 0 | 110111 | 1100 | 110110 | 100111001 | 100110 | 100010 |
Color Harmonies of #763568
Complementary color
Monochromatic Colors of #763568
Black with #763568
Text Example
Text Example
White with #763568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763568; }
p { color: rgb(118,53,104); }
H1.HeaderClassName
{
color: #763568;
}
.AnyTagClassName
{
color: #763568;
}
</style>
background-color css
<style>
a { background-color: #763568; }
a { background-color: rgb(118,53,104); }
div.DivClassName
{
background-color: #763568;
}
.BgClassName
{
background-color: #763568;
}
</style>
border-color css
<style>
span { border-color: #763568; }
span { border-color: rgb(118,53,104); }
td.TdClassName
{
border-color: #763568;
}
.TagClassName
{
border-color: #763568;
}
</style>