Shades of Dark Purple #873C77
Tints of Dark Purple #873C77
RGB
CMYK
RGB Variations
Color information
#873C77 (or 0x873C77) is known color: Dark Purple. HEX triplet: 87, 3C and 77. RGB value is (135,60,119). Sum of RGB (Red+Green+Blue) = 135+60+119=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #873C77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C77 is #78C388. Grayscale: #585858. Windows color (decimal): -7914377 or 7814279. OLE color: 7814279.
HSL color Cylindrical-coordinate representation of color #873C77: hue angle of 312.8º 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 #873C77 is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 119 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.47 |
| HSL | 312.8º | 0.38% | 0.38% | - |
| HSV(B) | 312.8º | 0.56% | 0.53% | - |
| XYZ | 14.94 | 9.71 | 18.54 | - |
| YUV | 89.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 119 | 0 | 0.56 | 0.12 | 0.47 | 312.8 | 0.38 | 0.38 |
| Hex | 87 | 3C | 77 | 0 | 38 | C | 2F | 139 | 26 | 26 |
| Octal | 207 | 74 | 167 | 0 | 70 | 14 | 57 | 471 | 46 | 46 |
| Binary | 10000111 | 111100 | 1110111 | 0 | 111000 | 1100 | 101111 | 100111001 | 100110 | 100110 |
Color Harmonies of #873C77
Complementary color
Monochromatic Colors of #873C77
Black with #873C77
Text Example
Text Example
White with #873C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C77; }
p { color: rgb(135,60,119); }
H1.HeaderClassName
{
color: #873C77;
}
.AnyTagClassName
{
color: #873C77;
}
</style>
background-color css
<style>
a { background-color: #873C77; }
a { background-color: rgb(135,60,119); }
div.DivClassName
{
background-color: #873C77;
}
.BgClassName
{
background-color: #873C77;
}
</style>
border-color css
<style>
span { border-color: #873C77; }
span { border-color: rgb(135,60,119); }
td.TdClassName
{
border-color: #873C77;
}
.TagClassName
{
border-color: #873C77;
}
</style>