Shades of Purple #730D71
Tints of Purple #730D71
RGB
CMYK
RGB Variations
Color information
#730D71 (or 0x730D71) is known color: Purple. HEX triplet: 73, 0D and 71. RGB value is (115,13,113). Sum of RGB (Red+Green+Blue) = 115+13+113=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #730D71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730D71 is #8CF28E. Grayscale: #363636. Windows color (decimal): -9237135 or 7409011. OLE color: 7409011.
HSL color Cylindrical-coordinate representation of color #730D71: hue angle of 301.18º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #730D71 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 13 | 113 | - |
| CMYK | 0 | 0.89 | 0.02 | 0.55 |
| HSL | 301.18º | 0.8% | 0.25% | - |
| HSV(B) | 301.18º | 0.89% | 0.45% | - |
| XYZ | 10.19 | 5.12 | 16.07 | - |
| YUV | 54.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 13 | 113 | 0 | 0.89 | 0.02 | 0.55 | 301.18 | 0.8 | 0.25 |
| Hex | 73 | D | 71 | 0 | 59 | 2 | 37 | 12D | 50 | 19 |
| Octal | 163 | 15 | 161 | 0 | 131 | 2 | 67 | 455 | 120 | 31 |
| Binary | 1110011 | 1101 | 1110001 | 0 | 1011001 | 10 | 110111 | 100101101 | 1010000 | 11001 |
Color Harmonies of #730D71
Complementary color
Monochromatic Colors of #730D71
Black with #730D71
Text Example
Text Example
White with #730D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730D71; }
p { color: rgb(115,13,113); }
H1.HeaderClassName
{
color: #730D71;
}
.AnyTagClassName
{
color: #730D71;
}
</style>
background-color css
<style>
a { background-color: #730D71; }
a { background-color: rgb(115,13,113); }
div.DivClassName
{
background-color: #730D71;
}
.BgClassName
{
background-color: #730D71;
}
</style>
border-color css
<style>
span { border-color: #730D71; }
span { border-color: rgb(115,13,113); }
td.TdClassName
{
border-color: #730D71;
}
.TagClassName
{
border-color: #730D71;
}
</style>