Shades of Dark Purple #871880
Tints of Dark Purple #871880
RGB
CMYK
RGB Variations
Color information
#871880 (or 0x871880) is known color: Dark Purple. HEX triplet: 87, 18 and 80. RGB value is (135,24,128). Sum of RGB (Red+Green+Blue) = 135+24+128=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #871880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871880 is #78E77F. Grayscale: #444444. Windows color (decimal): -7923584 or 8394887. OLE color: 8394887.
HSL color Cylindrical-coordinate representation of color #871880: hue angle of 303.78º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871880 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 24 | 128 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.47 |
| HSL | 303.78º | 0.7% | 0.31% | - |
| HSV(B) | 303.78º | 0.82% | 0.53% | - |
| XYZ | 14.21 | 7.36 | 21.09 | - |
| YUV | 69.05 | 161.27 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 24 | 128 | 0 | 0.82 | 0.05 | 0.47 | 303.78 | 0.7 | 0.31 |
| Hex | 87 | 18 | 80 | 0 | 52 | 5 | 2F | 130 | 46 | 1F |
| Octal | 207 | 30 | 200 | 0 | 122 | 5 | 57 | 460 | 106 | 37 |
| Binary | 10000111 | 11000 | 10000000 | 0 | 1010010 | 101 | 101111 | 100110000 | 1000110 | 11111 |
Color Harmonies of #871880
Complementary color
Monochromatic Colors of #871880
Black with #871880
Text Example
Text Example
White with #871880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871880; }
p { color: rgb(135,24,128); }
H1.HeaderClassName
{
color: #871880;
}
.AnyTagClassName
{
color: #871880;
}
</style>
background-color css
<style>
a { background-color: #871880; }
a { background-color: rgb(135,24,128); }
div.DivClassName
{
background-color: #871880;
}
.BgClassName
{
background-color: #871880;
}
</style>
border-color css
<style>
span { border-color: #871880; }
span { border-color: rgb(135,24,128); }
td.TdClassName
{
border-color: #871880;
}
.TagClassName
{
border-color: #871880;
}
</style>