Shades of Dark Purple #873170
Tints of Dark Purple #873170
RGB
CMYK
RGB Variations
Color information
#873170 (or 0x873170) is known color: Dark Purple. HEX triplet: 87, 31 and 70. RGB value is (135,49,112). Sum of RGB (Red+Green+Blue) = 135+49+112=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #873170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873170 is #78CE8F. Grayscale: #515151. Windows color (decimal): -7917200 or 7352711. OLE color: 7352711.
HSL color Cylindrical-coordinate representation of color #873170: hue angle of 316.05º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873170 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 112 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.47 |
| HSL | 316.05º | 0.47% | 0.36% | - |
| HSV(B) | 316.05º | 0.64% | 0.53% | - |
| XYZ | 14.01 | 8.52 | 16.23 | - |
| YUV | 81.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 112 | 0 | 0.64 | 0.17 | 0.47 | 316.05 | 0.47 | 0.36 |
| Hex | 87 | 31 | 70 | 0 | 40 | 11 | 2F | 13C | 2F | 24 |
| Octal | 207 | 61 | 160 | 0 | 100 | 21 | 57 | 474 | 57 | 44 |
| Binary | 10000111 | 110001 | 1110000 | 0 | 1000000 | 10001 | 101111 | 100111100 | 101111 | 100100 |
Color Harmonies of #873170
Complementary color
Monochromatic Colors of #873170
Black with #873170
Text Example
Text Example
White with #873170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873170; }
p { color: rgb(135,49,112); }
H1.HeaderClassName
{
color: #873170;
}
.AnyTagClassName
{
color: #873170;
}
</style>
background-color css
<style>
a { background-color: #873170; }
a { background-color: rgb(135,49,112); }
div.DivClassName
{
background-color: #873170;
}
.BgClassName
{
background-color: #873170;
}
</style>
border-color css
<style>
span { border-color: #873170; }
span { border-color: rgb(135,49,112); }
td.TdClassName
{
border-color: #873170;
}
.TagClassName
{
border-color: #873170;
}
</style>