Shades of Purple #730887
Tints of Purple #730887
RGB
CMYK
RGB Variations
Color information
#730887 (or 0x730887) is known color: Purple. HEX triplet: 73, 08 and 87. RGB value is (115,8,135). Sum of RGB (Red+Green+Blue) = 115+8+135=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #730887 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730887 is #8CF778. Grayscale: #363636. Windows color (decimal): -9238393 or 8849523. OLE color: 8849523.
HSL color Cylindrical-coordinate representation of color #730887: hue angle of 290.55º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730887 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 8 | 135 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.47 |
| HSL | 290.55º | 0.89% | 0.28% | - |
| HSV(B) | 290.55º | 0.94% | 0.53% | - |
| XYZ | 11.53 | 5.57 | 23.39 | - |
| YUV | 54.47 | 173.45 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 135 | 0.15 | 0.94 | 0 | 0.47 | 290.55 | 0.89 | 0.28 |
| Hex | 73 | 8 | 87 | F | 5E | 0 | 2F | 123 | 59 | 1C |
| Octal | 163 | 10 | 207 | 17 | 136 | 0 | 57 | 443 | 131 | 34 |
| Binary | 1110011 | 1000 | 10000111 | 1111 | 1011110 | 0 | 101111 | 100100011 | 1011001 | 11100 |
Color Harmonies of #730887
Complementary color
Monochromatic Colors of #730887
Black with #730887
Text Example
Text Example
White with #730887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730887; }
p { color: rgb(115,8,135); }
H1.HeaderClassName
{
color: #730887;
}
.AnyTagClassName
{
color: #730887;
}
</style>
background-color css
<style>
a { background-color: #730887; }
a { background-color: rgb(115,8,135); }
div.DivClassName
{
background-color: #730887;
}
.BgClassName
{
background-color: #730887;
}
</style>
border-color css
<style>
span { border-color: #730887; }
span { border-color: rgb(115,8,135); }
td.TdClassName
{
border-color: #730887;
}
.TagClassName
{
border-color: #730887;
}
</style>