Shades of Purple #730987
Tints of Purple #730987
RGB
CMYK
RGB Variations
Color information
#730987 (or 0x730987) is known color: Purple. HEX triplet: 73, 09 and 87. RGB value is (115,9,135). Sum of RGB (Red+Green+Blue) = 115+9+135=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #730987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730987 is #8CF678. Grayscale: #363636. Windows color (decimal): -9238137 or 8849779. OLE color: 8849779.
HSL color Cylindrical-coordinate representation of color #730987: hue angle of 290.48º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730987 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 9 | 135 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.47 |
| HSL | 290.48º | 0.88% | 0.28% | - |
| HSV(B) | 290.48º | 0.93% | 0.53% | - |
| XYZ | 11.54 | 5.59 | 23.39 | - |
| YUV | 55.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 9 | 135 | 0.15 | 0.93 | 0 | 0.47 | 290.48 | 0.88 | 0.28 |
| Hex | 73 | 9 | 87 | F | 5D | 0 | 2F | 122 | 58 | 1C |
| Octal | 163 | 11 | 207 | 17 | 135 | 0 | 57 | 442 | 130 | 34 |
| Binary | 1110011 | 1001 | 10000111 | 1111 | 1011101 | 0 | 101111 | 100100010 | 1011000 | 11100 |
Color Harmonies of #730987
Complementary color
Monochromatic Colors of #730987
Black with #730987
Text Example
Text Example
White with #730987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730987; }
p { color: rgb(115,9,135); }
H1.HeaderClassName
{
color: #730987;
}
.AnyTagClassName
{
color: #730987;
}
</style>
background-color css
<style>
a { background-color: #730987; }
a { background-color: rgb(115,9,135); }
div.DivClassName
{
background-color: #730987;
}
.BgClassName
{
background-color: #730987;
}
</style>
border-color css
<style>
span { border-color: #730987; }
span { border-color: rgb(115,9,135); }
td.TdClassName
{
border-color: #730987;
}
.TagClassName
{
border-color: #730987;
}
</style>