Shades of Purple #730A89
Tints of Purple #730A89
RGB
CMYK
RGB Variations
Color information
#730A89 (or 0x730A89) is known color: Purple. HEX triplet: 73, 0A and 89. RGB value is (115,10,137). Sum of RGB (Red+Green+Blue) = 115+10+137=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #730A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A89 is #8CF576. Grayscale: #373737. Windows color (decimal): -9237879 or 8981107. OLE color: 8981107.
HSL color Cylindrical-coordinate representation of color #730A89: hue angle of 289.61º degrees, saturation: 0.86, 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 #730A89 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 10 | 137 | - |
| CMYK | 0.16 | 0.93 | 0 | 0.46 |
| HSL | 289.61º | 0.86% | 0.29% | - |
| HSV(B) | 289.61º | 0.93% | 0.54% | - |
| XYZ | 11.69 | 5.67 | 24.14 | - |
| YUV | 55.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 137 | 0.16 | 0.93 | 0 | 0.46 | 289.61 | 0.86 | 0.29 |
| Hex | 73 | A | 89 | 10 | 5D | 0 | 2E | 122 | 56 | 1D |
| Octal | 163 | 12 | 211 | 20 | 135 | 0 | 56 | 442 | 126 | 35 |
| Binary | 1110011 | 1010 | 10001001 | 10000 | 1011101 | 0 | 101110 | 100100010 | 1010110 | 11101 |
Color Harmonies of #730A89
Complementary color
Monochromatic Colors of #730A89
Black with #730A89
Text Example
Text Example
White with #730A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A89; }
p { color: rgb(115,10,137); }
H1.HeaderClassName
{
color: #730A89;
}
.AnyTagClassName
{
color: #730A89;
}
</style>
background-color css
<style>
a { background-color: #730A89; }
a { background-color: rgb(115,10,137); }
div.DivClassName
{
background-color: #730A89;
}
.BgClassName
{
background-color: #730A89;
}
</style>
border-color css
<style>
span { border-color: #730A89; }
span { border-color: rgb(115,10,137); }
td.TdClassName
{
border-color: #730A89;
}
.TagClassName
{
border-color: #730A89;
}
</style>