Shades of Palatinate Purple #730B59
Tints of Palatinate Purple #730B59
RGB
CMYK
RGB Variations
Color information
#730B59 (or 0x730B59) is known color: Palatinate Purple. HEX triplet: 73, 0B and 59. RGB value is (115,11,89). Sum of RGB (Red+Green+Blue) = 115+11+89=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #730B59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730B59 is #8CF4A6. Grayscale: #323232. Windows color (decimal): -9237671 or 5835635. OLE color: 5835635.
HSL color Cylindrical-coordinate representation of color #730B59: hue angle of 315º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730B59 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 11 | 89 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.55 |
| HSL | 315º | 0.83% | 0.25% | - |
| HSV(B) | 315º | 0.9% | 0.45% | - |
| XYZ | 8.99 | 4.61 | 9.87 | - |
| YUV | 50.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 89 | 0 | 0.90 | 0.23 | 0.55 | 315 | 0.83 | 0.25 |
| Hex | 73 | B | 59 | 0 | 5A | 17 | 37 | 13B | 53 | 19 |
| Octal | 163 | 13 | 131 | 0 | 132 | 27 | 67 | 473 | 123 | 31 |
| Binary | 1110011 | 1011 | 1011001 | 0 | 1011010 | 10111 | 110111 | 100111011 | 1010011 | 11001 |
Color Harmonies of #730B59
Complementary color
Monochromatic Colors of #730B59
Black with #730B59
Text Example
Text Example
White with #730B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B59; }
p { color: rgb(115,11,89); }
H1.HeaderClassName
{
color: #730B59;
}
.AnyTagClassName
{
color: #730B59;
}
</style>
background-color css
<style>
a { background-color: #730B59; }
a { background-color: rgb(115,11,89); }
div.DivClassName
{
background-color: #730B59;
}
.BgClassName
{
background-color: #730B59;
}
</style>
border-color css
<style>
span { border-color: #730B59; }
span { border-color: rgb(115,11,89); }
td.TdClassName
{
border-color: #730B59;
}
.TagClassName
{
border-color: #730B59;
}
</style>