Shades of Purple #731171
Tints of Purple #731171
RGB
CMYK
RGB Variations
Color information
#731171 (or 0x731171) is known color: Purple. HEX triplet: 73, 11 and 71. RGB value is (115,17,113). Sum of RGB (Red+Green+Blue) = 115+17+113=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #731171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731171 is #8CEE8E. Grayscale: #383838. Windows color (decimal): -9236111 or 7410035. OLE color: 7410035.
HSL color Cylindrical-coordinate representation of color #731171: hue angle of 301.22º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731171 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 113 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.55 |
| HSL | 301.22º | 0.74% | 0.26% | - |
| HSV(B) | 301.22º | 0.85% | 0.45% | - |
| XYZ | 10.25 | 5.24 | 16.09 | - |
| YUV | 57.25 | 159.47 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 113 | 0 | 0.85 | 0.02 | 0.55 | 301.22 | 0.74 | 0.26 |
| Hex | 73 | 11 | 71 | 0 | 55 | 2 | 37 | 12D | 4A | 1A |
| Octal | 163 | 21 | 161 | 0 | 125 | 2 | 67 | 455 | 112 | 32 |
| Binary | 1110011 | 10001 | 1110001 | 0 | 1010101 | 10 | 110111 | 100101101 | 1001010 | 11010 |
Color Harmonies of #731171
Complementary color
Monochromatic Colors of #731171
Black with #731171
Text Example
Text Example
White with #731171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731171; }
p { color: rgb(115,17,113); }
H1.HeaderClassName
{
color: #731171;
}
.AnyTagClassName
{
color: #731171;
}
</style>
background-color css
<style>
a { background-color: #731171; }
a { background-color: rgb(115,17,113); }
div.DivClassName
{
background-color: #731171;
}
.BgClassName
{
background-color: #731171;
}
</style>
border-color css
<style>
span { border-color: #731171; }
span { border-color: rgb(115,17,113); }
td.TdClassName
{
border-color: #731171;
}
.TagClassName
{
border-color: #731171;
}
</style>