Shades of Dark Purple #873173
Tints of Dark Purple #873173
RGB
CMYK
RGB Variations
Color information
#873173 (or 0x873173) is known color: Dark Purple. HEX triplet: 87, 31 and 73. RGB value is (135,49,115). Sum of RGB (Red+Green+Blue) = 135+49+115=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #873173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873173 is #78CE8C. Grayscale: #525252. Windows color (decimal): -7917197 or 7549319. OLE color: 7549319.
HSL color Cylindrical-coordinate representation of color #873173: hue angle of 313.95º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873173 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 115 | - |
| CMYK | 0 | 0.64 | 0.15 | 0.47 |
| HSL | 313.95º | 0.47% | 0.36% | - |
| HSV(B) | 313.95º | 0.64% | 0.53% | - |
| XYZ | 14.18 | 8.59 | 17.13 | - |
| YUV | 82.24 | 146.49 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 115 | 0 | 0.64 | 0.15 | 0.47 | 313.95 | 0.47 | 0.36 |
| Hex | 87 | 31 | 73 | 0 | 40 | F | 2F | 13A | 2F | 24 |
| Octal | 207 | 61 | 163 | 0 | 100 | 17 | 57 | 472 | 57 | 44 |
| Binary | 10000111 | 110001 | 1110011 | 0 | 1000000 | 1111 | 101111 | 100111010 | 101111 | 100100 |
Color Harmonies of #873173
Complementary color
Monochromatic Colors of #873173
Black with #873173
Text Example
Text Example
White with #873173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873173; }
p { color: rgb(135,49,115); }
H1.HeaderClassName
{
color: #873173;
}
.AnyTagClassName
{
color: #873173;
}
</style>
background-color css
<style>
a { background-color: #873173; }
a { background-color: rgb(135,49,115); }
div.DivClassName
{
background-color: #873173;
}
.BgClassName
{
background-color: #873173;
}
</style>
border-color css
<style>
span { border-color: #873173; }
span { border-color: rgb(135,49,115); }
td.TdClassName
{
border-color: #873173;
}
.TagClassName
{
border-color: #873173;
}
</style>