Shades of Palatinate Purple #733764
Tints of Palatinate Purple #733764
RGB
CMYK
RGB Variations
Color information
#733764 (or 0x733764) is known color: Palatinate Purple. HEX triplet: 73, 37 and 64. RGB value is (115,55,100). Sum of RGB (Red+Green+Blue) = 115+55+100=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #733764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733764 is #8CC89B. Grayscale: #4D4D4D. Windows color (decimal): -9226396 or 6567795. OLE color: 6567795.
HSL color Cylindrical-coordinate representation of color #733764: hue angle of 315º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #733764 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 100 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.55 |
| HSL | 315º | 0.35% | 0.33% | - |
| HSV(B) | 315º | 0.52% | 0.45% | - |
| XYZ | 10.74 | 7.3 | 12.9 | - |
| YUV | 78.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 100 | 0 | 0.52 | 0.13 | 0.55 | 315 | 0.35 | 0.33 |
| Hex | 73 | 37 | 64 | 0 | 34 | D | 37 | 13B | 23 | 21 |
| Octal | 163 | 67 | 144 | 0 | 64 | 15 | 67 | 473 | 43 | 41 |
| Binary | 1110011 | 110111 | 1100100 | 0 | 110100 | 1101 | 110111 | 100111011 | 100011 | 100001 |
Color Harmonies of #733764
Complementary color
Monochromatic Colors of #733764
Black with #733764
Text Example
Text Example
White with #733764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733764; }
p { color: rgb(115,55,100); }
H1.HeaderClassName
{
color: #733764;
}
.AnyTagClassName
{
color: #733764;
}
</style>
background-color css
<style>
a { background-color: #733764; }
a { background-color: rgb(115,55,100); }
div.DivClassName
{
background-color: #733764;
}
.BgClassName
{
background-color: #733764;
}
</style>
border-color css
<style>
span { border-color: #733764; }
span { border-color: rgb(115,55,100); }
td.TdClassName
{
border-color: #733764;
}
.TagClassName
{
border-color: #733764;
}
</style>