Shades of Palatinate Purple #752E5C
Tints of Palatinate Purple #752E5C
RGB
CMYK
RGB Variations
Color information
#752E5C (or 0x752E5C) is known color: Palatinate Purple. HEX triplet: 75, 2E and 5C. RGB value is (117,46,92). Sum of RGB (Red+Green+Blue) = 117+46+92=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #752E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E5C is #8AD1A3. Grayscale: #484848. Windows color (decimal): -9097636 or 6041205. OLE color: 6041205.
HSL color Cylindrical-coordinate representation of color #752E5C: hue angle of 321.13º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E5C is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 92 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.54 |
| HSL | 321.13º | 0.44% | 0.32% | - |
| HSV(B) | 321.13º | 0.61% | 0.46% | - |
| XYZ | 10.24 | 6.51 | 10.84 | - |
| YUV | 72.47 | 139.02 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 92 | 0 | 0.61 | 0.21 | 0.54 | 321.13 | 0.44 | 0.32 |
| Hex | 75 | 2E | 5C | 0 | 3D | 15 | 36 | 141 | 2C | 20 |
| Octal | 165 | 56 | 134 | 0 | 75 | 25 | 66 | 501 | 54 | 40 |
| Binary | 1110101 | 101110 | 1011100 | 0 | 111101 | 10101 | 110110 | 101000001 | 101100 | 100000 |
Color Harmonies of #752E5C
Complementary color
Monochromatic Colors of #752E5C
Black with #752E5C
Text Example
Text Example
White with #752E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E5C; }
p { color: rgb(117,46,92); }
H1.HeaderClassName
{
color: #752E5C;
}
.AnyTagClassName
{
color: #752E5C;
}
</style>
background-color css
<style>
a { background-color: #752E5C; }
a { background-color: rgb(117,46,92); }
div.DivClassName
{
background-color: #752E5C;
}
.BgClassName
{
background-color: #752E5C;
}
</style>
border-color css
<style>
span { border-color: #752E5C; }
span { border-color: rgb(117,46,92); }
td.TdClassName
{
border-color: #752E5C;
}
.TagClassName
{
border-color: #752E5C;
}
</style>