Shades of Palatinate Purple #732E5C
Tints of Palatinate Purple #732E5C
RGB
CMYK
RGB Variations
Color information
#732E5C (or 0x732E5C) is known color: Palatinate Purple. HEX triplet: 73, 2E and 5C. RGB value is (115,46,92). Sum of RGB (Red+Green+Blue) = 115+46+92=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #732E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E5C is #8CD1A3. Grayscale: #474747. Windows color (decimal): -9228708 or 6041203. OLE color: 6041203.
HSL color Cylindrical-coordinate representation of color #732E5C: hue angle of 320º 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 #732E5C is Cyan = 0, Magento = 0.6, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 92 | - |
| CMYK | 0 | 0.6 | 0.20 | 0.55 |
| HSL | 320º | 0.43% | 0.32% | - |
| HSV(B) | 320º | 0.6% | 0.45% | - |
| XYZ | 9.98 | 6.37 | 10.83 | - |
| YUV | 71.88 | 139.36 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 92 | 0 | 0.6 | 0.20 | 0.55 | 320 | 0.43 | 0.32 |
| Hex | 73 | 2E | 5C | 0 | 3C | 14 | 37 | 140 | 2B | 20 |
| Octal | 163 | 56 | 134 | 0 | 74 | 24 | 67 | 500 | 53 | 40 |
| Binary | 1110011 | 101110 | 1011100 | 0 | 111100 | 10100 | 110111 | 101000000 | 101011 | 100000 |
Color Harmonies of #732E5C
Complementary color
Monochromatic Colors of #732E5C
Black with #732E5C
Text Example
Text Example
White with #732E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E5C; }
p { color: rgb(115,46,92); }
H1.HeaderClassName
{
color: #732E5C;
}
.AnyTagClassName
{
color: #732E5C;
}
</style>
background-color css
<style>
a { background-color: #732E5C; }
a { background-color: rgb(115,46,92); }
div.DivClassName
{
background-color: #732E5C;
}
.BgClassName
{
background-color: #732E5C;
}
</style>
border-color css
<style>
span { border-color: #732E5C; }
span { border-color: rgb(115,46,92); }
td.TdClassName
{
border-color: #732E5C;
}
.TagClassName
{
border-color: #732E5C;
}
</style>