Shades of Dark Purple #872A87
Tints of Dark Purple #872A87
RGB
CMYK
RGB Variations
Color information
#872A87 (or 0x872A87) is known color: Dark Purple. HEX triplet: 87, 2A and 87. RGB value is (135,42,135). Sum of RGB (Red+Green+Blue) = 135+42+135=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 135 (53.12% from 255 or 43.27% from 312); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #872A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872A87 is #78D578. Grayscale: #505050. Windows color (decimal): -7918969 or 8858247. OLE color: 8858247.
HSL color Cylindrical-coordinate representation of color #872A87: hue angle of 300º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #872A87 is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 42 | 135 | - |
| CMYK | 0 | 0.69 | 0 | 0.47 |
| HSL | 300º | 0.53% | 0.35% | - |
| HSV(B) | 300º | 0.69% | 0.53% | - |
| XYZ | 15.19 | 8.56 | 23.77 | - |
| YUV | 80.41 | 158.81 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 42 | 135 | 0 | 0.69 | 0 | 0.47 | 300 | 0.53 | 0.35 |
| Hex | 87 | 2A | 87 | 0 | 45 | 0 | 2F | 12C | 35 | 23 |
| Octal | 207 | 52 | 207 | 0 | 105 | 0 | 57 | 454 | 65 | 43 |
| Binary | 10000111 | 101010 | 10000111 | 0 | 1000101 | 0 | 101111 | 100101100 | 110101 | 100011 |
Color Harmonies of #872A87
Complementary color
Monochromatic Colors of #872A87
Black with #872A87
Text Example
Text Example
White with #872A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872A87; }
p { color: rgb(135,42,135); }
H1.HeaderClassName
{
color: #872A87;
}
.AnyTagClassName
{
color: #872A87;
}
</style>
background-color css
<style>
a { background-color: #872A87; }
a { background-color: rgb(135,42,135); }
div.DivClassName
{
background-color: #872A87;
}
.BgClassName
{
background-color: #872A87;
}
</style>
border-color css
<style>
span { border-color: #872A87; }
span { border-color: rgb(135,42,135); }
td.TdClassName
{
border-color: #872A87;
}
.TagClassName
{
border-color: #872A87;
}
</style>