Shades of Dark Purple #873C73
Tints of Dark Purple #873C73
RGB
CMYK
RGB Variations
Color information
#873C73 (or 0x873C73) is known color: Dark Purple. HEX triplet: 87, 3C and 73. RGB value is (135,60,115). Sum of RGB (Red+Green+Blue) = 135+60+115=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 135 - color contains mainly: red. Hex color #873C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C73 is #78C38C. Grayscale: #585858. Windows color (decimal): -7914381 or 7552135. OLE color: 7552135.
HSL color Cylindrical-coordinate representation of color #873C73: hue angle of 316º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C73 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 115 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.47 |
| HSL | 316º | 0.38% | 0.38% | - |
| HSV(B) | 316º | 0.56% | 0.53% | - |
| XYZ | 14.7 | 9.62 | 17.3 | - |
| YUV | 88.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 115 | 0 | 0.56 | 0.15 | 0.47 | 316 | 0.38 | 0.38 |
| Hex | 87 | 3C | 73 | 0 | 38 | F | 2F | 13C | 26 | 26 |
| Octal | 207 | 74 | 163 | 0 | 70 | 17 | 57 | 474 | 46 | 46 |
| Binary | 10000111 | 111100 | 1110011 | 0 | 111000 | 1111 | 101111 | 100111100 | 100110 | 100110 |
Color Harmonies of #873C73
Complementary color
Monochromatic Colors of #873C73
Black with #873C73
Text Example
Text Example
White with #873C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C73; }
p { color: rgb(135,60,115); }
H1.HeaderClassName
{
color: #873C73;
}
.AnyTagClassName
{
color: #873C73;
}
</style>
background-color css
<style>
a { background-color: #873C73; }
a { background-color: rgb(135,60,115); }
div.DivClassName
{
background-color: #873C73;
}
.BgClassName
{
background-color: #873C73;
}
</style>
border-color css
<style>
span { border-color: #873C73; }
span { border-color: rgb(135,60,115); }
td.TdClassName
{
border-color: #873C73;
}
.TagClassName
{
border-color: #873C73;
}
</style>