Shades of Dark Purple #873B7C
Tints of Dark Purple #873B7C
RGB
CMYK
RGB Variations
Color information
#873B7C (or 0x873B7C) is known color: Dark Purple. HEX triplet: 87, 3B and 7C. RGB value is (135,59,124). Sum of RGB (Red+Green+Blue) = 135+59+124=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #873B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B7C is #78C483. Grayscale: #585858. Windows color (decimal): -7914628 or 8141703. OLE color: 8141703.
HSL color Cylindrical-coordinate representation of color #873B7C: hue angle of 308.68º degrees, saturation: 0.39, 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 #873B7C is Cyan = 0, Magento = 0.56, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 124 | - |
| CMYK | 0 | 0.56 | 0.08 | 0.47 |
| HSL | 308.68º | 0.39% | 0.38% | - |
| HSV(B) | 308.68º | 0.56% | 0.53% | - |
| XYZ | 15.19 | 9.73 | 20.15 | - |
| YUV | 89.13 | 147.68 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 124 | 0 | 0.56 | 0.08 | 0.47 | 308.68 | 0.39 | 0.38 |
| Hex | 87 | 3B | 7C | 0 | 38 | 8 | 2F | 135 | 27 | 26 |
| Octal | 207 | 73 | 174 | 0 | 70 | 10 | 57 | 465 | 47 | 46 |
| Binary | 10000111 | 111011 | 1111100 | 0 | 111000 | 1000 | 101111 | 100110101 | 100111 | 100110 |
Color Harmonies of #873B7C
Complementary color
Monochromatic Colors of #873B7C
Black with #873B7C
Text Example
Text Example
White with #873B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B7C; }
p { color: rgb(135,59,124); }
H1.HeaderClassName
{
color: #873B7C;
}
.AnyTagClassName
{
color: #873B7C;
}
</style>
background-color css
<style>
a { background-color: #873B7C; }
a { background-color: rgb(135,59,124); }
div.DivClassName
{
background-color: #873B7C;
}
.BgClassName
{
background-color: #873B7C;
}
</style>
border-color css
<style>
span { border-color: #873B7C; }
span { border-color: rgb(135,59,124); }
td.TdClassName
{
border-color: #873B7C;
}
.TagClassName
{
border-color: #873B7C;
}
</style>