Shades of Palatinate Purple #730D63
Tints of Palatinate Purple #730D63
RGB
CMYK
RGB Variations
Color information
#730D63 (or 0x730D63) is known color: Palatinate Purple. HEX triplet: 73, 0D and 63. RGB value is (115,13,99). Sum of RGB (Red+Green+Blue) = 115+13+99=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #730D63 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D63 is #8CF29C. Grayscale: #353535. Windows color (decimal): -9237149 or 6491507. OLE color: 6491507.
HSL color Cylindrical-coordinate representation of color #730D63: hue angle of 309.41º 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 #730D63 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 99 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.55 |
| HSL | 309.41º | 0.8% | 0.25% | - |
| HSV(B) | 309.41º | 0.89% | 0.45% | - |
| XYZ | 9.47 | 4.83 | 12.24 | - |
| YUV | 53.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 99 | 0 | 0.89 | 0.14 | 0.55 | 309.41 | 0.8 | 0.25 |
| Hex | 73 | D | 63 | 0 | 59 | E | 37 | 135 | 50 | 19 |
| Octal | 163 | 15 | 143 | 0 | 131 | 16 | 67 | 465 | 120 | 31 |
| Binary | 1110011 | 1101 | 1100011 | 0 | 1011001 | 1110 | 110111 | 100110101 | 1010000 | 11001 |
Color Harmonies of #730D63
Complementary color
Monochromatic Colors of #730D63
Black with #730D63
Text Example
Text Example
White with #730D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D63; }
p { color: rgb(115,13,99); }
H1.HeaderClassName
{
color: #730D63;
}
.AnyTagClassName
{
color: #730D63;
}
</style>
background-color css
<style>
a { background-color: #730D63; }
a { background-color: rgb(115,13,99); }
div.DivClassName
{
background-color: #730D63;
}
.BgClassName
{
background-color: #730D63;
}
</style>
border-color css
<style>
span { border-color: #730D63; }
span { border-color: rgb(115,13,99); }
td.TdClassName
{
border-color: #730D63;
}
.TagClassName
{
border-color: #730D63;
}
</style>