Shades of Palatinate Purple #752462
Tints of Palatinate Purple #752462
RGB
CMYK
RGB Variations
Color information
#752462 (or 0x752462) is known color: Palatinate Purple. HEX triplet: 75, 24 and 62. RGB value is (117,36,98). Sum of RGB (Red+Green+Blue) = 117+36+98=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #752462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752462 is #8ADB9D. Grayscale: #434343. Windows color (decimal): -9100190 or 6431861. OLE color: 6431861.
HSL color Cylindrical-coordinate representation of color #752462: hue angle of 314.07º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752462 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 36 | 98 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.54 |
| HSL | 314.07º | 0.53% | 0.3% | - |
| HSV(B) | 314.07º | 0.69% | 0.46% | - |
| XYZ | 10.17 | 5.93 | 12.16 | - |
| YUV | 67.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 36 | 98 | 0 | 0.69 | 0.16 | 0.54 | 314.07 | 0.53 | 0.3 |
| Hex | 75 | 24 | 62 | 0 | 45 | 10 | 36 | 13A | 35 | 1E |
| Octal | 165 | 44 | 142 | 0 | 105 | 20 | 66 | 472 | 65 | 36 |
| Binary | 1110101 | 100100 | 1100010 | 0 | 1000101 | 10000 | 110110 | 100111010 | 110101 | 11110 |
Color Harmonies of #752462
Complementary color
Monochromatic Colors of #752462
Black with #752462
Text Example
Text Example
White with #752462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752462; }
p { color: rgb(117,36,98); }
H1.HeaderClassName
{
color: #752462;
}
.AnyTagClassName
{
color: #752462;
}
</style>
background-color css
<style>
a { background-color: #752462; }
a { background-color: rgb(117,36,98); }
div.DivClassName
{
background-color: #752462;
}
.BgClassName
{
background-color: #752462;
}
</style>
border-color css
<style>
span { border-color: #752462; }
span { border-color: rgb(117,36,98); }
td.TdClassName
{
border-color: #752462;
}
.TagClassName
{
border-color: #752462;
}
</style>