Shades of Purple #730989
Tints of Purple #730989
RGB
CMYK
RGB Variations
Color information
#730989 (or 0x730989) is known color: Purple. HEX triplet: 73, 09 and 89. RGB value is (115,9,137). Sum of RGB (Red+Green+Blue) = 115+9+137=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #730989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730989 is #8CF676. Grayscale: #363636. Windows color (decimal): -9238135 or 8980851. OLE color: 8980851.
HSL color Cylindrical-coordinate representation of color #730989: hue angle of 289.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730989 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 9 | 137 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.46 |
| HSL | 289.69º | 0.88% | 0.29% | - |
| HSV(B) | 289.69º | 0.93% | 0.54% | - |
| XYZ | 11.68 | 5.65 | 24.14 | - |
| YUV | 55.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 137 | 0.16 | 0.93 | 0 | 0.46 | 289.69 | 0.88 | 0.29 |
| Hex | 73 | 9 | 89 | 10 | 5D | 0 | 2E | 122 | 58 | 1D |
| Octal | 163 | 11 | 211 | 20 | 135 | 0 | 56 | 442 | 130 | 35 |
| Binary | 1110011 | 1001 | 10001001 | 10000 | 1011101 | 0 | 101110 | 100100010 | 1011000 | 11101 |
Color Harmonies of #730989
Complementary color
Monochromatic Colors of #730989
Black with #730989
Text Example
Text Example
White with #730989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730989; }
p { color: rgb(115,9,137); }
H1.HeaderClassName
{
color: #730989;
}
.AnyTagClassName
{
color: #730989;
}
</style>
background-color css
<style>
a { background-color: #730989; }
a { background-color: rgb(115,9,137); }
div.DivClassName
{
background-color: #730989;
}
.BgClassName
{
background-color: #730989;
}
</style>
border-color css
<style>
span { border-color: #730989; }
span { border-color: rgb(115,9,137); }
td.TdClassName
{
border-color: #730989;
}
.TagClassName
{
border-color: #730989;
}
</style>