Shades of Palatinate Purple #753264
Tints of Palatinate Purple #753264
RGB
CMYK
RGB Variations
Color information
#753264 (or 0x753264) is known color: Palatinate Purple. HEX triplet: 75, 32 and 64. RGB value is (117,50,100). Sum of RGB (Red+Green+Blue) = 117+50+100=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753264 is #8ACD9B. Grayscale: #4B4B4B. Windows color (decimal): -9096604 or 6566517. OLE color: 6566517.
HSL color Cylindrical-coordinate representation of color #753264: hue angle of 315.22º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #753264 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 50 | 100 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.54 |
| HSL | 315.22º | 0.4% | 0.33% | - |
| HSV(B) | 315.22º | 0.57% | 0.46% | - |
| XYZ | 10.78 | 6.98 | 12.84 | - |
| YUV | 75.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 100 | 0 | 0.57 | 0.15 | 0.54 | 315.22 | 0.4 | 0.33 |
| Hex | 75 | 32 | 64 | 0 | 39 | F | 36 | 13B | 28 | 21 |
| Octal | 165 | 62 | 144 | 0 | 71 | 17 | 66 | 473 | 50 | 41 |
| Binary | 1110101 | 110010 | 1100100 | 0 | 111001 | 1111 | 110110 | 100111011 | 101000 | 100001 |
Color Harmonies of #753264
Complementary color
Monochromatic Colors of #753264
Black with #753264
Text Example
Text Example
White with #753264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753264; }
p { color: rgb(117,50,100); }
H1.HeaderClassName
{
color: #753264;
}
.AnyTagClassName
{
color: #753264;
}
</style>
background-color css
<style>
a { background-color: #753264; }
a { background-color: rgb(117,50,100); }
div.DivClassName
{
background-color: #753264;
}
.BgClassName
{
background-color: #753264;
}
</style>
border-color css
<style>
span { border-color: #753264; }
span { border-color: rgb(117,50,100); }
td.TdClassName
{
border-color: #753264;
}
.TagClassName
{
border-color: #753264;
}
</style>