Shades of Palatinate Purple #730F59
Tints of Palatinate Purple #730F59
RGB
CMYK
RGB Variations
Color information
#730F59 (or 0x730F59) is known color: Palatinate Purple. HEX triplet: 73, 0F and 59. RGB value is (115,15,89). Sum of RGB (Red+Green+Blue) = 115+15+89=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730F59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F59 is #8CF0A6. Grayscale: #353535. Windows color (decimal): -9236647 or 5836659. OLE color: 5836659.
HSL color Cylindrical-coordinate representation of color #730F59: hue angle of 315.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #730F59 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 89 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.55 |
| HSL | 315.6º | 0.77% | 0.25% | - |
| HSV(B) | 315.6º | 0.87% | 0.45% | - |
| XYZ | 9.04 | 4.71 | 9.88 | - |
| YUV | 53.34 | 148.13 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 89 | 0 | 0.87 | 0.23 | 0.55 | 315.6 | 0.77 | 0.25 |
| Hex | 73 | F | 59 | 0 | 57 | 17 | 37 | 13C | 4D | 19 |
| Octal | 163 | 17 | 131 | 0 | 127 | 27 | 67 | 474 | 115 | 31 |
| Binary | 1110011 | 1111 | 1011001 | 0 | 1010111 | 10111 | 110111 | 100111100 | 1001101 | 11001 |
Color Harmonies of #730F59
Complementary color
Monochromatic Colors of #730F59
Black with #730F59
Text Example
Text Example
White with #730F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F59; }
p { color: rgb(115,15,89); }
H1.HeaderClassName
{
color: #730F59;
}
.AnyTagClassName
{
color: #730F59;
}
</style>
background-color css
<style>
a { background-color: #730F59; }
a { background-color: rgb(115,15,89); }
div.DivClassName
{
background-color: #730F59;
}
.BgClassName
{
background-color: #730F59;
}
</style>
border-color css
<style>
span { border-color: #730F59; }
span { border-color: rgb(115,15,89); }
td.TdClassName
{
border-color: #730F59;
}
.TagClassName
{
border-color: #730F59;
}
</style>