Shades of Palatinate Purple #730D59
Tints of Palatinate Purple #730D59
RGB
CMYK
RGB Variations
Color information
#730D59 (or 0x730D59) is known color: Palatinate Purple. HEX triplet: 73, 0D and 59. RGB value is (115,13,89). Sum of RGB (Red+Green+Blue) = 115+13+89=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #730D59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D59 is #8CF2A6. Grayscale: #333333. Windows color (decimal): -9237159 or 5836147. OLE color: 5836147.
HSL color Cylindrical-coordinate representation of color #730D59: hue angle of 315.29º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D59 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 89 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.55 |
| HSL | 315.29º | 0.8% | 0.25% | - |
| HSV(B) | 315.29º | 0.89% | 0.45% | - |
| XYZ | 9.02 | 4.65 | 9.87 | - |
| YUV | 52.16 | 148.79 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 89 | 0 | 0.89 | 0.23 | 0.55 | 315.29 | 0.8 | 0.25 |
| Hex | 73 | D | 59 | 0 | 59 | 17 | 37 | 13B | 50 | 19 |
| Octal | 163 | 15 | 131 | 0 | 131 | 27 | 67 | 473 | 120 | 31 |
| Binary | 1110011 | 1101 | 1011001 | 0 | 1011001 | 10111 | 110111 | 100111011 | 1010000 | 11001 |
Color Harmonies of #730D59
Complementary color
Monochromatic Colors of #730D59
Black with #730D59
Text Example
Text Example
White with #730D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D59; }
p { color: rgb(115,13,89); }
H1.HeaderClassName
{
color: #730D59;
}
.AnyTagClassName
{
color: #730D59;
}
</style>
background-color css
<style>
a { background-color: #730D59; }
a { background-color: rgb(115,13,89); }
div.DivClassName
{
background-color: #730D59;
}
.BgClassName
{
background-color: #730D59;
}
</style>
border-color css
<style>
span { border-color: #730D59; }
span { border-color: rgb(115,13,89); }
td.TdClassName
{
border-color: #730D59;
}
.TagClassName
{
border-color: #730D59;
}
</style>