Shades of Palatinate Purple #752764
Tints of Palatinate Purple #752764
RGB
CMYK
RGB Variations
Color information
#752764 (or 0x752764) is known color: Palatinate Purple. HEX triplet: 75, 27 and 64. RGB value is (117,39,100). Sum of RGB (Red+Green+Blue) = 117+39+100=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #752764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752764 is #8AD89B. Grayscale: #454545. Windows color (decimal): -9099420 or 6563701. OLE color: 6563701.
HSL color Cylindrical-coordinate representation of color #752764: hue angle of 313.08º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #752764 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 39 | 100 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.54 |
| HSL | 313.08º | 0.5% | 0.31% | - |
| HSV(B) | 313.08º | 0.67% | 0.46% | - |
| XYZ | 10.36 | 6.15 | 12.7 | - |
| YUV | 69.28 | 145.34 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 39 | 100 | 0 | 0.67 | 0.15 | 0.54 | 313.08 | 0.5 | 0.31 |
| Hex | 75 | 27 | 64 | 0 | 43 | F | 36 | 139 | 32 | 1F |
| Octal | 165 | 47 | 144 | 0 | 103 | 17 | 66 | 471 | 62 | 37 |
| Binary | 1110101 | 100111 | 1100100 | 0 | 1000011 | 1111 | 110110 | 100111001 | 110010 | 11111 |
Color Harmonies of #752764
Complementary color
Monochromatic Colors of #752764
Black with #752764
Text Example
Text Example
White with #752764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752764; }
p { color: rgb(117,39,100); }
H1.HeaderClassName
{
color: #752764;
}
.AnyTagClassName
{
color: #752764;
}
</style>
background-color css
<style>
a { background-color: #752764; }
a { background-color: rgb(117,39,100); }
div.DivClassName
{
background-color: #752764;
}
.BgClassName
{
background-color: #752764;
}
</style>
border-color css
<style>
span { border-color: #752764; }
span { border-color: rgb(117,39,100); }
td.TdClassName
{
border-color: #752764;
}
.TagClassName
{
border-color: #752764;
}
</style>