Shades of Dark Purple #873B7B
Tints of Dark Purple #873B7B
RGB
CMYK
RGB Variations
Color information
#873B7B (or 0x873B7B) is known color: Dark Purple. HEX triplet: 87, 3B and 7B. RGB value is (135,59,123). Sum of RGB (Red+Green+Blue) = 135+59+123=317 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.59% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 135 - color contains mainly: red. Hex color #873B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873B7B is #78C484. Grayscale: #585858. Windows color (decimal): -7914629 or 8076167. OLE color: 8076167.
HSL color Cylindrical-coordinate representation of color #873B7B: hue angle of 309.47º 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 #873B7B is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 59 | 123 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.47 |
| HSL | 309.47º | 0.39% | 0.38% | - |
| HSV(B) | 309.47º | 0.56% | 0.53% | - |
| XYZ | 15.13 | 9.71 | 19.82 | - |
| YUV | 89.02 | 147.18 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 123 | 0 | 0.56 | 0.09 | 0.47 | 309.47 | 0.39 | 0.38 |
| Hex | 87 | 3B | 7B | 0 | 38 | 9 | 2F | 135 | 27 | 26 |
| Octal | 207 | 73 | 173 | 0 | 70 | 11 | 57 | 465 | 47 | 46 |
| Binary | 10000111 | 111011 | 1111011 | 0 | 111000 | 1001 | 101111 | 100110101 | 100111 | 100110 |
Color Harmonies of #873B7B
Complementary color
Monochromatic Colors of #873B7B
Black with #873B7B
Text Example
Text Example
White with #873B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873B7B; }
p { color: rgb(135,59,123); }
H1.HeaderClassName
{
color: #873B7B;
}
.AnyTagClassName
{
color: #873B7B;
}
</style>
background-color css
<style>
a { background-color: #873B7B; }
a { background-color: rgb(135,59,123); }
div.DivClassName
{
background-color: #873B7B;
}
.BgClassName
{
background-color: #873B7B;
}
</style>
border-color css
<style>
span { border-color: #873B7B; }
span { border-color: rgb(135,59,123); }
td.TdClassName
{
border-color: #873B7B;
}
.TagClassName
{
border-color: #873B7B;
}
</style>