Shades of Palatinate Purple #732E5D
Tints of Palatinate Purple #732E5D
RGB
CMYK
RGB Variations
Color information
#732E5D (or 0x732E5D) is known color: Palatinate Purple. HEX triplet: 73, 2E and 5D. RGB value is (115,46,93). Sum of RGB (Red+Green+Blue) = 115+46+93=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #732E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E5D is #8CD1A2. Grayscale: #474747. Windows color (decimal): -9228707 or 6106739. OLE color: 6106739.
HSL color Cylindrical-coordinate representation of color #732E5D: hue angle of 319.13º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #732E5D is Cyan = 0, Magento = 0.6, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 93 | - |
| CMYK | 0 | 0.6 | 0.19 | 0.55 |
| HSL | 319.13º | 0.43% | 0.32% | - |
| HSV(B) | 319.13º | 0.6% | 0.45% | - |
| XYZ | 10.02 | 6.39 | 11.06 | - |
| YUV | 71.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 93 | 0 | 0.6 | 0.19 | 0.55 | 319.13 | 0.43 | 0.32 |
| Hex | 73 | 2E | 5D | 0 | 3C | 13 | 37 | 13F | 2B | 20 |
| Octal | 163 | 56 | 135 | 0 | 74 | 23 | 67 | 477 | 53 | 40 |
| Binary | 1110011 | 101110 | 1011101 | 0 | 111100 | 10011 | 110111 | 100111111 | 101011 | 100000 |
Color Harmonies of #732E5D
Complementary color
Monochromatic Colors of #732E5D
Black with #732E5D
Text Example
Text Example
White with #732E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E5D; }
p { color: rgb(115,46,93); }
H1.HeaderClassName
{
color: #732E5D;
}
.AnyTagClassName
{
color: #732E5D;
}
</style>
background-color css
<style>
a { background-color: #732E5D; }
a { background-color: rgb(115,46,93); }
div.DivClassName
{
background-color: #732E5D;
}
.BgClassName
{
background-color: #732E5D;
}
</style>
border-color css
<style>
span { border-color: #732E5D; }
span { border-color: rgb(115,46,93); }
td.TdClassName
{
border-color: #732E5D;
}
.TagClassName
{
border-color: #732E5D;
}
</style>