Shades of Palatinate Purple #731E60
Tints of Palatinate Purple #731E60
RGB
CMYK
RGB Variations
Color information
#731E60 (or 0x731E60) is known color: Palatinate Purple. HEX triplet: 73, 1E and 60. RGB value is (115,30,96). Sum of RGB (Red+Green+Blue) = 115+30+96=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #731E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E60 is #8CE19F. Grayscale: #3E3E3E. Windows color (decimal): -9232800 or 6299251. OLE color: 6299251.
HSL color Cylindrical-coordinate representation of color #731E60: hue angle of 313.41º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E60 is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 96 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.55 |
| HSL | 313.41º | 0.59% | 0.28% | - |
| HSV(B) | 313.41º | 0.74% | 0.45% | - |
| XYZ | 9.65 | 5.42 | 11.6 | - |
| YUV | 62.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 96 | 0 | 0.74 | 0.17 | 0.55 | 313.41 | 0.59 | 0.28 |
| Hex | 73 | 1E | 60 | 0 | 4A | 11 | 37 | 139 | 3B | 1C |
| Octal | 163 | 36 | 140 | 0 | 112 | 21 | 67 | 471 | 73 | 34 |
| Binary | 1110011 | 11110 | 1100000 | 0 | 1001010 | 10001 | 110111 | 100111001 | 111011 | 11100 |
Color Harmonies of #731E60
Complementary color
Monochromatic Colors of #731E60
Black with #731E60
Text Example
Text Example
White with #731E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E60; }
p { color: rgb(115,30,96); }
H1.HeaderClassName
{
color: #731E60;
}
.AnyTagClassName
{
color: #731E60;
}
</style>
background-color css
<style>
a { background-color: #731E60; }
a { background-color: rgb(115,30,96); }
div.DivClassName
{
background-color: #731E60;
}
.BgClassName
{
background-color: #731E60;
}
</style>
border-color css
<style>
span { border-color: #731E60; }
span { border-color: rgb(115,30,96); }
td.TdClassName
{
border-color: #731E60;
}
.TagClassName
{
border-color: #731E60;
}
</style>