Shades of Palatinate Purple #752F5F
Tints of Palatinate Purple #752F5F
RGB
CMYK
RGB Variations
Color information
#752F5F (or 0x752F5F) is known color: Palatinate Purple. HEX triplet: 75, 2F and 5F. RGB value is (117,47,95). Sum of RGB (Red+Green+Blue) = 117+47+95=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #752F5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F5F is #8AD0A0. Grayscale: #494949. Windows color (decimal): -9097377 or 6238069. OLE color: 6238069.
HSL color Cylindrical-coordinate representation of color #752F5F: hue angle of 318.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F5F is Cyan = 0, Magento = 0.60, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 95 | - |
| CMYK | 0 | 0.60 | 0.19 | 0.54 |
| HSL | 318.86º | 0.43% | 0.32% | - |
| HSV(B) | 318.86º | 0.6% | 0.46% | - |
| XYZ | 10.42 | 6.64 | 11.56 | - |
| YUV | 73.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 95 | 0 | 0.60 | 0.19 | 0.54 | 318.86 | 0.43 | 0.32 |
| Hex | 75 | 2F | 5F | 0 | 3C | 13 | 36 | 13F | 2B | 20 |
| Octal | 165 | 57 | 137 | 0 | 74 | 23 | 66 | 477 | 53 | 40 |
| Binary | 1110101 | 101111 | 1011111 | 0 | 111100 | 10011 | 110110 | 100111111 | 101011 | 100000 |
Color Harmonies of #752F5F
Complementary color
Monochromatic Colors of #752F5F
Black with #752F5F
Text Example
Text Example
White with #752F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F5F; }
p { color: rgb(117,47,95); }
H1.HeaderClassName
{
color: #752F5F;
}
.AnyTagClassName
{
color: #752F5F;
}
</style>
background-color css
<style>
a { background-color: #752F5F; }
a { background-color: rgb(117,47,95); }
div.DivClassName
{
background-color: #752F5F;
}
.BgClassName
{
background-color: #752F5F;
}
</style>
border-color css
<style>
span { border-color: #752F5F; }
span { border-color: rgb(117,47,95); }
td.TdClassName
{
border-color: #752F5F;
}
.TagClassName
{
border-color: #752F5F;
}
</style>