Shades of Palatinate Purple #752C62
Tints of Palatinate Purple #752C62
RGB
CMYK
RGB Variations
Color information
#752C62 (or 0x752C62) is known color: Palatinate Purple. HEX triplet: 75, 2C and 62. RGB value is (117,44,98). Sum of RGB (Red+Green+Blue) = 117+44+98=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #752C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C62 is #8AD39D. Grayscale: #474747. Windows color (decimal): -9098142 or 6433909. OLE color: 6433909.
HSL color Cylindrical-coordinate representation of color #752C62: hue angle of 315.62º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752C62 is Cyan = 0, Magento = 0.62, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 44 | 98 | - |
| CMYK | 0 | 0.62 | 0.16 | 0.54 |
| HSL | 315.62º | 0.45% | 0.32% | - |
| HSV(B) | 315.62º | 0.62% | 0.46% | - |
| XYZ | 10.44 | 6.47 | 12.25 | - |
| YUV | 71.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 98 | 0 | 0.62 | 0.16 | 0.54 | 315.62 | 0.45 | 0.32 |
| Hex | 75 | 2C | 62 | 0 | 3E | 10 | 36 | 13C | 2D | 20 |
| Octal | 165 | 54 | 142 | 0 | 76 | 20 | 66 | 474 | 55 | 40 |
| Binary | 1110101 | 101100 | 1100010 | 0 | 111110 | 10000 | 110110 | 100111100 | 101101 | 100000 |
Color Harmonies of #752C62
Complementary color
Monochromatic Colors of #752C62
Black with #752C62
Text Example
Text Example
White with #752C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752C62; }
p { color: rgb(117,44,98); }
H1.HeaderClassName
{
color: #752C62;
}
.AnyTagClassName
{
color: #752C62;
}
</style>
background-color css
<style>
a { background-color: #752C62; }
a { background-color: rgb(117,44,98); }
div.DivClassName
{
background-color: #752C62;
}
.BgClassName
{
background-color: #752C62;
}
</style>
border-color css
<style>
span { border-color: #752C62; }
span { border-color: rgb(117,44,98); }
td.TdClassName
{
border-color: #752C62;
}
.TagClassName
{
border-color: #752C62;
}
</style>