Shades of Purple #730171
Tints of Purple #730171
RGB
CMYK
RGB Variations
Color information
#730171 (or 0x730171) is known color: Purple. HEX triplet: 73, 01 and 71. RGB value is (115,1,113). Sum of RGB (Red+Green+Blue) = 115+1+113=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 113 (44.53% from 255 or 49.34% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #730171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730171 is #8CFE8E. Grayscale: #2F2F2F. Windows color (decimal): -9240207 or 7405939. OLE color: 7405939.
HSL color Cylindrical-coordinate representation of color #730171: hue angle of 301.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730171 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 1 | 113 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.55 |
| HSL | 301.05º | 0.98% | 0.23% | - |
| HSV(B) | 301.05º | 0.99% | 0.45% | - |
| XYZ | 10.06 | 4.86 | 16.03 | - |
| YUV | 47.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 1 | 113 | 0 | 0.99 | 0.02 | 0.55 | 301.05 | 0.98 | 0.23 |
| Hex | 73 | 1 | 71 | 0 | 63 | 2 | 37 | 12D | 62 | 17 |
| Octal | 163 | 1 | 161 | 0 | 143 | 2 | 67 | 455 | 142 | 27 |
| Binary | 1110011 | 1 | 1110001 | 0 | 1100011 | 10 | 110111 | 100101101 | 1100010 | 10111 |
Color Harmonies of #730171
Complementary color
Monochromatic Colors of #730171
Black with #730171
Text Example
Text Example
White with #730171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #730171; }
p { color: rgb(115,1,113); }
H1.HeaderClassName
{
color: #730171;
}
.AnyTagClassName
{
color: #730171;
}
</style>
background-color css
<style>
a { background-color: #730171; }
a { background-color: rgb(115,1,113); }
div.DivClassName
{
background-color: #730171;
}
.BgClassName
{
background-color: #730171;
}
</style>
border-color css
<style>
span { border-color: #730171; }
span { border-color: rgb(115,1,113); }
td.TdClassName
{
border-color: #730171;
}
.TagClassName
{
border-color: #730171;
}
</style>