Shades of Palatinate Purple #730863
Tints of Palatinate Purple #730863
RGB
CMYK
RGB Variations
Color information
#730863 (or 0x730863) is known color: Palatinate Purple. HEX triplet: 73, 08 and 63. RGB value is (115,8,99). Sum of RGB (Red+Green+Blue) = 115+8+99=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #730863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730863 is #8CF79C. Grayscale: #323232. Windows color (decimal): -9238429 or 6490227. OLE color: 6490227.
HSL color Cylindrical-coordinate representation of color #730863: hue angle of 308.97º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730863 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 8 | 99 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.55 |
| HSL | 308.97º | 0.87% | 0.24% | - |
| HSV(B) | 308.97º | 0.93% | 0.45% | - |
| XYZ | 9.41 | 4.72 | 12.22 | - |
| YUV | 50.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 99 | 0 | 0.93 | 0.14 | 0.55 | 308.97 | 0.87 | 0.24 |
| Hex | 73 | 8 | 63 | 0 | 5D | E | 37 | 135 | 57 | 18 |
| Octal | 163 | 10 | 143 | 0 | 135 | 16 | 67 | 465 | 127 | 30 |
| Binary | 1110011 | 1000 | 1100011 | 0 | 1011101 | 1110 | 110111 | 100110101 | 1010111 | 11000 |
Color Harmonies of #730863
Complementary color
Monochromatic Colors of #730863
Black with #730863
Text Example
Text Example
White with #730863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730863; }
p { color: rgb(115,8,99); }
H1.HeaderClassName
{
color: #730863;
}
.AnyTagClassName
{
color: #730863;
}
</style>
background-color css
<style>
a { background-color: #730863; }
a { background-color: rgb(115,8,99); }
div.DivClassName
{
background-color: #730863;
}
.BgClassName
{
background-color: #730863;
}
</style>
border-color css
<style>
span { border-color: #730863; }
span { border-color: rgb(115,8,99); }
td.TdClassName
{
border-color: #730863;
}
.TagClassName
{
border-color: #730863;
}
</style>