Shades of Purple #730B89
Tints of Purple #730B89
RGB
CMYK
RGB Variations
Color information
#730B89 (or 0x730B89) is known color: Purple. HEX triplet: 73, 0B and 89. RGB value is (115,11,137). Sum of RGB (Red+Green+Blue) = 115+11+137=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 137 (53.91% from 255 or 52.09% from 263); Max value from RGB is 137 - color contains mainly: blue. Hex color #730B89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B89 is #8CF476. Grayscale: #383838. Windows color (decimal): -9237623 or 8981363. OLE color: 8981363.
HSL color Cylindrical-coordinate representation of color #730B89: hue angle of 289.52º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730B89 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 115 | 11 | 137 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.46 |
| HSL | 289.52º | 0.85% | 0.29% | - |
| HSV(B) | 289.52º | 0.92% | 0.54% | - |
| XYZ | 11.71 | 5.69 | 24.15 | - |
| YUV | 56.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 137 | 0.16 | 0.92 | 0 | 0.46 | 289.52 | 0.85 | 0.29 |
| Hex | 73 | B | 89 | 10 | 5C | 0 | 2E | 122 | 55 | 1D |
| Octal | 163 | 13 | 211 | 20 | 134 | 0 | 56 | 442 | 125 | 35 |
| Binary | 1110011 | 1011 | 10001001 | 10000 | 1011100 | 0 | 101110 | 100100010 | 1010101 | 11101 |
Color Harmonies of #730B89
Complementary color
Monochromatic Colors of #730B89
Black with #730B89
Text Example
Text Example
White with #730B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B89; }
p { color: rgb(115,11,137); }
H1.HeaderClassName
{
color: #730B89;
}
.AnyTagClassName
{
color: #730B89;
}
</style>
background-color css
<style>
a { background-color: #730B89; }
a { background-color: rgb(115,11,137); }
div.DivClassName
{
background-color: #730B89;
}
.BgClassName
{
background-color: #730B89;
}
</style>
border-color css
<style>
span { border-color: #730B89; }
span { border-color: rgb(115,11,137); }
td.TdClassName
{
border-color: #730B89;
}
.TagClassName
{
border-color: #730B89;
}
</style>