Shades of Purple #730563
Tints of Purple #730563
RGB
CMYK
RGB Variations
Color information
#730563 (or 0x730563) is known color: Purple. HEX triplet: 73, 05 and 63. RGB value is (115,5,99). Sum of RGB (Red+Green+Blue) = 115+5+99=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 99 (39.06% from 255 or 45.21% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #730563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730563 is #8CFA9C. Grayscale: #303030. Windows color (decimal): -9239197 or 6489459. OLE color: 6489459.
HSL color Cylindrical-coordinate representation of color #730563: hue angle of 308.73º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730563 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 5 | 99 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.55 |
| HSL | 308.73º | 0.92% | 0.24% | - |
| HSV(B) | 308.73º | 0.96% | 0.45% | - |
| XYZ | 9.38 | 4.65 | 12.21 | - |
| YUV | 48.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 5 | 99 | 0 | 0.96 | 0.14 | 0.55 | 308.73 | 0.92 | 0.24 |
| Hex | 73 | 5 | 63 | 0 | 60 | E | 37 | 135 | 5C | 18 |
| Octal | 163 | 5 | 143 | 0 | 140 | 16 | 67 | 465 | 134 | 30 |
| Binary | 1110011 | 101 | 1100011 | 0 | 1100000 | 1110 | 110111 | 100110101 | 1011100 | 11000 |
Color Harmonies of #730563
Complementary color
Monochromatic Colors of #730563
Black with #730563
Text Example
Text Example
White with #730563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730563; }
p { color: rgb(115,5,99); }
H1.HeaderClassName
{
color: #730563;
}
.AnyTagClassName
{
color: #730563;
}
</style>
background-color css
<style>
a { background-color: #730563; }
a { background-color: rgb(115,5,99); }
div.DivClassName
{
background-color: #730563;
}
.BgClassName
{
background-color: #730563;
}
</style>
border-color css
<style>
span { border-color: #730563; }
span { border-color: rgb(115,5,99); }
td.TdClassName
{
border-color: #730563;
}
.TagClassName
{
border-color: #730563;
}
</style>