Shades of Purple #730771
Tints of Purple #730771
RGB
CMYK
RGB Variations
Color information
#730771 (or 0x730771) is known color: Purple. HEX triplet: 73, 07 and 71. RGB value is (115,7,113). Sum of RGB (Red+Green+Blue) = 115+7+113=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #730771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730771 is #8CF88E. Grayscale: #333333. Windows color (decimal): -9238671 or 7407475. OLE color: 7407475.
HSL color Cylindrical-coordinate representation of color #730771: hue angle of 301.11º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730771 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 7 | 113 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.55 |
| HSL | 301.11º | 0.89% | 0.24% | - |
| HSV(B) | 301.11º | 0.94% | 0.45% | - |
| XYZ | 10.13 | 4.99 | 16.05 | - |
| YUV | 51.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 7 | 113 | 0 | 0.94 | 0.02 | 0.55 | 301.11 | 0.89 | 0.24 |
| Hex | 73 | 7 | 71 | 0 | 5E | 2 | 37 | 12D | 59 | 18 |
| Octal | 163 | 7 | 161 | 0 | 136 | 2 | 67 | 455 | 131 | 30 |
| Binary | 1110011 | 111 | 1110001 | 0 | 1011110 | 10 | 110111 | 100101101 | 1011001 | 11000 |
Color Harmonies of #730771
Complementary color
Monochromatic Colors of #730771
Black with #730771
Text Example
Text Example
White with #730771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730771; }
p { color: rgb(115,7,113); }
H1.HeaderClassName
{
color: #730771;
}
.AnyTagClassName
{
color: #730771;
}
</style>
background-color css
<style>
a { background-color: #730771; }
a { background-color: rgb(115,7,113); }
div.DivClassName
{
background-color: #730771;
}
.BgClassName
{
background-color: #730771;
}
</style>
border-color css
<style>
span { border-color: #730771; }
span { border-color: rgb(115,7,113); }
td.TdClassName
{
border-color: #730771;
}
.TagClassName
{
border-color: #730771;
}
</style>