Shades of Purple #730A87
Tints of Purple #730A87
RGB
CMYK
RGB Variations
Color information
#730A87 (or 0x730A87) is known color: Purple. HEX triplet: 73, 0A and 87. RGB value is (115,10,135). Sum of RGB (Red+Green+Blue) = 115+10+135=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 10 (4.30% from 255 or 3.85% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #730A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A87 is #8CF578. Grayscale: #373737. Windows color (decimal): -9237881 or 8850035. OLE color: 8850035.
HSL color Cylindrical-coordinate representation of color #730A87: hue angle of 290.4º degrees, saturation: 0.86, 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 #730A87 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 10 | 135 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.47 |
| HSL | 290.4º | 0.86% | 0.28% | - |
| HSV(B) | 290.4º | 0.93% | 0.53% | - |
| XYZ | 11.55 | 5.61 | 23.4 | - |
| YUV | 55.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 10 | 135 | 0.15 | 0.93 | 0 | 0.47 | 290.4 | 0.86 | 0.28 |
| Hex | 73 | A | 87 | F | 5D | 0 | 2F | 122 | 56 | 1C |
| Octal | 163 | 12 | 207 | 17 | 135 | 0 | 57 | 442 | 126 | 34 |
| Binary | 1110011 | 1010 | 10000111 | 1111 | 1011101 | 0 | 101111 | 100100010 | 1010110 | 11100 |
Color Harmonies of #730A87
Complementary color
Monochromatic Colors of #730A87
Black with #730A87
Text Example
Text Example
White with #730A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730A87; }
p { color: rgb(115,10,135); }
H1.HeaderClassName
{
color: #730A87;
}
.AnyTagClassName
{
color: #730A87;
}
</style>
background-color css
<style>
a { background-color: #730A87; }
a { background-color: rgb(115,10,135); }
div.DivClassName
{
background-color: #730A87;
}
.BgClassName
{
background-color: #730A87;
}
</style>
border-color css
<style>
span { border-color: #730A87; }
span { border-color: rgb(115,10,135); }
td.TdClassName
{
border-color: #730A87;
}
.TagClassName
{
border-color: #730A87;
}
</style>