Shades of Dark Purple #873B7A
Tints of Dark Purple #873B7A
RGB
CMYK
RGB Variations
Color information
#873B7A (or 0x873B7A) is known color: Dark Purple. HEX triplet: 87, 3B and 7A. RGB value is (135,59,122). Sum of RGB (Red+Green+Blue) = 135+59+122=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #873B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B7A is #78C485. Grayscale: #585858. Windows color (decimal): -7914630 or 8010631. OLE color: 8010631.
HSL color Cylindrical-coordinate representation of color #873B7A: hue angle of 310.26º 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 #873B7A is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 122 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.47 |
| HSL | 310.26º | 0.39% | 0.38% | - |
| HSV(B) | 310.26º | 0.56% | 0.53% | - |
| XYZ | 15.07 | 9.68 | 19.49 | - |
| YUV | 88.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 122 | 0 | 0.56 | 0.10 | 0.47 | 310.26 | 0.39 | 0.38 |
| Hex | 87 | 3B | 7A | 0 | 38 | A | 2F | 136 | 27 | 26 |
| Octal | 207 | 73 | 172 | 0 | 70 | 12 | 57 | 466 | 47 | 46 |
| Binary | 10000111 | 111011 | 1111010 | 0 | 111000 | 1010 | 101111 | 100110110 | 100111 | 100110 |
Color Harmonies of #873B7A
Complementary color
Monochromatic Colors of #873B7A
Black with #873B7A
Text Example
Text Example
White with #873B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B7A; }
p { color: rgb(135,59,122); }
H1.HeaderClassName
{
color: #873B7A;
}
.AnyTagClassName
{
color: #873B7A;
}
</style>
background-color css
<style>
a { background-color: #873B7A; }
a { background-color: rgb(135,59,122); }
div.DivClassName
{
background-color: #873B7A;
}
.BgClassName
{
background-color: #873B7A;
}
</style>
border-color css
<style>
span { border-color: #873B7A; }
span { border-color: rgb(135,59,122); }
td.TdClassName
{
border-color: #873B7A;
}
.TagClassName
{
border-color: #873B7A;
}
</style>