Shades of Palatinate Purple #732D5D
Tints of Palatinate Purple #732D5D
RGB
CMYK
RGB Variations
Color information
#732D5D (or 0x732D5D) is known color: Palatinate Purple. HEX triplet: 73, 2D and 5D. RGB value is (115,45,93). Sum of RGB (Red+Green+Blue) = 115+45+93=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732D5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D5D is #8CD2A2. Grayscale: #474747. Windows color (decimal): -9228963 or 6106483. OLE color: 6106483.
HSL color Cylindrical-coordinate representation of color #732D5D: hue angle of 318.86º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D5D is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 93 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.55 |
| HSL | 318.86º | 0.44% | 0.31% | - |
| HSV(B) | 318.86º | 0.61% | 0.45% | - |
| XYZ | 9.98 | 6.31 | 11.05 | - |
| YUV | 71.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 93 | 0 | 0.61 | 0.19 | 0.55 | 318.86 | 0.44 | 0.31 |
| Hex | 73 | 2D | 5D | 0 | 3D | 13 | 37 | 13F | 2C | 1F |
| Octal | 163 | 55 | 135 | 0 | 75 | 23 | 67 | 477 | 54 | 37 |
| Binary | 1110011 | 101101 | 1011101 | 0 | 111101 | 10011 | 110111 | 100111111 | 101100 | 11111 |
Color Harmonies of #732D5D
Complementary color
Monochromatic Colors of #732D5D
Black with #732D5D
Text Example
Text Example
White with #732D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D5D; }
p { color: rgb(115,45,93); }
H1.HeaderClassName
{
color: #732D5D;
}
.AnyTagClassName
{
color: #732D5D;
}
</style>
background-color css
<style>
a { background-color: #732D5D; }
a { background-color: rgb(115,45,93); }
div.DivClassName
{
background-color: #732D5D;
}
.BgClassName
{
background-color: #732D5D;
}
</style>
border-color css
<style>
span { border-color: #732D5D; }
span { border-color: rgb(115,45,93); }
td.TdClassName
{
border-color: #732D5D;
}
.TagClassName
{
border-color: #732D5D;
}
</style>