Shades of Purple #730B87
Tints of Purple #730B87
RGB
CMYK
RGB Variations
Color information
#730B87 (or 0x730B87) is known color: Purple. HEX triplet: 73, 0B and 87. RGB value is (115,11,135). Sum of RGB (Red+Green+Blue) = 115+11+135=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #730B87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B87 is #8CF478. Grayscale: #373737. Windows color (decimal): -9237625 or 8850291. OLE color: 8850291.
HSL color Cylindrical-coordinate representation of color #730B87: hue angle of 290.32º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730B87 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 11 | 135 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.47 |
| HSL | 290.32º | 0.85% | 0.29% | - |
| HSV(B) | 290.32º | 0.92% | 0.53% | - |
| XYZ | 11.56 | 5.63 | 23.4 | - |
| YUV | 56.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 11 | 135 | 0.15 | 0.92 | 0 | 0.47 | 290.32 | 0.85 | 0.29 |
| Hex | 73 | B | 87 | F | 5C | 0 | 2F | 122 | 55 | 1D |
| Octal | 163 | 13 | 207 | 17 | 134 | 0 | 57 | 442 | 125 | 35 |
| Binary | 1110011 | 1011 | 10000111 | 1111 | 1011100 | 0 | 101111 | 100100010 | 1010101 | 11101 |
Color Harmonies of #730B87
Complementary color
Monochromatic Colors of #730B87
Black with #730B87
Text Example
Text Example
White with #730B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730B87; }
p { color: rgb(115,11,135); }
H1.HeaderClassName
{
color: #730B87;
}
.AnyTagClassName
{
color: #730B87;
}
</style>
background-color css
<style>
a { background-color: #730B87; }
a { background-color: rgb(115,11,135); }
div.DivClassName
{
background-color: #730B87;
}
.BgClassName
{
background-color: #730B87;
}
</style>
border-color css
<style>
span { border-color: #730B87; }
span { border-color: rgb(115,11,135); }
td.TdClassName
{
border-color: #730B87;
}
.TagClassName
{
border-color: #730B87;
}
</style>