Shades of Palatinate Purple #752F6D
Tints of Palatinate Purple #752F6D
RGB
CMYK
RGB Variations
Color information
#752F6D (or 0x752F6D) is known color: Palatinate Purple. HEX triplet: 75, 2F and 6D. RGB value is (117,47,109). Sum of RGB (Red+Green+Blue) = 117+47+109=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #752F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F6D is #8AD092. Grayscale: #4A4A4A. Windows color (decimal): -9097363 or 7155573. OLE color: 7155573.
HSL color Cylindrical-coordinate representation of color #752F6D: hue angle of 306.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 #752F6D is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 47 | 109 | - |
| CMYK | 0 | 0.60 | 0.07 | 0.54 |
| HSL | 306.86º | 0.43% | 0.32% | - |
| HSV(B) | 306.86º | 0.6% | 0.46% | - |
| XYZ | 11.11 | 6.92 | 15.22 | - |
| YUV | 75 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 109 | 0 | 0.60 | 0.07 | 0.54 | 306.86 | 0.43 | 0.32 |
| Hex | 75 | 2F | 6D | 0 | 3C | 7 | 36 | 133 | 2B | 20 |
| Octal | 165 | 57 | 155 | 0 | 74 | 7 | 66 | 463 | 53 | 40 |
| Binary | 1110101 | 101111 | 1101101 | 0 | 111100 | 111 | 110110 | 100110011 | 101011 | 100000 |
Color Harmonies of #752F6D
Complementary color
Monochromatic Colors of #752F6D
Black with #752F6D
Text Example
Text Example
White with #752F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752F6D; }
p { color: rgb(117,47,109); }
H1.HeaderClassName
{
color: #752F6D;
}
.AnyTagClassName
{
color: #752F6D;
}
</style>
background-color css
<style>
a { background-color: #752F6D; }
a { background-color: rgb(117,47,109); }
div.DivClassName
{
background-color: #752F6D;
}
.BgClassName
{
background-color: #752F6D;
}
</style>
border-color css
<style>
span { border-color: #752F6D; }
span { border-color: rgb(117,47,109); }
td.TdClassName
{
border-color: #752F6D;
}
.TagClassName
{
border-color: #752F6D;
}
</style>