Shades of Palatinate Purple #731C59
Tints of Palatinate Purple #731C59
RGB
CMYK
RGB Variations
Color information
#731C59 (or 0x731C59) is known color: Palatinate Purple. HEX triplet: 73, 1C and 59. RGB value is (115,28,89). Sum of RGB (Red+Green+Blue) = 115+28+89=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 28 (11.33% from 255 or 12.07% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C59 is #8CE3A6. Grayscale: #3C3C3C. Windows color (decimal): -9233319 or 5839987. OLE color: 5839987.
HSL color Cylindrical-coordinate representation of color #731C59: hue angle of 317.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731C59 is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 28 | 89 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.55 |
| HSL | 317.93º | 0.61% | 0.28% | - |
| HSV(B) | 317.93º | 0.76% | 0.45% | - |
| XYZ | 9.29 | 5.2 | 9.96 | - |
| YUV | 60.97 | 143.82 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 28 | 89 | 0 | 0.76 | 0.23 | 0.55 | 317.93 | 0.61 | 0.28 |
| Hex | 73 | 1C | 59 | 0 | 4C | 17 | 37 | 13E | 3D | 1C |
| Octal | 163 | 34 | 131 | 0 | 114 | 27 | 67 | 476 | 75 | 34 |
| Binary | 1110011 | 11100 | 1011001 | 0 | 1001100 | 10111 | 110111 | 100111110 | 111101 | 11100 |
Color Harmonies of #731C59
Complementary color
Monochromatic Colors of #731C59
Black with #731C59
Text Example
Text Example
White with #731C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731C59; }
p { color: rgb(115,28,89); }
H1.HeaderClassName
{
color: #731C59;
}
.AnyTagClassName
{
color: #731C59;
}
</style>
background-color css
<style>
a { background-color: #731C59; }
a { background-color: rgb(115,28,89); }
div.DivClassName
{
background-color: #731C59;
}
.BgClassName
{
background-color: #731C59;
}
</style>
border-color css
<style>
span { border-color: #731C59; }
span { border-color: rgb(115,28,89); }
td.TdClassName
{
border-color: #731C59;
}
.TagClassName
{
border-color: #731C59;
}
</style>