Shades of Palatinate Purple #731F59
Tints of Palatinate Purple #731F59
RGB
CMYK
RGB Variations
Color information
#731F59 (or 0x731F59) is known color: Palatinate Purple. HEX triplet: 73, 1F and 59. RGB value is (115,31,89). Sum of RGB (Red+Green+Blue) = 115+31+89=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731F59 is #8CE0A6. Grayscale: #3E3E3E. Windows color (decimal): -9232551 or 5840755. OLE color: 5840755.
HSL color Cylindrical-coordinate representation of color #731F59: hue angle of 318.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #731F59 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 31 | 89 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.55 |
| HSL | 318.57º | 0.58% | 0.29% | - |
| HSV(B) | 318.57º | 0.73% | 0.45% | - |
| XYZ | 9.36 | 5.35 | 9.99 | - |
| YUV | 62.73 | 142.83 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 31 | 89 | 0 | 0.73 | 0.23 | 0.55 | 318.57 | 0.58 | 0.29 |
| Hex | 73 | 1F | 59 | 0 | 49 | 17 | 37 | 13F | 3A | 1D |
| Octal | 163 | 37 | 131 | 0 | 111 | 27 | 67 | 477 | 72 | 35 |
| Binary | 1110011 | 11111 | 1011001 | 0 | 1001001 | 10111 | 110111 | 100111111 | 111010 | 11101 |
Color Harmonies of #731F59
Complementary color
Monochromatic Colors of #731F59
Black with #731F59
Text Example
Text Example
White with #731F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731F59; }
p { color: rgb(115,31,89); }
H1.HeaderClassName
{
color: #731F59;
}
.AnyTagClassName
{
color: #731F59;
}
</style>
background-color css
<style>
a { background-color: #731F59; }
a { background-color: rgb(115,31,89); }
div.DivClassName
{
background-color: #731F59;
}
.BgClassName
{
background-color: #731F59;
}
</style>
border-color css
<style>
span { border-color: #731F59; }
span { border-color: rgb(115,31,89); }
td.TdClassName
{
border-color: #731F59;
}
.TagClassName
{
border-color: #731F59;
}
</style>