Shades of Dark Purple #873F74
Tints of Dark Purple #873F74
RGB
CMYK
RGB Variations
Color information
#873F74 (or 0x873F74) is known color: Dark Purple. HEX triplet: 87, 3F and 74. RGB value is (135,63,116). Sum of RGB (Red+Green+Blue) = 135+63+116=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #873F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F74 is #78C08B. Grayscale: #5A5A5A. Windows color (decimal): -7913612 or 7618439. OLE color: 7618439.
HSL color Cylindrical-coordinate representation of color #873F74: hue angle of 315.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #873F74 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 116 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.47 |
| HSL | 315.83º | 0.36% | 0.39% | - |
| HSV(B) | 315.83º | 0.53% | 0.53% | - |
| XYZ | 14.92 | 9.97 | 17.66 | - |
| YUV | 90.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 116 | 0 | 0.53 | 0.14 | 0.47 | 315.83 | 0.36 | 0.39 |
| Hex | 87 | 3F | 74 | 0 | 35 | E | 2F | 13C | 24 | 27 |
| Octal | 207 | 77 | 164 | 0 | 65 | 16 | 57 | 474 | 44 | 47 |
| Binary | 10000111 | 111111 | 1110100 | 0 | 110101 | 1110 | 101111 | 100111100 | 100100 | 100111 |
Color Harmonies of #873F74
Complementary color
Monochromatic Colors of #873F74
Black with #873F74
Text Example
Text Example
White with #873F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F74; }
p { color: rgb(135,63,116); }
H1.HeaderClassName
{
color: #873F74;
}
.AnyTagClassName
{
color: #873F74;
}
</style>
background-color css
<style>
a { background-color: #873F74; }
a { background-color: rgb(135,63,116); }
div.DivClassName
{
background-color: #873F74;
}
.BgClassName
{
background-color: #873F74;
}
</style>
border-color css
<style>
span { border-color: #873F74; }
span { border-color: rgb(135,63,116); }
td.TdClassName
{
border-color: #873F74;
}
.TagClassName
{
border-color: #873F74;
}
</style>