Shades of Dark Purple #871673
Tints of Dark Purple #871673
RGB
CMYK
RGB Variations
Color information
#871673 (or 0x871673) is known color: Dark Purple. HEX triplet: 87, 16 and 73. RGB value is (135,22,115). Sum of RGB (Red+Green+Blue) = 135+22+115=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #871673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871673 is #78E98C. Grayscale: #424242. Windows color (decimal): -7924109 or 7542407. OLE color: 7542407.
HSL color Cylindrical-coordinate representation of color #871673: hue angle of 310.62º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #871673 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 22 | 115 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.47 |
| HSL | 310.62º | 0.72% | 0.31% | - |
| HSV(B) | 310.62º | 0.84% | 0.53% | - |
| XYZ | 13.37 | 6.96 | 16.86 | - |
| YUV | 66.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 22 | 115 | 0 | 0.84 | 0.15 | 0.47 | 310.62 | 0.72 | 0.31 |
| Hex | 87 | 16 | 73 | 0 | 54 | F | 2F | 137 | 48 | 1F |
| Octal | 207 | 26 | 163 | 0 | 124 | 17 | 57 | 467 | 110 | 37 |
| Binary | 10000111 | 10110 | 1110011 | 0 | 1010100 | 1111 | 101111 | 100110111 | 1001000 | 11111 |
Color Harmonies of #871673
Complementary color
Monochromatic Colors of #871673
Black with #871673
Text Example
Text Example
White with #871673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871673; }
p { color: rgb(135,22,115); }
H1.HeaderClassName
{
color: #871673;
}
.AnyTagClassName
{
color: #871673;
}
</style>
background-color css
<style>
a { background-color: #871673; }
a { background-color: rgb(135,22,115); }
div.DivClassName
{
background-color: #871673;
}
.BgClassName
{
background-color: #871673;
}
</style>
border-color css
<style>
span { border-color: #871673; }
span { border-color: rgb(135,22,115); }
td.TdClassName
{
border-color: #871673;
}
.TagClassName
{
border-color: #871673;
}
</style>