Shades of Palatinate Purple #732B61
Tints of Palatinate Purple #732B61
RGB
CMYK
RGB Variations
Color information
#732B61 (or 0x732B61) is known color: Palatinate Purple. HEX triplet: 73, 2B and 61. RGB value is (115,43,97). Sum of RGB (Red+Green+Blue) = 115+43+97=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #732B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B61 is #8CD49E. Grayscale: #464646. Windows color (decimal): -9229471 or 6368115. OLE color: 6368115.
HSL color Cylindrical-coordinate representation of color #732B61: hue angle of 315º 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 #732B61 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 43 | 97 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.55 |
| HSL | 315º | 0.46% | 0.31% | - |
| HSV(B) | 315º | 0.63% | 0.45% | - |
| XYZ | 10.09 | 6.24 | 11.98 | - |
| YUV | 70.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 43 | 97 | 0 | 0.63 | 0.16 | 0.55 | 315 | 0.46 | 0.31 |
| Hex | 73 | 2B | 61 | 0 | 3F | 10 | 37 | 13B | 2E | 1F |
| Octal | 163 | 53 | 141 | 0 | 77 | 20 | 67 | 473 | 56 | 37 |
| Binary | 1110011 | 101011 | 1100001 | 0 | 111111 | 10000 | 110111 | 100111011 | 101110 | 11111 |
Color Harmonies of #732B61
Complementary color
Monochromatic Colors of #732B61
Black with #732B61
Text Example
Text Example
White with #732B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732B61; }
p { color: rgb(115,43,97); }
H1.HeaderClassName
{
color: #732B61;
}
.AnyTagClassName
{
color: #732B61;
}
</style>
background-color css
<style>
a { background-color: #732B61; }
a { background-color: rgb(115,43,97); }
div.DivClassName
{
background-color: #732B61;
}
.BgClassName
{
background-color: #732B61;
}
</style>
border-color css
<style>
span { border-color: #732B61; }
span { border-color: rgb(115,43,97); }
td.TdClassName
{
border-color: #732B61;
}
.TagClassName
{
border-color: #732B61;
}
</style>