Shades of Dark Purple #872F84
Tints of Dark Purple #872F84
RGB
CMYK
RGB Variations
Color information
#872F84 (or 0x872F84) is known color: Dark Purple. HEX triplet: 87, 2F and 84. RGB value is (135,47,132). Sum of RGB (Red+Green+Blue) = 135+47+132=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 47 (18.75% from 255 or 14.97% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #872F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872F84 is #78D07B. Grayscale: #525252. Windows color (decimal): -7917692 or 8662919. OLE color: 8662919.
HSL color Cylindrical-coordinate representation of color #872F84: hue angle of 302.05º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #872F84 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 132 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.47 |
| HSL | 302.05º | 0.48% | 0.36% | - |
| HSV(B) | 302.05º | 0.65% | 0.53% | - |
| XYZ | 15.17 | 8.85 | 22.74 | - |
| YUV | 83 | 155.65 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 132 | 0 | 0.65 | 0.02 | 0.47 | 302.05 | 0.48 | 0.36 |
| Hex | 87 | 2F | 84 | 0 | 41 | 2 | 2F | 12E | 30 | 24 |
| Octal | 207 | 57 | 204 | 0 | 101 | 2 | 57 | 456 | 60 | 44 |
| Binary | 10000111 | 101111 | 10000100 | 0 | 1000001 | 10 | 101111 | 100101110 | 110000 | 100100 |
Color Harmonies of #872F84
Complementary color
Monochromatic Colors of #872F84
Black with #872F84
Text Example
Text Example
White with #872F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F84; }
p { color: rgb(135,47,132); }
H1.HeaderClassName
{
color: #872F84;
}
.AnyTagClassName
{
color: #872F84;
}
</style>
background-color css
<style>
a { background-color: #872F84; }
a { background-color: rgb(135,47,132); }
div.DivClassName
{
background-color: #872F84;
}
.BgClassName
{
background-color: #872F84;
}
</style>
border-color css
<style>
span { border-color: #872F84; }
span { border-color: rgb(135,47,132); }
td.TdClassName
{
border-color: #872F84;
}
.TagClassName
{
border-color: #872F84;
}
</style>