Shades of Palatinate Purple #752E68
Tints of Palatinate Purple #752E68
RGB
CMYK
RGB Variations
Color information
#752E68 (or 0x752E68) is known color: Palatinate Purple. HEX triplet: 75, 2E and 68. RGB value is (117,46,104). Sum of RGB (Red+Green+Blue) = 117+46+104=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #752E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E68 is #8AD197. Grayscale: #494949. Windows color (decimal): -9097624 or 6827637. OLE color: 6827637.
HSL color Cylindrical-coordinate representation of color #752E68: hue angle of 310.99º 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 #752E68 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 104 | - |
| CMYK | 0 | 0.61 | 0.11 | 0.54 |
| HSL | 310.99º | 0.44% | 0.32% | - |
| HSV(B) | 310.99º | 0.61% | 0.46% | - |
| XYZ | 10.81 | 6.74 | 13.83 | - |
| YUV | 73.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 104 | 0 | 0.61 | 0.11 | 0.54 | 310.99 | 0.44 | 0.32 |
| Hex | 75 | 2E | 68 | 0 | 3D | B | 36 | 137 | 2C | 20 |
| Octal | 165 | 56 | 150 | 0 | 75 | 13 | 66 | 467 | 54 | 40 |
| Binary | 1110101 | 101110 | 1101000 | 0 | 111101 | 1011 | 110110 | 100110111 | 101100 | 100000 |
Color Harmonies of #752E68
Complementary color
Monochromatic Colors of #752E68
Black with #752E68
Text Example
Text Example
White with #752E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E68; }
p { color: rgb(117,46,104); }
H1.HeaderClassName
{
color: #752E68;
}
.AnyTagClassName
{
color: #752E68;
}
</style>
background-color css
<style>
a { background-color: #752E68; }
a { background-color: rgb(117,46,104); }
div.DivClassName
{
background-color: #752E68;
}
.BgClassName
{
background-color: #752E68;
}
</style>
border-color css
<style>
span { border-color: #752E68; }
span { border-color: rgb(117,46,104); }
td.TdClassName
{
border-color: #752E68;
}
.TagClassName
{
border-color: #752E68;
}
</style>