Shades of Palatinate Purple #732D6A
Tints of Palatinate Purple #732D6A
RGB
CMYK
RGB Variations
Color information
#732D6A (or 0x732D6A) is known color: Palatinate Purple. HEX triplet: 73, 2D and 6A. RGB value is (115,45,106). Sum of RGB (Red+Green+Blue) = 115+45+106=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 45 (17.97% from 255 or 16.92% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #732D6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D6A is #8CD295. Grayscale: #484848. Windows color (decimal): -9228950 or 6958451. OLE color: 6958451.
HSL color Cylindrical-coordinate representation of color #732D6A: hue angle of 307.71º 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 #732D6A is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 106 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.55 |
| HSL | 307.71º | 0.44% | 0.31% | - |
| HSV(B) | 307.71º | 0.61% | 0.45% | - |
| XYZ | 10.61 | 6.56 | 14.34 | - |
| YUV | 72.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 106 | 0 | 0.61 | 0.08 | 0.55 | 307.71 | 0.44 | 0.31 |
| Hex | 73 | 2D | 6A | 0 | 3D | 8 | 37 | 134 | 2C | 1F |
| Octal | 163 | 55 | 152 | 0 | 75 | 10 | 67 | 464 | 54 | 37 |
| Binary | 1110011 | 101101 | 1101010 | 0 | 111101 | 1000 | 110111 | 100110100 | 101100 | 11111 |
Color Harmonies of #732D6A
Complementary color
Monochromatic Colors of #732D6A
Black with #732D6A
Text Example
Text Example
White with #732D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D6A; }
p { color: rgb(115,45,106); }
H1.HeaderClassName
{
color: #732D6A;
}
.AnyTagClassName
{
color: #732D6A;
}
</style>
background-color css
<style>
a { background-color: #732D6A; }
a { background-color: rgb(115,45,106); }
div.DivClassName
{
background-color: #732D6A;
}
.BgClassName
{
background-color: #732D6A;
}
</style>
border-color css
<style>
span { border-color: #732D6A; }
span { border-color: rgb(115,45,106); }
td.TdClassName
{
border-color: #732D6A;
}
.TagClassName
{
border-color: #732D6A;
}
</style>