Shades of Palatinate Purple #752E6D
Tints of Palatinate Purple #752E6D
RGB
CMYK
RGB Variations
Color information
#752E6D (or 0x752E6D) is known color: Palatinate Purple. HEX triplet: 75, 2E and 6D. RGB value is (117,46,109). Sum of RGB (Red+Green+Blue) = 117+46+109=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #752E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E6D is #8AD192. Grayscale: #4A4A4A. Windows color (decimal): -9097619 or 7155317. OLE color: 7155317.
HSL color Cylindrical-coordinate representation of color #752E6D: hue angle of 306.76º 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 #752E6D is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 109 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.54 |
| HSL | 306.76º | 0.44% | 0.32% | - |
| HSV(B) | 306.76º | 0.61% | 0.46% | - |
| XYZ | 11.07 | 6.84 | 15.2 | - |
| YUV | 74.41 | 147.52 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 109 | 0 | 0.61 | 0.07 | 0.54 | 306.76 | 0.44 | 0.32 |
| Hex | 75 | 2E | 6D | 0 | 3D | 7 | 36 | 133 | 2C | 20 |
| Octal | 165 | 56 | 155 | 0 | 75 | 7 | 66 | 463 | 54 | 40 |
| Binary | 1110101 | 101110 | 1101101 | 0 | 111101 | 111 | 110110 | 100110011 | 101100 | 100000 |
Color Harmonies of #752E6D
Complementary color
Monochromatic Colors of #752E6D
Black with #752E6D
Text Example
Text Example
White with #752E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E6D; }
p { color: rgb(117,46,109); }
H1.HeaderClassName
{
color: #752E6D;
}
.AnyTagClassName
{
color: #752E6D;
}
</style>
background-color css
<style>
a { background-color: #752E6D; }
a { background-color: rgb(117,46,109); }
div.DivClassName
{
background-color: #752E6D;
}
.BgClassName
{
background-color: #752E6D;
}
</style>
border-color css
<style>
span { border-color: #752E6D; }
span { border-color: rgb(117,46,109); }
td.TdClassName
{
border-color: #752E6D;
}
.TagClassName
{
border-color: #752E6D;
}
</style>