Shades of Palatinate Purple #752963
Tints of Palatinate Purple #752963
RGB
CMYK
RGB Variations
Color information
#752963 (or 0x752963) is known color: Palatinate Purple. HEX triplet: 75, 29 and 63. RGB value is (117,41,99). Sum of RGB (Red+Green+Blue) = 117+41+99=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #752963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752963 is #8AD69C. Grayscale: #464646. Windows color (decimal): -9098909 or 6498677. OLE color: 6498677.
HSL color Cylindrical-coordinate representation of color #752963: hue angle of 314.21º 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 #752963 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 41 | 99 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.54 |
| HSL | 314.21º | 0.48% | 0.31% | - |
| HSV(B) | 314.21º | 0.65% | 0.46% | - |
| XYZ | 10.38 | 6.27 | 12.47 | - |
| YUV | 70.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 99 | 0 | 0.65 | 0.15 | 0.54 | 314.21 | 0.48 | 0.31 |
| Hex | 75 | 29 | 63 | 0 | 41 | F | 36 | 13A | 30 | 1F |
| Octal | 165 | 51 | 143 | 0 | 101 | 17 | 66 | 472 | 60 | 37 |
| Binary | 1110101 | 101001 | 1100011 | 0 | 1000001 | 1111 | 110110 | 100111010 | 110000 | 11111 |
Color Harmonies of #752963
Complementary color
Monochromatic Colors of #752963
Black with #752963
Text Example
Text Example
White with #752963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752963; }
p { color: rgb(117,41,99); }
H1.HeaderClassName
{
color: #752963;
}
.AnyTagClassName
{
color: #752963;
}
</style>
background-color css
<style>
a { background-color: #752963; }
a { background-color: rgb(117,41,99); }
div.DivClassName
{
background-color: #752963;
}
.BgClassName
{
background-color: #752963;
}
</style>
border-color css
<style>
span { border-color: #752963; }
span { border-color: rgb(117,41,99); }
td.TdClassName
{
border-color: #752963;
}
.TagClassName
{
border-color: #752963;
}
</style>