Shades of Palatinate Purple #753A64
Tints of Palatinate Purple #753A64
RGB
CMYK
RGB Variations
Color information
#753A64 (or 0x753A64) is known color: Palatinate Purple. HEX triplet: 75, 3A and 64. RGB value is (117,58,100). Sum of RGB (Red+Green+Blue) = 117+58+100=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #753A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A64 is #8AC59B. Grayscale: #505050. Windows color (decimal): -9094556 or 6568565. OLE color: 6568565.
HSL color Cylindrical-coordinate representation of color #753A64: hue angle of 317.29º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A64 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 100 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.54 |
| HSL | 317.29º | 0.34% | 0.34% | - |
| HSV(B) | 317.29º | 0.5% | 0.46% | - |
| XYZ | 11.15 | 7.73 | 12.96 | - |
| YUV | 80.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 100 | 0 | 0.50 | 0.15 | 0.54 | 317.29 | 0.34 | 0.34 |
| Hex | 75 | 3A | 64 | 0 | 32 | F | 36 | 13D | 22 | 22 |
| Octal | 165 | 72 | 144 | 0 | 62 | 17 | 66 | 475 | 42 | 42 |
| Binary | 1110101 | 111010 | 1100100 | 0 | 110010 | 1111 | 110110 | 100111101 | 100010 | 100010 |
Color Harmonies of #753A64
Complementary color
Monochromatic Colors of #753A64
Black with #753A64
Text Example
Text Example
White with #753A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A64; }
p { color: rgb(117,58,100); }
H1.HeaderClassName
{
color: #753A64;
}
.AnyTagClassName
{
color: #753A64;
}
</style>
background-color css
<style>
a { background-color: #753A64; }
a { background-color: rgb(117,58,100); }
div.DivClassName
{
background-color: #753A64;
}
.BgClassName
{
background-color: #753A64;
}
</style>
border-color css
<style>
span { border-color: #753A64; }
span { border-color: rgb(117,58,100); }
td.TdClassName
{
border-color: #753A64;
}
.TagClassName
{
border-color: #753A64;
}
</style>