Shades of Dark Purple #872781
Tints of Dark Purple #872781
RGB
CMYK
RGB Variations
Color information
#872781 (or 0x872781) is known color: Dark Purple. HEX triplet: 87, 27 and 81. RGB value is (135,39,129). Sum of RGB (Red+Green+Blue) = 135+39+129=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #872781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872781 is #78D87E. Grayscale: #4D4D4D. Windows color (decimal): -7919743 or 8464263. OLE color: 8464263.
HSL color Cylindrical-coordinate representation of color #872781: hue angle of 303.75º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #872781 is Cyan = 0, Magento = 0.71, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 39 | 129 | - |
| CMYK | 0 | 0.71 | 0.04 | 0.47 |
| HSL | 303.75º | 0.55% | 0.34% | - |
| HSV(B) | 303.75º | 0.71% | 0.53% | - |
| XYZ | 14.68 | 8.19 | 21.58 | - |
| YUV | 77.96 | 156.8 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 39 | 129 | 0 | 0.71 | 0.04 | 0.47 | 303.75 | 0.55 | 0.34 |
| Hex | 87 | 27 | 81 | 0 | 47 | 4 | 2F | 130 | 37 | 22 |
| Octal | 207 | 47 | 201 | 0 | 107 | 4 | 57 | 460 | 67 | 42 |
| Binary | 10000111 | 100111 | 10000001 | 0 | 1000111 | 100 | 101111 | 100110000 | 110111 | 100010 |
Color Harmonies of #872781
Complementary color
Monochromatic Colors of #872781
Black with #872781
Text Example
Text Example
White with #872781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872781; }
p { color: rgb(135,39,129); }
H1.HeaderClassName
{
color: #872781;
}
.AnyTagClassName
{
color: #872781;
}
</style>
background-color css
<style>
a { background-color: #872781; }
a { background-color: rgb(135,39,129); }
div.DivClassName
{
background-color: #872781;
}
.BgClassName
{
background-color: #872781;
}
</style>
border-color css
<style>
span { border-color: #872781; }
span { border-color: rgb(135,39,129); }
td.TdClassName
{
border-color: #872781;
}
.TagClassName
{
border-color: #872781;
}
</style>