Shades of Palatinate Purple #731E5D
Tints of Palatinate Purple #731E5D
RGB
CMYK
RGB Variations
Color information
#731E5D (or 0x731E5D) is known color: Palatinate Purple. HEX triplet: 73, 1E and 5D. RGB value is (115,30,93). Sum of RGB (Red+Green+Blue) = 115+30+93=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 30 (12.11% from 255 or 12.61% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #731E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E5D is #8CE1A2. Grayscale: #3E3E3E. Windows color (decimal): -9232803 or 6102643. OLE color: 6102643.
HSL color Cylindrical-coordinate representation of color #731E5D: hue angle of 315.53º 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 #731E5D is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 93 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.55 |
| HSL | 315.53º | 0.59% | 0.28% | - |
| HSV(B) | 315.53º | 0.74% | 0.45% | - |
| XYZ | 9.51 | 5.36 | 10.89 | - |
| YUV | 62.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 93 | 0 | 0.74 | 0.19 | 0.55 | 315.53 | 0.59 | 0.28 |
| Hex | 73 | 1E | 5D | 0 | 4A | 13 | 37 | 13C | 3B | 1C |
| Octal | 163 | 36 | 135 | 0 | 112 | 23 | 67 | 474 | 73 | 34 |
| Binary | 1110011 | 11110 | 1011101 | 0 | 1001010 | 10011 | 110111 | 100111100 | 111011 | 11100 |
Color Harmonies of #731E5D
Complementary color
Monochromatic Colors of #731E5D
Black with #731E5D
Text Example
Text Example
White with #731E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E5D; }
p { color: rgb(115,30,93); }
H1.HeaderClassName
{
color: #731E5D;
}
.AnyTagClassName
{
color: #731E5D;
}
</style>
background-color css
<style>
a { background-color: #731E5D; }
a { background-color: rgb(115,30,93); }
div.DivClassName
{
background-color: #731E5D;
}
.BgClassName
{
background-color: #731E5D;
}
</style>
border-color css
<style>
span { border-color: #731E5D; }
span { border-color: rgb(115,30,93); }
td.TdClassName
{
border-color: #731E5D;
}
.TagClassName
{
border-color: #731E5D;
}
</style>