Shades of Palatinate Purple #733A64
Tints of Palatinate Purple #733A64
RGB
CMYK
RGB Variations
Color information
#733A64 (or 0x733A64) is known color: Palatinate Purple. HEX triplet: 73, 3A and 64. RGB value is (115,58,100). Sum of RGB (Red+Green+Blue) = 115+58+100=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 115 - color contains mainly: red. Hex color #733A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733A64 is #8CC59B. Grayscale: #4F4F4F. Windows color (decimal): -9225628 or 6568563. OLE color: 6568563.
HSL color Cylindrical-coordinate representation of color #733A64: hue angle of 315.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733A64 is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 58 | 100 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.55 |
| HSL | 315.79º | 0.33% | 0.34% | - |
| HSV(B) | 315.79º | 0.5% | 0.45% | - |
| XYZ | 10.88 | 7.59 | 12.95 | - |
| YUV | 79.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 100 | 0 | 0.50 | 0.13 | 0.55 | 315.79 | 0.33 | 0.34 |
| Hex | 73 | 3A | 64 | 0 | 32 | D | 37 | 13C | 21 | 22 |
| Octal | 163 | 72 | 144 | 0 | 62 | 15 | 67 | 474 | 41 | 42 |
| Binary | 1110011 | 111010 | 1100100 | 0 | 110010 | 1101 | 110111 | 100111100 | 100001 | 100010 |
Color Harmonies of #733A64
Complementary color
Monochromatic Colors of #733A64
Black with #733A64
Text Example
Text Example
White with #733A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733A64; }
p { color: rgb(115,58,100); }
H1.HeaderClassName
{
color: #733A64;
}
.AnyTagClassName
{
color: #733A64;
}
</style>
background-color css
<style>
a { background-color: #733A64; }
a { background-color: rgb(115,58,100); }
div.DivClassName
{
background-color: #733A64;
}
.BgClassName
{
background-color: #733A64;
}
</style>
border-color css
<style>
span { border-color: #733A64; }
span { border-color: rgb(115,58,100); }
td.TdClassName
{
border-color: #733A64;
}
.TagClassName
{
border-color: #733A64;
}
</style>