Shades of Palatinate Purple #732464
Tints of Palatinate Purple #732464
RGB
CMYK
RGB Variations
Color information
#732464 (or 0x732464) is known color: Palatinate Purple. HEX triplet: 73, 24 and 64. RGB value is (115,36,100). Sum of RGB (Red+Green+Blue) = 115+36+100=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 100 (39.45% from 255 or 39.84% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #732464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732464 is #8CDB9B. Grayscale: #424242. Windows color (decimal): -9231260 or 6562931. OLE color: 6562931.
HSL color Cylindrical-coordinate representation of color #732464: hue angle of 311.39º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732464 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 36 | 100 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.55 |
| HSL | 311.39º | 0.52% | 0.3% | - |
| HSV(B) | 311.39º | 0.69% | 0.45% | - |
| XYZ | 10 | 5.83 | 12.65 | - |
| YUV | 66.92 | 146.67 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 36 | 100 | 0 | 0.69 | 0.13 | 0.55 | 311.39 | 0.52 | 0.3 |
| Hex | 73 | 24 | 64 | 0 | 45 | D | 37 | 137 | 34 | 1E |
| Octal | 163 | 44 | 144 | 0 | 105 | 15 | 67 | 467 | 64 | 36 |
| Binary | 1110011 | 100100 | 1100100 | 0 | 1000101 | 1101 | 110111 | 100110111 | 110100 | 11110 |
Color Harmonies of #732464
Complementary color
Monochromatic Colors of #732464
Black with #732464
Text Example
Text Example
White with #732464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732464; }
p { color: rgb(115,36,100); }
H1.HeaderClassName
{
color: #732464;
}
.AnyTagClassName
{
color: #732464;
}
</style>
background-color css
<style>
a { background-color: #732464; }
a { background-color: rgb(115,36,100); }
div.DivClassName
{
background-color: #732464;
}
.BgClassName
{
background-color: #732464;
}
</style>
border-color css
<style>
span { border-color: #732464; }
span { border-color: rgb(115,36,100); }
td.TdClassName
{
border-color: #732464;
}
.TagClassName
{
border-color: #732464;
}
</style>