Shades of Palatinate Purple #733264
Tints of Palatinate Purple #733264
RGB
CMYK
RGB Variations
Color information
#733264 (or 0x733264) is known color: Palatinate Purple. HEX triplet: 73, 32 and 64. RGB value is (115,50,100). Sum of RGB (Red+Green+Blue) = 115+50+100=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #733264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733264 is #8CCD9B. Grayscale: #4B4B4B. Windows color (decimal): -9227676 or 6566515. OLE color: 6566515.
HSL color Cylindrical-coordinate representation of color #733264: hue angle of 313.85º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733264 is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 100 | - |
| CMYK | 0 | 0.57 | 0.13 | 0.55 |
| HSL | 313.85º | 0.39% | 0.32% | - |
| HSV(B) | 313.85º | 0.57% | 0.45% | - |
| XYZ | 10.51 | 6.85 | 12.82 | - |
| YUV | 75.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 100 | 0 | 0.57 | 0.13 | 0.55 | 313.85 | 0.39 | 0.32 |
| Hex | 73 | 32 | 64 | 0 | 39 | D | 37 | 13A | 27 | 20 |
| Octal | 163 | 62 | 144 | 0 | 71 | 15 | 67 | 472 | 47 | 40 |
| Binary | 1110011 | 110010 | 1100100 | 0 | 111001 | 1101 | 110111 | 100111010 | 100111 | 100000 |
Color Harmonies of #733264
Complementary color
Monochromatic Colors of #733264
Black with #733264
Text Example
Text Example
White with #733264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733264; }
p { color: rgb(115,50,100); }
H1.HeaderClassName
{
color: #733264;
}
.AnyTagClassName
{
color: #733264;
}
</style>
background-color css
<style>
a { background-color: #733264; }
a { background-color: rgb(115,50,100); }
div.DivClassName
{
background-color: #733264;
}
.BgClassName
{
background-color: #733264;
}
</style>
border-color css
<style>
span { border-color: #733264; }
span { border-color: rgb(115,50,100); }
td.TdClassName
{
border-color: #733264;
}
.TagClassName
{
border-color: #733264;
}
</style>