Shades of Palatinate Purple #752562
Tints of Palatinate Purple #752562
RGB
CMYK
RGB Variations
Color information
#752562 (or 0x752562) is known color: Palatinate Purple. HEX triplet: 75, 25 and 62. RGB value is (117,37,98). Sum of RGB (Red+Green+Blue) = 117+37+98=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #752562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752562 is #8ADA9D. Grayscale: #434343. Windows color (decimal): -9099934 or 6432117. OLE color: 6432117.
HSL color Cylindrical-coordinate representation of color #752562: hue angle of 314.25º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #752562 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 37 | 98 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.54 |
| HSL | 314.25º | 0.52% | 0.3% | - |
| HSV(B) | 314.25º | 0.68% | 0.46% | - |
| XYZ | 10.2 | 5.99 | 12.17 | - |
| YUV | 67.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 37 | 98 | 0 | 0.68 | 0.16 | 0.54 | 314.25 | 0.52 | 0.3 |
| Hex | 75 | 25 | 62 | 0 | 44 | 10 | 36 | 13A | 34 | 1E |
| Octal | 165 | 45 | 142 | 0 | 104 | 20 | 66 | 472 | 64 | 36 |
| Binary | 1110101 | 100101 | 1100010 | 0 | 1000100 | 10000 | 110110 | 100111010 | 110100 | 11110 |
Color Harmonies of #752562
Complementary color
Monochromatic Colors of #752562
Black with #752562
Text Example
Text Example
White with #752562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752562; }
p { color: rgb(117,37,98); }
H1.HeaderClassName
{
color: #752562;
}
.AnyTagClassName
{
color: #752562;
}
</style>
background-color css
<style>
a { background-color: #752562; }
a { background-color: rgb(117,37,98); }
div.DivClassName
{
background-color: #752562;
}
.BgClassName
{
background-color: #752562;
}
</style>
border-color css
<style>
span { border-color: #752562; }
span { border-color: rgb(117,37,98); }
td.TdClassName
{
border-color: #752562;
}
.TagClassName
{
border-color: #752562;
}
</style>