Shades of Palatinate Purple #731A6D
Tints of Palatinate Purple #731A6D
RGB
CMYK
RGB Variations
Color information
#731A6D (or 0x731A6D) is known color: Palatinate Purple. HEX triplet: 73, 1A and 6D. RGB value is (115,26,109). Sum of RGB (Red+Green+Blue) = 115+26+109=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #731A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731A6D is #8CE592. Grayscale: #3D3D3D. Windows color (decimal): -9233811 or 7150195. OLE color: 7150195.
HSL color Cylindrical-coordinate representation of color #731A6D: hue angle of 304.04º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #731A6D is Cyan = 0, Magento = 0.77, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 26 | 109 | - |
| CMYK | 0 | 0.77 | 0.05 | 0.55 |
| HSL | 304.05º | 0.63% | 0.28% | - |
| HSV(B) | 304.05º | 0.77% | 0.45% | - |
| XYZ | 10.2 | 5.49 | 14.99 | - |
| YUV | 62.07 | 154.49 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 26 | 109 | 0 | 0.77 | 0.05 | 0.55 | 304.05 | 0.63 | 0.28 |
| Hex | 73 | 1A | 6D | 0 | 4D | 5 | 37 | 130 | 3F | 1C |
| Octal | 163 | 32 | 155 | 0 | 115 | 5 | 67 | 460 | 77 | 34 |
| Binary | 1110011 | 11010 | 1101101 | 0 | 1001101 | 101 | 110111 | 100110000 | 111111 | 11100 |
Color Harmonies of #731A6D
Complementary color
Monochromatic Colors of #731A6D
Black with #731A6D
Text Example
Text Example
White with #731A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731A6D; }
p { color: rgb(115,26,109); }
H1.HeaderClassName
{
color: #731A6D;
}
.AnyTagClassName
{
color: #731A6D;
}
</style>
background-color css
<style>
a { background-color: #731A6D; }
a { background-color: rgb(115,26,109); }
div.DivClassName
{
background-color: #731A6D;
}
.BgClassName
{
background-color: #731A6D;
}
</style>
border-color css
<style>
span { border-color: #731A6D; }
span { border-color: rgb(115,26,109); }
td.TdClassName
{
border-color: #731A6D;
}
.TagClassName
{
border-color: #731A6D;
}
</style>