Shades of Purple #730787
Tints of Purple #730787
RGB
CMYK
RGB Variations
Color information
#730787 (or 0x730787) is known color: Purple. HEX triplet: 73, 07 and 87. RGB value is (115,7,135). Sum of RGB (Red+Green+Blue) = 115+7+135=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 135 (53.12% from 255 or 52.53% from 257); Max value from RGB is 135 - color contains mainly: blue. Hex color #730787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730787 is #8CF878. Grayscale: #353535. Windows color (decimal): -9238649 or 8849267. OLE color: 8849267.
HSL color Cylindrical-coordinate representation of color #730787: hue angle of 290.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730787 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 7 | 135 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.47 |
| HSL | 290.63º | 0.9% | 0.28% | - |
| HSV(B) | 290.63º | 0.95% | 0.53% | - |
| XYZ | 11.52 | 5.55 | 23.39 | - |
| YUV | 53.88 | 173.78 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 135 | 0.15 | 0.95 | 0 | 0.47 | 290.63 | 0.9 | 0.28 |
| Hex | 73 | 7 | 87 | F | 5F | 0 | 2F | 123 | 5A | 1C |
| Octal | 163 | 7 | 207 | 17 | 137 | 0 | 57 | 443 | 132 | 34 |
| Binary | 1110011 | 111 | 10000111 | 1111 | 1011111 | 0 | 101111 | 100100011 | 1011010 | 11100 |
Color Harmonies of #730787
Complementary color
Monochromatic Colors of #730787
Black with #730787
Text Example
Text Example
White with #730787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730787; }
p { color: rgb(115,7,135); }
H1.HeaderClassName
{
color: #730787;
}
.AnyTagClassName
{
color: #730787;
}
</style>
background-color css
<style>
a { background-color: #730787; }
a { background-color: rgb(115,7,135); }
div.DivClassName
{
background-color: #730787;
}
.BgClassName
{
background-color: #730787;
}
</style>
border-color css
<style>
span { border-color: #730787; }
span { border-color: rgb(115,7,135); }
td.TdClassName
{
border-color: #730787;
}
.TagClassName
{
border-color: #730787;
}
</style>