Shades of Palatinate Purple #731E5A
Tints of Palatinate Purple #731E5A
RGB
CMYK
RGB Variations
Color information
#731E5A (or 0x731E5A) is known color: Palatinate Purple. HEX triplet: 73, 1E and 5A. RGB value is (115,30,90). Sum of RGB (Red+Green+Blue) = 115+30+90=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 90 (35.55% from 255 or 38.30% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #731E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E5A is #8CE1A5. Grayscale: #3E3E3E. Windows color (decimal): -9232806 or 5906035. OLE color: 5906035.
HSL color Cylindrical-coordinate representation of color #731E5A: hue angle of 317.65º 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 #731E5A is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 90 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.55 |
| HSL | 317.65º | 0.59% | 0.28% | - |
| HSV(B) | 317.65º | 0.74% | 0.45% | - |
| XYZ | 9.38 | 5.31 | 10.2 | - |
| YUV | 62.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 90 | 0 | 0.74 | 0.22 | 0.55 | 317.65 | 0.59 | 0.28 |
| Hex | 73 | 1E | 5A | 0 | 4A | 16 | 37 | 13E | 3B | 1C |
| Octal | 163 | 36 | 132 | 0 | 112 | 26 | 67 | 476 | 73 | 34 |
| Binary | 1110011 | 11110 | 1011010 | 0 | 1001010 | 10110 | 110111 | 100111110 | 111011 | 11100 |
Color Harmonies of #731E5A
Complementary color
Monochromatic Colors of #731E5A
Black with #731E5A
Text Example
Text Example
White with #731E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E5A; }
p { color: rgb(115,30,90); }
H1.HeaderClassName
{
color: #731E5A;
}
.AnyTagClassName
{
color: #731E5A;
}
</style>
background-color css
<style>
a { background-color: #731E5A; }
a { background-color: rgb(115,30,90); }
div.DivClassName
{
background-color: #731E5A;
}
.BgClassName
{
background-color: #731E5A;
}
</style>
border-color css
<style>
span { border-color: #731E5A; }
span { border-color: rgb(115,30,90); }
td.TdClassName
{
border-color: #731E5A;
}
.TagClassName
{
border-color: #731E5A;
}
</style>