Shades of Palatinate Purple #733C64
Tints of Palatinate Purple #733C64
RGB
CMYK
RGB Variations
Color information
#733C64 (or 0x733C64) is known color: Palatinate Purple. HEX triplet: 73, 3C and 64. RGB value is (115,60,100). Sum of RGB (Red+Green+Blue) = 115+60+100=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #733C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733C64 is #8CC39B. Grayscale: #505050. Windows color (decimal): -9225116 or 6569075. OLE color: 6569075.
HSL color Cylindrical-coordinate representation of color #733C64: hue angle of 316.36º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #733C64 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 100 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.55 |
| HSL | 316.36º | 0.31% | 0.34% | - |
| HSV(B) | 316.36º | 0.48% | 0.45% | - |
| XYZ | 10.99 | 7.8 | 12.98 | - |
| YUV | 81.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 100 | 0 | 0.48 | 0.13 | 0.55 | 316.36 | 0.31 | 0.34 |
| Hex | 73 | 3C | 64 | 0 | 30 | D | 37 | 13C | 1F | 22 |
| Octal | 163 | 74 | 144 | 0 | 60 | 15 | 67 | 474 | 37 | 42 |
| Binary | 1110011 | 111100 | 1100100 | 0 | 110000 | 1101 | 110111 | 100111100 | 11111 | 100010 |
Color Harmonies of #733C64
Complementary color
Monochromatic Colors of #733C64
Black with #733C64
Text Example
Text Example
White with #733C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C64; }
p { color: rgb(115,60,100); }
H1.HeaderClassName
{
color: #733C64;
}
.AnyTagClassName
{
color: #733C64;
}
</style>
background-color css
<style>
a { background-color: #733C64; }
a { background-color: rgb(115,60,100); }
div.DivClassName
{
background-color: #733C64;
}
.BgClassName
{
background-color: #733C64;
}
</style>
border-color css
<style>
span { border-color: #733C64; }
span { border-color: rgb(115,60,100); }
td.TdClassName
{
border-color: #733C64;
}
.TagClassName
{
border-color: #733C64;
}
</style>