Shades of Dark Purple #872E76
Tints of Dark Purple #872E76
RGB
CMYK
RGB Variations
Color information
#872E76 (or 0x872E76) is known color: Dark Purple. HEX triplet: 87, 2E and 76. RGB value is (135,46,118). Sum of RGB (Red+Green+Blue) = 135+46+118=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 135 - color contains mainly: red. Hex color #872E76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872E76 is #78D189. Grayscale: #505050. Windows color (decimal): -7917962 or 7745159. OLE color: 7745159.
HSL color Cylindrical-coordinate representation of color #872E76: hue angle of 311.46º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E76 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 46 | 118 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.47 |
| HSL | 311.46º | 0.49% | 0.35% | - |
| HSV(B) | 311.46º | 0.66% | 0.53% | - |
| XYZ | 14.24 | 8.41 | 18.01 | - |
| YUV | 80.82 | 148.99 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 118 | 0 | 0.66 | 0.13 | 0.47 | 311.46 | 0.49 | 0.35 |
| Hex | 87 | 2E | 76 | 0 | 42 | D | 2F | 137 | 31 | 23 |
| Octal | 207 | 56 | 166 | 0 | 102 | 15 | 57 | 467 | 61 | 43 |
| Binary | 10000111 | 101110 | 1110110 | 0 | 1000010 | 1101 | 101111 | 100110111 | 110001 | 100011 |
Color Harmonies of #872E76
Complementary color
Monochromatic Colors of #872E76
Black with #872E76
Text Example
Text Example
White with #872E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E76; }
p { color: rgb(135,46,118); }
H1.HeaderClassName
{
color: #872E76;
}
.AnyTagClassName
{
color: #872E76;
}
</style>
background-color css
<style>
a { background-color: #872E76; }
a { background-color: rgb(135,46,118); }
div.DivClassName
{
background-color: #872E76;
}
.BgClassName
{
background-color: #872E76;
}
</style>
border-color css
<style>
span { border-color: #872E76; }
span { border-color: rgb(135,46,118); }
td.TdClassName
{
border-color: #872E76;
}
.TagClassName
{
border-color: #872E76;
}
</style>