Shades of Dark Purple #871773
Tints of Dark Purple #871773
RGB
CMYK
RGB Variations
Color information
#871773 (or 0x871773) is known color: Dark Purple. HEX triplet: 87, 17 and 73. RGB value is (135,23,115). Sum of RGB (Red+Green+Blue) = 135+23+115=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 135 - color contains mainly: red. Hex color #871773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871773 is #78E88C. Grayscale: #424242. Windows color (decimal): -7923853 or 7542663. OLE color: 7542663.
HSL color Cylindrical-coordinate representation of color #871773: hue angle of 310.71º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #871773 is Cyan = 0, Magento = 0.83, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 23 | 115 | - |
| CMYK | 0 | 0.83 | 0.15 | 0.47 |
| HSL | 310.71º | 0.71% | 0.31% | - |
| HSV(B) | 310.71º | 0.83% | 0.53% | - |
| XYZ | 13.39 | 7 | 16.87 | - |
| YUV | 66.98 | 155.11 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 23 | 115 | 0 | 0.83 | 0.15 | 0.47 | 310.71 | 0.71 | 0.31 |
| Hex | 87 | 17 | 73 | 0 | 53 | F | 2F | 137 | 47 | 1F |
| Octal | 207 | 27 | 163 | 0 | 123 | 17 | 57 | 467 | 107 | 37 |
| Binary | 10000111 | 10111 | 1110011 | 0 | 1010011 | 1111 | 101111 | 100110111 | 1000111 | 11111 |
Color Harmonies of #871773
Complementary color
Monochromatic Colors of #871773
Black with #871773
Text Example
Text Example
White with #871773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871773; }
p { color: rgb(135,23,115); }
H1.HeaderClassName
{
color: #871773;
}
.AnyTagClassName
{
color: #871773;
}
</style>
background-color css
<style>
a { background-color: #871773; }
a { background-color: rgb(135,23,115); }
div.DivClassName
{
background-color: #871773;
}
.BgClassName
{
background-color: #871773;
}
</style>
border-color css
<style>
span { border-color: #871773; }
span { border-color: rgb(135,23,115); }
td.TdClassName
{
border-color: #871773;
}
.TagClassName
{
border-color: #871773;
}
</style>