Shades of Palatinate Purple #732161
Tints of Palatinate Purple #732161
RGB
CMYK
RGB Variations
Color information
#732161 (or 0x732161) is known color: Palatinate Purple. HEX triplet: 73, 21 and 61. RGB value is (115,33,97). Sum of RGB (Red+Green+Blue) = 115+33+97=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #732161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732161 is #8CDE9E. Grayscale: #404040. Windows color (decimal): -9232031 or 6365555. OLE color: 6365555.
HSL color Cylindrical-coordinate representation of color #732161: hue angle of 313.17º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #732161 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 33 | 97 | - |
| CMYK | 0 | 0.71 | 0.16 | 0.55 |
| HSL | 313.17º | 0.55% | 0.29% | - |
| HSV(B) | 313.17º | 0.71% | 0.45% | - |
| XYZ | 9.77 | 5.6 | 11.87 | - |
| YUV | 64.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 33 | 97 | 0 | 0.71 | 0.16 | 0.55 | 313.17 | 0.55 | 0.29 |
| Hex | 73 | 21 | 61 | 0 | 47 | 10 | 37 | 139 | 37 | 1D |
| Octal | 163 | 41 | 141 | 0 | 107 | 20 | 67 | 471 | 67 | 35 |
| Binary | 1110011 | 100001 | 1100001 | 0 | 1000111 | 10000 | 110111 | 100111001 | 110111 | 11101 |
Color Harmonies of #732161
Complementary color
Monochromatic Colors of #732161
Black with #732161
Text Example
Text Example
White with #732161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #732161; }
p { color: rgb(115,33,97); }
H1.HeaderClassName
{
color: #732161;
}
.AnyTagClassName
{
color: #732161;
}
</style>
background-color css
<style>
a { background-color: #732161; }
a { background-color: rgb(115,33,97); }
div.DivClassName
{
background-color: #732161;
}
.BgClassName
{
background-color: #732161;
}
</style>
border-color css
<style>
span { border-color: #732161; }
span { border-color: rgb(115,33,97); }
td.TdClassName
{
border-color: #732161;
}
.TagClassName
{
border-color: #732161;
}
</style>