Shades of Dark Purple #871B7F
Tints of Dark Purple #871B7F
RGB
CMYK
RGB Variations
Color information
#871B7F (or 0x871B7F) is known color: Dark Purple. HEX triplet: 87, 1B and 7F. RGB value is (135,27,127). Sum of RGB (Red+Green+Blue) = 135+27+127=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 127 (50% from 255 or 43.94% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #871B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871B7F is #78E480. Grayscale: #464646. Windows color (decimal): -7922817 or 8330119. OLE color: 8330119.
HSL color Cylindrical-coordinate representation of color #871B7F: hue angle of 304.44º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #871B7F is Cyan = 0, Magento = 0.8, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 27 | 127 | - |
| CMYK | 0 | 0.8 | 0.06 | 0.47 |
| HSL | 304.44º | 0.67% | 0.32% | - |
| HSV(B) | 304.44º | 0.8% | 0.53% | - |
| XYZ | 14.21 | 7.47 | 20.77 | - |
| YUV | 70.69 | 159.78 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 127 | 0 | 0.8 | 0.06 | 0.47 | 304.44 | 0.67 | 0.32 |
| Hex | 87 | 1B | 7F | 0 | 50 | 6 | 2F | 130 | 43 | 20 |
| Octal | 207 | 33 | 177 | 0 | 120 | 6 | 57 | 460 | 103 | 40 |
| Binary | 10000111 | 11011 | 1111111 | 0 | 1010000 | 110 | 101111 | 100110000 | 1000011 | 100000 |
Color Harmonies of #871B7F
Complementary color
Monochromatic Colors of #871B7F
Black with #871B7F
Text Example
Text Example
White with #871B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871B7F; }
p { color: rgb(135,27,127); }
H1.HeaderClassName
{
color: #871B7F;
}
.AnyTagClassName
{
color: #871B7F;
}
</style>
background-color css
<style>
a { background-color: #871B7F; }
a { background-color: rgb(135,27,127); }
div.DivClassName
{
background-color: #871B7F;
}
.BgClassName
{
background-color: #871B7F;
}
</style>
border-color css
<style>
span { border-color: #871B7F; }
span { border-color: rgb(135,27,127); }
td.TdClassName
{
border-color: #871B7F;
}
.TagClassName
{
border-color: #871B7F;
}
</style>