Shades of Palatinate Purple #752964
Tints of Palatinate Purple #752964
RGB
CMYK
RGB Variations
Color information
#752964 (or 0x752964) is known color: Palatinate Purple. HEX triplet: 75, 29 and 64. RGB value is (117,41,100). Sum of RGB (Red+Green+Blue) = 117+41+100=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #752964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752964 is #8AD69B. Grayscale: #464646. Windows color (decimal): -9098908 or 6564213. OLE color: 6564213.
HSL color Cylindrical-coordinate representation of color #752964: hue angle of 313.42º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752964 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 100 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.54 |
| HSL | 313.42º | 0.48% | 0.31% | - |
| HSV(B) | 313.42º | 0.65% | 0.46% | - |
| XYZ | 10.43 | 6.29 | 12.72 | - |
| YUV | 70.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 100 | 0 | 0.65 | 0.15 | 0.54 | 313.42 | 0.48 | 0.31 |
| Hex | 75 | 29 | 64 | 0 | 41 | F | 36 | 139 | 30 | 1F |
| Octal | 165 | 51 | 144 | 0 | 101 | 17 | 66 | 471 | 60 | 37 |
| Binary | 1110101 | 101001 | 1100100 | 0 | 1000001 | 1111 | 110110 | 100111001 | 110000 | 11111 |
Color Harmonies of #752964
Complementary color
Monochromatic Colors of #752964
Black with #752964
Text Example
Text Example
White with #752964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752964; }
p { color: rgb(117,41,100); }
H1.HeaderClassName
{
color: #752964;
}
.AnyTagClassName
{
color: #752964;
}
</style>
background-color css
<style>
a { background-color: #752964; }
a { background-color: rgb(117,41,100); }
div.DivClassName
{
background-color: #752964;
}
.BgClassName
{
background-color: #752964;
}
</style>
border-color css
<style>
span { border-color: #752964; }
span { border-color: rgb(117,41,100); }
td.TdClassName
{
border-color: #752964;
}
.TagClassName
{
border-color: #752964;
}
</style>