Shades of Purple #730E71
Tints of Purple #730E71
RGB
CMYK
RGB Variations
Color information
#730E71 (or 0x730E71) is known color: Purple. HEX triplet: 73, 0E and 71. RGB value is (115,14,113). Sum of RGB (Red+Green+Blue) = 115+14+113=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #730E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E71 is #8CF18E. Grayscale: #373737. Windows color (decimal): -9236879 or 7409267. OLE color: 7409267.
HSL color Cylindrical-coordinate representation of color #730E71: hue angle of 301.19º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E71 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 14 | 113 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.55 |
| HSL | 301.19º | 0.78% | 0.25% | - |
| HSV(B) | 301.19º | 0.88% | 0.45% | - |
| XYZ | 10.21 | 5.15 | 16.08 | - |
| YUV | 55.49 | 160.46 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 14 | 113 | 0 | 0.88 | 0.02 | 0.55 | 301.19 | 0.78 | 0.25 |
| Hex | 73 | E | 71 | 0 | 58 | 2 | 37 | 12D | 4E | 19 |
| Octal | 163 | 16 | 161 | 0 | 130 | 2 | 67 | 455 | 116 | 31 |
| Binary | 1110011 | 1110 | 1110001 | 0 | 1011000 | 10 | 110111 | 100101101 | 1001110 | 11001 |
Color Harmonies of #730E71
Complementary color
Monochromatic Colors of #730E71
Black with #730E71
Text Example
Text Example
White with #730E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730E71; }
p { color: rgb(115,14,113); }
H1.HeaderClassName
{
color: #730E71;
}
.AnyTagClassName
{
color: #730E71;
}
</style>
background-color css
<style>
a { background-color: #730E71; }
a { background-color: rgb(115,14,113); }
div.DivClassName
{
background-color: #730E71;
}
.BgClassName
{
background-color: #730E71;
}
</style>
border-color css
<style>
span { border-color: #730E71; }
span { border-color: rgb(115,14,113); }
td.TdClassName
{
border-color: #730E71;
}
.TagClassName
{
border-color: #730E71;
}
</style>