Shades of Palatinate Purple #752E6C
Tints of Palatinate Purple #752E6C
RGB
CMYK
RGB Variations
Color information
#752E6C (or 0x752E6C) is known color: Palatinate Purple. HEX triplet: 75, 2E and 6C. RGB value is (117,46,108). Sum of RGB (Red+Green+Blue) = 117+46+108=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #752E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E6C is #8AD193. Grayscale: #4A4A4A. Windows color (decimal): -9097620 or 7089781. OLE color: 7089781.
HSL color Cylindrical-coordinate representation of color #752E6C: hue angle of 307.61º 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 #752E6C is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 46 | 108 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.54 |
| HSL | 307.61º | 0.44% | 0.32% | - |
| HSV(B) | 307.61º | 0.61% | 0.46% | - |
| XYZ | 11.02 | 6.82 | 14.92 | - |
| YUV | 74.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 108 | 0 | 0.61 | 0.08 | 0.54 | 307.61 | 0.44 | 0.32 |
| Hex | 75 | 2E | 6C | 0 | 3D | 8 | 36 | 134 | 2C | 20 |
| Octal | 165 | 56 | 154 | 0 | 75 | 10 | 66 | 464 | 54 | 40 |
| Binary | 1110101 | 101110 | 1101100 | 0 | 111101 | 1000 | 110110 | 100110100 | 101100 | 100000 |
Color Harmonies of #752E6C
Complementary color
Monochromatic Colors of #752E6C
Black with #752E6C
Text Example
Text Example
White with #752E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752E6C; }
p { color: rgb(117,46,108); }
H1.HeaderClassName
{
color: #752E6C;
}
.AnyTagClassName
{
color: #752E6C;
}
</style>
background-color css
<style>
a { background-color: #752E6C; }
a { background-color: rgb(117,46,108); }
div.DivClassName
{
background-color: #752E6C;
}
.BgClassName
{
background-color: #752E6C;
}
</style>
border-color css
<style>
span { border-color: #752E6C; }
span { border-color: rgb(117,46,108); }
td.TdClassName
{
border-color: #752E6C;
}
.TagClassName
{
border-color: #752E6C;
}
</style>