Shades of Palatinate Purple #730F57
Tints of Palatinate Purple #730F57
RGB
CMYK
RGB Variations
Color information
#730F57 (or 0x730F57) is known color: Palatinate Purple. HEX triplet: 73, 0F and 57. RGB value is (115,15,87). Sum of RGB (Red+Green+Blue) = 115+15+87=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 87 (34.38% from 255 or 40.09% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #730F57 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730F57 is #8CF0A8. Grayscale: #343434. Windows color (decimal): -9236649 or 5705587. OLE color: 5705587.
HSL color Cylindrical-coordinate representation of color #730F57: hue angle of 316.8º 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 #730F57 is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 15 | 87 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.55 |
| HSL | 316.8º | 0.77% | 0.25% | - |
| HSV(B) | 316.8º | 0.87% | 0.45% | - |
| XYZ | 8.96 | 4.67 | 9.45 | - |
| YUV | 53.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 15 | 87 | 0 | 0.87 | 0.24 | 0.55 | 316.8 | 0.77 | 0.25 |
| Hex | 73 | F | 57 | 0 | 57 | 18 | 37 | 13D | 4D | 19 |
| Octal | 163 | 17 | 127 | 0 | 127 | 30 | 67 | 475 | 115 | 31 |
| Binary | 1110011 | 1111 | 1010111 | 0 | 1010111 | 11000 | 110111 | 100111101 | 1001101 | 11001 |
Color Harmonies of #730F57
Complementary color
Monochromatic Colors of #730F57
Black with #730F57
Text Example
Text Example
White with #730F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730F57; }
p { color: rgb(115,15,87); }
H1.HeaderClassName
{
color: #730F57;
}
.AnyTagClassName
{
color: #730F57;
}
</style>
background-color css
<style>
a { background-color: #730F57; }
a { background-color: rgb(115,15,87); }
div.DivClassName
{
background-color: #730F57;
}
.BgClassName
{
background-color: #730F57;
}
</style>
border-color css
<style>
span { border-color: #730F57; }
span { border-color: rgb(115,15,87); }
td.TdClassName
{
border-color: #730F57;
}
.TagClassName
{
border-color: #730F57;
}
</style>