Shades of Palatinate Purple #731E58
Tints of Palatinate Purple #731E58
RGB
CMYK
RGB Variations
Color information
#731E58 (or 0x731E58) is known color: Palatinate Purple. HEX triplet: 73, 1E and 58. RGB value is (115,30,88). Sum of RGB (Red+Green+Blue) = 115+30+88=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #731E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E58 is #8CE1A7. Grayscale: #3D3D3D. Windows color (decimal): -9232808 or 5774963. OLE color: 5774963.
HSL color Cylindrical-coordinate representation of color #731E58: hue angle of 319.06º 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 #731E58 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 30 | 88 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.55 |
| HSL | 319.06º | 0.59% | 0.28% | - |
| HSV(B) | 319.06º | 0.74% | 0.45% | - |
| XYZ | 9.3 | 5.28 | 9.76 | - |
| YUV | 62.03 | 142.66 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 30 | 88 | 0 | 0.74 | 0.23 | 0.55 | 319.06 | 0.59 | 0.28 |
| Hex | 73 | 1E | 58 | 0 | 4A | 17 | 37 | 13F | 3B | 1C |
| Octal | 163 | 36 | 130 | 0 | 112 | 27 | 67 | 477 | 73 | 34 |
| Binary | 1110011 | 11110 | 1011000 | 0 | 1001010 | 10111 | 110111 | 100111111 | 111011 | 11100 |
Color Harmonies of #731E58
Complementary color
Monochromatic Colors of #731E58
Black with #731E58
Text Example
Text Example
White with #731E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731E58; }
p { color: rgb(115,30,88); }
H1.HeaderClassName
{
color: #731E58;
}
.AnyTagClassName
{
color: #731E58;
}
</style>
background-color css
<style>
a { background-color: #731E58; }
a { background-color: rgb(115,30,88); }
div.DivClassName
{
background-color: #731E58;
}
.BgClassName
{
background-color: #731E58;
}
</style>
border-color css
<style>
span { border-color: #731E58; }
span { border-color: rgb(115,30,88); }
td.TdClassName
{
border-color: #731E58;
}
.TagClassName
{
border-color: #731E58;
}
</style>