Shades of Dark Purple #871973
Tints of Dark Purple #871973
RGB
CMYK
RGB Variations
Color information
#871973 (or 0x871973) is known color: Dark Purple. HEX triplet: 87, 19 and 73. RGB value is (135,25,115). Sum of RGB (Red+Green+Blue) = 135+25+115=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 135 - color contains mainly: red. Hex color #871973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871973 is #78E68C. Grayscale: #434343. Windows color (decimal): -7923341 or 7543175. OLE color: 7543175.
HSL color Cylindrical-coordinate representation of color #871973: hue angle of 310.91º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871973 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 25 | 115 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.47 |
| HSL | 310.91º | 0.69% | 0.31% | - |
| HSV(B) | 310.91º | 0.81% | 0.53% | - |
| XYZ | 13.43 | 7.08 | 16.88 | - |
| YUV | 68.15 | 154.44 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 25 | 115 | 0 | 0.81 | 0.15 | 0.47 | 310.91 | 0.69 | 0.31 |
| Hex | 87 | 19 | 73 | 0 | 51 | F | 2F | 137 | 45 | 1F |
| Octal | 207 | 31 | 163 | 0 | 121 | 17 | 57 | 467 | 105 | 37 |
| Binary | 10000111 | 11001 | 1110011 | 0 | 1010001 | 1111 | 101111 | 100110111 | 1000101 | 11111 |
Color Harmonies of #871973
Complementary color
Monochromatic Colors of #871973
Black with #871973
Text Example
Text Example
White with #871973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871973; }
p { color: rgb(135,25,115); }
H1.HeaderClassName
{
color: #871973;
}
.AnyTagClassName
{
color: #871973;
}
</style>
background-color css
<style>
a { background-color: #871973; }
a { background-color: rgb(135,25,115); }
div.DivClassName
{
background-color: #871973;
}
.BgClassName
{
background-color: #871973;
}
</style>
border-color css
<style>
span { border-color: #871973; }
span { border-color: rgb(135,25,115); }
td.TdClassName
{
border-color: #871973;
}
.TagClassName
{
border-color: #871973;
}
</style>