Shades of Palatinate Purple #752662
Tints of Palatinate Purple #752662
RGB
CMYK
RGB Variations
Color information
#752662 (or 0x752662) is known color: Palatinate Purple. HEX triplet: 75, 26 and 62. RGB value is (117,38,98). Sum of RGB (Red+Green+Blue) = 117+38+98=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #752662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752662 is #8AD99D. Grayscale: #444444. Windows color (decimal): -9099678 or 6432373. OLE color: 6432373.
HSL color Cylindrical-coordinate representation of color #752662: hue angle of 314.43º degrees, saturation: 0.51, 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 #752662 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 38 | 98 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.54 |
| HSL | 314.43º | 0.51% | 0.3% | - |
| HSV(B) | 314.43º | 0.68% | 0.46% | - |
| XYZ | 10.23 | 6.05 | 12.18 | - |
| YUV | 68.46 | 144.67 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 98 | 0 | 0.68 | 0.16 | 0.54 | 314.43 | 0.51 | 0.3 |
| Hex | 75 | 26 | 62 | 0 | 44 | 10 | 36 | 13A | 33 | 1E |
| Octal | 165 | 46 | 142 | 0 | 104 | 20 | 66 | 472 | 63 | 36 |
| Binary | 1110101 | 100110 | 1100010 | 0 | 1000100 | 10000 | 110110 | 100111010 | 110011 | 11110 |
Color Harmonies of #752662
Complementary color
Monochromatic Colors of #752662
Black with #752662
Text Example
Text Example
White with #752662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752662; }
p { color: rgb(117,38,98); }
H1.HeaderClassName
{
color: #752662;
}
.AnyTagClassName
{
color: #752662;
}
</style>
background-color css
<style>
a { background-color: #752662; }
a { background-color: rgb(117,38,98); }
div.DivClassName
{
background-color: #752662;
}
.BgClassName
{
background-color: #752662;
}
</style>
border-color css
<style>
span { border-color: #752662; }
span { border-color: rgb(117,38,98); }
td.TdClassName
{
border-color: #752662;
}
.TagClassName
{
border-color: #752662;
}
</style>