Shades of Dark Purple #872F82
Tints of Dark Purple #872F82
RGB
CMYK
RGB Variations
Color information
#872F82 (or 0x872F82) is known color: Dark Purple. HEX triplet: 87, 2F and 82. RGB value is (135,47,130). Sum of RGB (Red+Green+Blue) = 135+47+130=312 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.27% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 135 - color contains mainly: red. Hex color #872F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872F82 is #78D07D. Grayscale: #525252. Windows color (decimal): -7917694 or 8531847. OLE color: 8531847.
HSL color Cylindrical-coordinate representation of color #872F82: hue angle of 303.41º 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 #872F82 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 47 | 130 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.47 |
| HSL | 303.41º | 0.48% | 0.36% | - |
| HSV(B) | 303.41º | 0.65% | 0.53% | - |
| XYZ | 15.04 | 8.8 | 22.02 | - |
| YUV | 82.77 | 154.65 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 47 | 130 | 0 | 0.65 | 0.04 | 0.47 | 303.41 | 0.48 | 0.36 |
| Hex | 87 | 2F | 82 | 0 | 41 | 4 | 2F | 12F | 30 | 24 |
| Octal | 207 | 57 | 202 | 0 | 101 | 4 | 57 | 457 | 60 | 44 |
| Binary | 10000111 | 101111 | 10000010 | 0 | 1000001 | 100 | 101111 | 100101111 | 110000 | 100100 |
Color Harmonies of #872F82
Complementary color
Monochromatic Colors of #872F82
Black with #872F82
Text Example
Text Example
White with #872F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872F82; }
p { color: rgb(135,47,130); }
H1.HeaderClassName
{
color: #872F82;
}
.AnyTagClassName
{
color: #872F82;
}
</style>
background-color css
<style>
a { background-color: #872F82; }
a { background-color: rgb(135,47,130); }
div.DivClassName
{
background-color: #872F82;
}
.BgClassName
{
background-color: #872F82;
}
</style>
border-color css
<style>
span { border-color: #872F82; }
span { border-color: rgb(135,47,130); }
td.TdClassName
{
border-color: #872F82;
}
.TagClassName
{
border-color: #872F82;
}
</style>