Shades of Palatinate Purple #732D6B
Tints of Palatinate Purple #732D6B
RGB
CMYK
RGB Variations
Color information
#732D6B (or 0x732D6B) is known color: Palatinate Purple. HEX triplet: 73, 2D and 6B. RGB value is (115,45,107). Sum of RGB (Red+Green+Blue) = 115+45+107=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #732D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D6B is #8CD294. Grayscale: #484848. Windows color (decimal): -9228949 or 7023987. OLE color: 7023987.
HSL color Cylindrical-coordinate representation of color #732D6B: hue angle of 306.86º 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 #732D6B is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 45 | 107 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.55 |
| HSL | 306.86º | 0.44% | 0.31% | - |
| HSV(B) | 306.86º | 0.61% | 0.45% | - |
| XYZ | 10.66 | 6.58 | 14.62 | - |
| YUV | 73 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 45 | 107 | 0 | 0.61 | 0.07 | 0.55 | 306.86 | 0.44 | 0.31 |
| Hex | 73 | 2D | 6B | 0 | 3D | 7 | 37 | 133 | 2C | 1F |
| Octal | 163 | 55 | 153 | 0 | 75 | 7 | 67 | 463 | 54 | 37 |
| Binary | 1110011 | 101101 | 1101011 | 0 | 111101 | 111 | 110111 | 100110011 | 101100 | 11111 |
Color Harmonies of #732D6B
Complementary color
Monochromatic Colors of #732D6B
Black with #732D6B
Text Example
Text Example
White with #732D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732D6B; }
p { color: rgb(115,45,107); }
H1.HeaderClassName
{
color: #732D6B;
}
.AnyTagClassName
{
color: #732D6B;
}
</style>
background-color css
<style>
a { background-color: #732D6B; }
a { background-color: rgb(115,45,107); }
div.DivClassName
{
background-color: #732D6B;
}
.BgClassName
{
background-color: #732D6B;
}
</style>
border-color css
<style>
span { border-color: #732D6B; }
span { border-color: rgb(115,45,107); }
td.TdClassName
{
border-color: #732D6B;
}
.TagClassName
{
border-color: #732D6B;
}
</style>