Shades of Dark Purple #731671
Tints of Dark Purple #731671
RGB
CMYK
RGB Variations
Color information
#731671 (or 0x731671) is known color: Dark Purple. HEX triplet: 73, 16 and 71. RGB value is (115,22,113). Sum of RGB (Red+Green+Blue) = 115+22+113=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #731671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731671 is #8CE98E. Grayscale: #3B3B3B. Windows color (decimal): -9234831 or 7411315. OLE color: 7411315.
HSL color Cylindrical-coordinate representation of color #731671: hue angle of 301.29º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731671 is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 22 | 113 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.55 |
| HSL | 301.29º | 0.68% | 0.27% | - |
| HSV(B) | 301.29º | 0.81% | 0.45% | - |
| XYZ | 10.34 | 5.41 | 16.12 | - |
| YUV | 60.18 | 157.81 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 22 | 113 | 0 | 0.81 | 0.02 | 0.55 | 301.29 | 0.68 | 0.27 |
| Hex | 73 | 16 | 71 | 0 | 51 | 2 | 37 | 12D | 44 | 1B |
| Octal | 163 | 26 | 161 | 0 | 121 | 2 | 67 | 455 | 104 | 33 |
| Binary | 1110011 | 10110 | 1110001 | 0 | 1010001 | 10 | 110111 | 100101101 | 1000100 | 11011 |
Color Harmonies of #731671
Complementary color
Monochromatic Colors of #731671
Black with #731671
Text Example
Text Example
White with #731671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731671; }
p { color: rgb(115,22,113); }
H1.HeaderClassName
{
color: #731671;
}
.AnyTagClassName
{
color: #731671;
}
</style>
background-color css
<style>
a { background-color: #731671; }
a { background-color: rgb(115,22,113); }
div.DivClassName
{
background-color: #731671;
}
.BgClassName
{
background-color: #731671;
}
</style>
border-color css
<style>
span { border-color: #731671; }
span { border-color: rgb(115,22,113); }
td.TdClassName
{
border-color: #731671;
}
.TagClassName
{
border-color: #731671;
}
</style>