Shades of Palatinate Purple #731D6D
Tints of Palatinate Purple #731D6D
RGB
CMYK
RGB Variations
Color information
#731D6D (or 0x731D6D) is known color: Palatinate Purple. HEX triplet: 73, 1D and 6D. RGB value is (115,29,109). Sum of RGB (Red+Green+Blue) = 115+29+109=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 115 - color contains mainly: red. Hex color #731D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731D6D is #8CE292. Grayscale: #3F3F3F. Windows color (decimal): -9233043 or 7150963. OLE color: 7150963.
HSL color Cylindrical-coordinate representation of color #731D6D: hue angle of 304.19º 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 #731D6D is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 29 | 109 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.55 |
| HSL | 304.19º | 0.6% | 0.28% | - |
| HSV(B) | 304.19º | 0.75% | 0.45% | - |
| XYZ | 10.27 | 5.63 | 15.01 | - |
| YUV | 63.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 29 | 109 | 0 | 0.75 | 0.05 | 0.55 | 304.19 | 0.6 | 0.28 |
| Hex | 73 | 1D | 6D | 0 | 4B | 5 | 37 | 130 | 3C | 1C |
| Octal | 163 | 35 | 155 | 0 | 113 | 5 | 67 | 460 | 74 | 34 |
| Binary | 1110011 | 11101 | 1101101 | 0 | 1001011 | 101 | 110111 | 100110000 | 111100 | 11100 |
Color Harmonies of #731D6D
Complementary color
Monochromatic Colors of #731D6D
Black with #731D6D
Text Example
Text Example
White with #731D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731D6D; }
p { color: rgb(115,29,109); }
H1.HeaderClassName
{
color: #731D6D;
}
.AnyTagClassName
{
color: #731D6D;
}
</style>
background-color css
<style>
a { background-color: #731D6D; }
a { background-color: rgb(115,29,109); }
div.DivClassName
{
background-color: #731D6D;
}
.BgClassName
{
background-color: #731D6D;
}
</style>
border-color css
<style>
span { border-color: #731D6D; }
span { border-color: rgb(115,29,109); }
td.TdClassName
{
border-color: #731D6D;
}
.TagClassName
{
border-color: #731D6D;
}
</style>