Shades of Dark Purple #873A77
Tints of Dark Purple #873A77
RGB
CMYK
RGB Variations
Color information
#873A77 (or 0x873A77) is known color: Dark Purple. HEX triplet: 87, 3A and 77. RGB value is (135,58,119). Sum of RGB (Red+Green+Blue) = 135+58+119=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #873A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A77 is #78C588. Grayscale: #575757. Windows color (decimal): -7914889 or 7813767. OLE color: 7813767.
HSL color Cylindrical-coordinate representation of color #873A77: hue angle of 312.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A77 is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 119 | - |
| CMYK | 0 | 0.57 | 0.12 | 0.47 |
| HSL | 312.47º | 0.4% | 0.38% | - |
| HSV(B) | 312.47º | 0.57% | 0.53% | - |
| XYZ | 14.83 | 9.51 | 18.51 | - |
| YUV | 87.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 119 | 0 | 0.57 | 0.12 | 0.47 | 312.47 | 0.4 | 0.38 |
| Hex | 87 | 3A | 77 | 0 | 39 | C | 2F | 138 | 28 | 26 |
| Octal | 207 | 72 | 167 | 0 | 71 | 14 | 57 | 470 | 50 | 46 |
| Binary | 10000111 | 111010 | 1110111 | 0 | 111001 | 1100 | 101111 | 100111000 | 101000 | 100110 |
Color Harmonies of #873A77
Complementary color
Monochromatic Colors of #873A77
Black with #873A77
Text Example
Text Example
White with #873A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A77; }
p { color: rgb(135,58,119); }
H1.HeaderClassName
{
color: #873A77;
}
.AnyTagClassName
{
color: #873A77;
}
</style>
background-color css
<style>
a { background-color: #873A77; }
a { background-color: rgb(135,58,119); }
div.DivClassName
{
background-color: #873A77;
}
.BgClassName
{
background-color: #873A77;
}
</style>
border-color css
<style>
span { border-color: #873A77; }
span { border-color: rgb(135,58,119); }
td.TdClassName
{
border-color: #873A77;
}
.TagClassName
{
border-color: #873A77;
}
</style>