Shades of Palatinate Purple #752B6D
Tints of Palatinate Purple #752B6D
RGB
CMYK
RGB Variations
Color information
#752B6D (or 0x752B6D) is known color: Palatinate Purple. HEX triplet: 75, 2B and 6D. RGB value is (117,43,109). Sum of RGB (Red+Green+Blue) = 117+43+109=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #752B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752B6D is #8AD492. Grayscale: #484848. Windows color (decimal): -9098387 or 7154549. OLE color: 7154549.
HSL color Cylindrical-coordinate representation of color #752B6D: hue angle of 306.49º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #752B6D is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 43 | 109 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.54 |
| HSL | 306.49º | 0.46% | 0.31% | - |
| HSV(B) | 306.49º | 0.63% | 0.46% | - |
| XYZ | 10.96 | 6.61 | 15.17 | - |
| YUV | 72.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 43 | 109 | 0 | 0.63 | 0.07 | 0.54 | 306.49 | 0.46 | 0.31 |
| Hex | 75 | 2B | 6D | 0 | 3F | 7 | 36 | 132 | 2E | 1F |
| Octal | 165 | 53 | 155 | 0 | 77 | 7 | 66 | 462 | 56 | 37 |
| Binary | 1110101 | 101011 | 1101101 | 0 | 111111 | 111 | 110110 | 100110010 | 101110 | 11111 |
Color Harmonies of #752B6D
Complementary color
Monochromatic Colors of #752B6D
Black with #752B6D
Text Example
Text Example
White with #752B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752B6D; }
p { color: rgb(117,43,109); }
H1.HeaderClassName
{
color: #752B6D;
}
.AnyTagClassName
{
color: #752B6D;
}
</style>
background-color css
<style>
a { background-color: #752B6D; }
a { background-color: rgb(117,43,109); }
div.DivClassName
{
background-color: #752B6D;
}
.BgClassName
{
background-color: #752B6D;
}
</style>
border-color css
<style>
span { border-color: #752B6D; }
span { border-color: rgb(117,43,109); }
td.TdClassName
{
border-color: #752B6D;
}
.TagClassName
{
border-color: #752B6D;
}
</style>