Shades of Palatinate Purple #731957
Tints of Palatinate Purple #731957
RGB
CMYK
RGB Variations
Color information
#731957 (or 0x731957) is known color: Palatinate Purple. HEX triplet: 73, 19 and 57. RGB value is (115,25,87). Sum of RGB (Red+Green+Blue) = 115+25+87=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 87 (34.38% from 255 or 38.33% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #731957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731957 is #8CE6A8. Grayscale: #3A3A3A. Windows color (decimal): -9234089 or 5708147. OLE color: 5708147.
HSL color Cylindrical-coordinate representation of color #731957: hue angle of 318.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731957 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 25 | 87 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.55 |
| HSL | 318.67º | 0.64% | 0.27% | - |
| HSV(B) | 318.67º | 0.78% | 0.45% | - |
| XYZ | 9.14 | 5.03 | 9.51 | - |
| YUV | 58.98 | 143.82 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 25 | 87 | 0 | 0.78 | 0.24 | 0.55 | 318.67 | 0.64 | 0.27 |
| Hex | 73 | 19 | 57 | 0 | 4E | 18 | 37 | 13F | 40 | 1B |
| Octal | 163 | 31 | 127 | 0 | 116 | 30 | 67 | 477 | 100 | 33 |
| Binary | 1110011 | 11001 | 1010111 | 0 | 1001110 | 11000 | 110111 | 100111111 | 1000000 | 11011 |
Color Harmonies of #731957
Complementary color
Monochromatic Colors of #731957
Black with #731957
Text Example
Text Example
White with #731957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731957; }
p { color: rgb(115,25,87); }
H1.HeaderClassName
{
color: #731957;
}
.AnyTagClassName
{
color: #731957;
}
</style>
background-color css
<style>
a { background-color: #731957; }
a { background-color: rgb(115,25,87); }
div.DivClassName
{
background-color: #731957;
}
.BgClassName
{
background-color: #731957;
}
</style>
border-color css
<style>
span { border-color: #731957; }
span { border-color: rgb(115,25,87); }
td.TdClassName
{
border-color: #731957;
}
.TagClassName
{
border-color: #731957;
}
</style>