Shades of Purple #731173
Tints of Purple #731173
RGB
CMYK
RGB Variations
Color information
#731173 (or 0x731173) is known color: Purple. HEX triplet: 73, 11 and 73. RGB value is (115,17,115). Sum of RGB (Red+Green+Blue) = 115+17+115=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: red, blue. Hex color #731173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731173 is #8CEE8C. Grayscale: #393939. Windows color (decimal): -9236109 or 7541107. OLE color: 7541107.
HSL color Cylindrical-coordinate representation of color #731173: hue angle of 300º 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 #731173 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 115 | - |
| CMYK | 0 | 0.85 | 0 | 0.55 |
| HSL | 300º | 0.74% | 0.26% | - |
| HSV(B) | 300º | 0.85% | 0.45% | - |
| XYZ | 10.37 | 5.28 | 16.69 | - |
| YUV | 57.47 | 160.47 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 115 | 0 | 0.85 | 0 | 0.55 | 300 | 0.74 | 0.26 |
| Hex | 73 | 11 | 73 | 0 | 55 | 0 | 37 | 12C | 4A | 1A |
| Octal | 163 | 21 | 163 | 0 | 125 | 0 | 67 | 454 | 112 | 32 |
| Binary | 1110011 | 10001 | 1110011 | 0 | 1010101 | 0 | 110111 | 100101100 | 1001010 | 11010 |
Color Harmonies of #731173
Complementary color
Monochromatic Colors of #731173
Black with #731173
Text Example
Text Example
White with #731173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731173; }
p { color: rgb(115,17,115); }
H1.HeaderClassName
{
color: #731173;
}
.AnyTagClassName
{
color: #731173;
}
</style>
background-color css
<style>
a { background-color: #731173; }
a { background-color: rgb(115,17,115); }
div.DivClassName
{
background-color: #731173;
}
.BgClassName
{
background-color: #731173;
}
</style>
border-color css
<style>
span { border-color: #731173; }
span { border-color: rgb(115,17,115); }
td.TdClassName
{
border-color: #731173;
}
.TagClassName
{
border-color: #731173;
}
</style>