Shades of Palatinate Purple #732E66
Tints of Palatinate Purple #732E66
RGB
CMYK
RGB Variations
Color information
#732E66 (or 0x732E66) is known color: Palatinate Purple. HEX triplet: 73, 2E and 66. RGB value is (115,46,102). Sum of RGB (Red+Green+Blue) = 115+46+102=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 115 - color contains mainly: red. Hex color #732E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732E66 is #8CD199. Grayscale: #484848. Windows color (decimal): -9228698 or 6696563. OLE color: 6696563.
HSL color Cylindrical-coordinate representation of color #732E66: hue angle of 311.3º 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 #732E66 is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 46 | 102 | - |
| CMYK | 0 | 0.6 | 0.11 | 0.55 |
| HSL | 311.3º | 0.43% | 0.32% | - |
| HSV(B) | 311.3º | 0.6% | 0.45% | - |
| XYZ | 10.45 | 6.56 | 13.29 | - |
| YUV | 73.02 | 144.36 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 46 | 102 | 0 | 0.6 | 0.11 | 0.55 | 311.3 | 0.43 | 0.32 |
| Hex | 73 | 2E | 66 | 0 | 3C | B | 37 | 137 | 2B | 20 |
| Octal | 163 | 56 | 146 | 0 | 74 | 13 | 67 | 467 | 53 | 40 |
| Binary | 1110011 | 101110 | 1100110 | 0 | 111100 | 1011 | 110111 | 100110111 | 101011 | 100000 |
Color Harmonies of #732E66
Complementary color
Monochromatic Colors of #732E66
Black with #732E66
Text Example
Text Example
White with #732E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732E66; }
p { color: rgb(115,46,102); }
H1.HeaderClassName
{
color: #732E66;
}
.AnyTagClassName
{
color: #732E66;
}
</style>
background-color css
<style>
a { background-color: #732E66; }
a { background-color: rgb(115,46,102); }
div.DivClassName
{
background-color: #732E66;
}
.BgClassName
{
background-color: #732E66;
}
</style>
border-color css
<style>
span { border-color: #732E66; }
span { border-color: rgb(115,46,102); }
td.TdClassName
{
border-color: #732E66;
}
.TagClassName
{
border-color: #732E66;
}
</style>