Shades of Palatinate Purple #731D58
Tints of Palatinate Purple #731D58
RGB
CMYK
RGB Variations
Color information
#731D58 (or 0x731D58) is known color: Palatinate Purple. HEX triplet: 73, 1D and 58. RGB value is (115,29,88). Sum of RGB (Red+Green+Blue) = 115+29+88=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #731D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D58 is #8CE2A7. Grayscale: #3D3D3D. Windows color (decimal): -9233064 or 5774707. OLE color: 5774707.
HSL color Cylindrical-coordinate representation of color #731D58: hue angle of 318.84º 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 #731D58 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 88 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.55 |
| HSL | 318.84º | 0.6% | 0.28% | - |
| HSV(B) | 318.84º | 0.75% | 0.45% | - |
| XYZ | 9.27 | 5.23 | 9.75 | - |
| YUV | 61.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 88 | 0 | 0.75 | 0.23 | 0.55 | 318.84 | 0.6 | 0.28 |
| Hex | 73 | 1D | 58 | 0 | 4B | 17 | 37 | 13F | 3C | 1C |
| Octal | 163 | 35 | 130 | 0 | 113 | 27 | 67 | 477 | 74 | 34 |
| Binary | 1110011 | 11101 | 1011000 | 0 | 1001011 | 10111 | 110111 | 100111111 | 111100 | 11100 |
Color Harmonies of #731D58
Complementary color
Monochromatic Colors of #731D58
Black with #731D58
Text Example
Text Example
White with #731D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D58; }
p { color: rgb(115,29,88); }
H1.HeaderClassName
{
color: #731D58;
}
.AnyTagClassName
{
color: #731D58;
}
</style>
background-color css
<style>
a { background-color: #731D58; }
a { background-color: rgb(115,29,88); }
div.DivClassName
{
background-color: #731D58;
}
.BgClassName
{
background-color: #731D58;
}
</style>
border-color css
<style>
span { border-color: #731D58; }
span { border-color: rgb(115,29,88); }
td.TdClassName
{
border-color: #731D58;
}
.TagClassName
{
border-color: #731D58;
}
</style>