Shades of Purple #730789
Tints of Purple #730789
RGB
CMYK
RGB Variations
Color information
#730789 (or 0x730789) is known color: Purple. HEX triplet: 73, 07 and 89. RGB value is (115,7,137). Sum of RGB (Red+Green+Blue) = 115+7+137=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #730789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730789 is #8CF876. Grayscale: #353535. Windows color (decimal): -9238647 or 8980339. OLE color: 8980339.
HSL color Cylindrical-coordinate representation of color #730789: hue angle of 289.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730789 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 7 | 137 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.46 |
| HSL | 289.85º | 0.9% | 0.28% | - |
| HSV(B) | 289.85º | 0.95% | 0.54% | - |
| XYZ | 11.66 | 5.6 | 24.13 | - |
| YUV | 54.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 137 | 0.16 | 0.95 | 0 | 0.46 | 289.85 | 0.9 | 0.28 |
| Hex | 73 | 7 | 89 | 10 | 5F | 0 | 2E | 122 | 5A | 1C |
| Octal | 163 | 7 | 211 | 20 | 137 | 0 | 56 | 442 | 132 | 34 |
| Binary | 1110011 | 111 | 10001001 | 10000 | 1011111 | 0 | 101110 | 100100010 | 1011010 | 11100 |
Color Harmonies of #730789
Complementary color
Monochromatic Colors of #730789
Black with #730789
Text Example
Text Example
White with #730789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730789; }
p { color: rgb(115,7,137); }
H1.HeaderClassName
{
color: #730789;
}
.AnyTagClassName
{
color: #730789;
}
</style>
background-color css
<style>
a { background-color: #730789; }
a { background-color: rgb(115,7,137); }
div.DivClassName
{
background-color: #730789;
}
.BgClassName
{
background-color: #730789;
}
</style>
border-color css
<style>
span { border-color: #730789; }
span { border-color: rgb(115,7,137); }
td.TdClassName
{
border-color: #730789;
}
.TagClassName
{
border-color: #730789;
}
</style>