Shades of Palatinate Purple #732A64
Tints of Palatinate Purple #732A64
RGB
CMYK
RGB Variations
Color information
#732A64 (or 0x732A64) is known color: Palatinate Purple. HEX triplet: 73, 2A and 64. RGB value is (115,42,100). Sum of RGB (Red+Green+Blue) = 115+42+100=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #732A64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732A64 is #8CD59B. Grayscale: #464646. Windows color (decimal): -9229724 or 6564467. OLE color: 6564467.
HSL color Cylindrical-coordinate representation of color #732A64: hue angle of 312.33º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732A64 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 42 | 100 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.55 |
| HSL | 312.33º | 0.46% | 0.31% | - |
| HSV(B) | 312.33º | 0.63% | 0.45% | - |
| XYZ | 10.2 | 6.22 | 12.72 | - |
| YUV | 70.44 | 144.68 | 159.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 42 | 100 | 0 | 0.63 | 0.13 | 0.55 | 312.33 | 0.46 | 0.31 |
| Hex | 73 | 2A | 64 | 0 | 3F | D | 37 | 138 | 2E | 1F |
| Octal | 163 | 52 | 144 | 0 | 77 | 15 | 67 | 470 | 56 | 37 |
| Binary | 1110011 | 101010 | 1100100 | 0 | 111111 | 1101 | 110111 | 100111000 | 101110 | 11111 |
Color Harmonies of #732A64
Complementary color
Monochromatic Colors of #732A64
Black with #732A64
Text Example
Text Example
White with #732A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732A64; }
p { color: rgb(115,42,100); }
H1.HeaderClassName
{
color: #732A64;
}
.AnyTagClassName
{
color: #732A64;
}
</style>
background-color css
<style>
a { background-color: #732A64; }
a { background-color: rgb(115,42,100); }
div.DivClassName
{
background-color: #732A64;
}
.BgClassName
{
background-color: #732A64;
}
</style>
border-color css
<style>
span { border-color: #732A64; }
span { border-color: rgb(115,42,100); }
td.TdClassName
{
border-color: #732A64;
}
.TagClassName
{
border-color: #732A64;
}
</style>