Shades of Dark Purple #872C7E
Tints of Dark Purple #872C7E
RGB
CMYK
RGB Variations
Color information
#872C7E (or 0x872C7E) is known color: Dark Purple. HEX triplet: 87, 2C and 7E. RGB value is (135,44,126). Sum of RGB (Red+Green+Blue) = 135+44+126=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 126 (49.61% from 255 or 41.31% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #872C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C7E is #78D381. Grayscale: #505050. Windows color (decimal): -7918466 or 8268935. OLE color: 8268935.
HSL color Cylindrical-coordinate representation of color #872C7E: hue angle of 305.93º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C7E is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 44 | 126 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.47 |
| HSL | 305.93º | 0.51% | 0.35% | - |
| HSV(B) | 305.93º | 0.67% | 0.53% | - |
| XYZ | 14.66 | 8.46 | 20.6 | - |
| YUV | 80.56 | 153.65 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 44 | 126 | 0 | 0.67 | 0.07 | 0.47 | 305.93 | 0.51 | 0.35 |
| Hex | 87 | 2C | 7E | 0 | 43 | 7 | 2F | 132 | 33 | 23 |
| Octal | 207 | 54 | 176 | 0 | 103 | 7 | 57 | 462 | 63 | 43 |
| Binary | 10000111 | 101100 | 1111110 | 0 | 1000011 | 111 | 101111 | 100110010 | 110011 | 100011 |
Color Harmonies of #872C7E
Complementary color
Monochromatic Colors of #872C7E
Black with #872C7E
Text Example
Text Example
White with #872C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872C7E; }
p { color: rgb(135,44,126); }
H1.HeaderClassName
{
color: #872C7E;
}
.AnyTagClassName
{
color: #872C7E;
}
</style>
background-color css
<style>
a { background-color: #872C7E; }
a { background-color: rgb(135,44,126); }
div.DivClassName
{
background-color: #872C7E;
}
.BgClassName
{
background-color: #872C7E;
}
</style>
border-color css
<style>
span { border-color: #872C7E; }
span { border-color: rgb(135,44,126); }
td.TdClassName
{
border-color: #872C7E;
}
.TagClassName
{
border-color: #872C7E;
}
</style>