Shades of Palatinate Purple #732E68
Tints of Palatinate Purple #732E68
RGB
CMYK
RGB Variations
Color information
#732E68 (or 0x732E68) is known color: Palatinate Purple. HEX triplet: 73, 2E and 68. RGB value is (115,46,104). Sum of RGB (Red+Green+Blue) = 115+46+104=265 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.40% from 265); Green value is 46 (18.36% from 255 or 17.36% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 115 - color contains mainly: red. Hex color #732E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E68 is #8CD197. Grayscale: #494949. Windows color (decimal): -9228696 or 6827635. OLE color: 6827635.
HSL color Cylindrical-coordinate representation of color #732E68: hue angle of 309.57º 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 #732E68 is Cyan = 0, Magento = 0.6, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 104 | - |
| CMYK | 0 | 0.6 | 0.10 | 0.55 |
| HSL | 309.57º | 0.43% | 0.32% | - |
| HSV(B) | 309.57º | 0.6% | 0.45% | - |
| XYZ | 10.55 | 6.6 | 13.81 | - |
| YUV | 73.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 104 | 0 | 0.6 | 0.10 | 0.55 | 309.57 | 0.43 | 0.32 |
| Hex | 73 | 2E | 68 | 0 | 3C | A | 37 | 136 | 2B | 20 |
| Octal | 163 | 56 | 150 | 0 | 74 | 12 | 67 | 466 | 53 | 40 |
| Binary | 1110011 | 101110 | 1101000 | 0 | 111100 | 1010 | 110111 | 100110110 | 101011 | 100000 |
Color Harmonies of #732E68
Complementary color
Monochromatic Colors of #732E68
Black with #732E68
Text Example
Text Example
White with #732E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E68; }
p { color: rgb(115,46,104); }
H1.HeaderClassName
{
color: #732E68;
}
.AnyTagClassName
{
color: #732E68;
}
</style>
background-color css
<style>
a { background-color: #732E68; }
a { background-color: rgb(115,46,104); }
div.DivClassName
{
background-color: #732E68;
}
.BgClassName
{
background-color: #732E68;
}
</style>
border-color css
<style>
span { border-color: #732E68; }
span { border-color: rgb(115,46,104); }
td.TdClassName
{
border-color: #732E68;
}
.TagClassName
{
border-color: #732E68;
}
</style>