Shades of Palatinate Purple #731D5F
Tints of Palatinate Purple #731D5F
RGB
CMYK
RGB Variations
Color information
#731D5F (or 0x731D5F) is known color: Palatinate Purple. HEX triplet: 73, 1D and 5F. RGB value is (115,29,95). Sum of RGB (Red+Green+Blue) = 115+29+95=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #731D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D5F is #8CE2A0. Grayscale: #3E3E3E. Windows color (decimal): -9233057 or 6233459. OLE color: 6233459.
HSL color Cylindrical-coordinate representation of color #731D5F: hue angle of 313.95º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #731D5F is Cyan = 0, Magento = 0.75, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 95 | - |
| CMYK | 0 | 0.75 | 0.17 | 0.55 |
| HSL | 313.95º | 0.6% | 0.28% | - |
| HSV(B) | 313.95º | 0.75% | 0.45% | - |
| XYZ | 9.58 | 5.35 | 11.35 | - |
| YUV | 62.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 95 | 0 | 0.75 | 0.17 | 0.55 | 313.95 | 0.6 | 0.28 |
| Hex | 73 | 1D | 5F | 0 | 4B | 11 | 37 | 13A | 3C | 1C |
| Octal | 163 | 35 | 137 | 0 | 113 | 21 | 67 | 472 | 74 | 34 |
| Binary | 1110011 | 11101 | 1011111 | 0 | 1001011 | 10001 | 110111 | 100111010 | 111100 | 11100 |
Color Harmonies of #731D5F
Complementary color
Monochromatic Colors of #731D5F
Black with #731D5F
Text Example
Text Example
White with #731D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D5F; }
p { color: rgb(115,29,95); }
H1.HeaderClassName
{
color: #731D5F;
}
.AnyTagClassName
{
color: #731D5F;
}
</style>
background-color css
<style>
a { background-color: #731D5F; }
a { background-color: rgb(115,29,95); }
div.DivClassName
{
background-color: #731D5F;
}
.BgClassName
{
background-color: #731D5F;
}
</style>
border-color css
<style>
span { border-color: #731D5F; }
span { border-color: rgb(115,29,95); }
td.TdClassName
{
border-color: #731D5F;
}
.TagClassName
{
border-color: #731D5F;
}
</style>