Shades of Dark Purple #872D79
Tints of Dark Purple #872D79
RGB
CMYK
RGB Variations
Color information
#872D79 (or 0x872D79) is known color: Dark Purple. HEX triplet: 87, 2D and 79. RGB value is (135,45,121). Sum of RGB (Red+Green+Blue) = 135+45+121=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #872D79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D79 is #78D286. Grayscale: #505050. Windows color (decimal): -7918215 or 7941511. OLE color: 7941511.
HSL color Cylindrical-coordinate representation of color #872D79: hue angle of 309.33º degrees, saturation: 0.5, 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 #872D79 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 121 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.47 |
| HSL | 309.33º | 0.5% | 0.35% | - |
| HSV(B) | 309.33º | 0.67% | 0.53% | - |
| XYZ | 14.38 | 8.41 | 18.95 | - |
| YUV | 80.57 | 150.82 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 121 | 0 | 0.67 | 0.10 | 0.47 | 309.33 | 0.5 | 0.35 |
| Hex | 87 | 2D | 79 | 0 | 43 | A | 2F | 135 | 32 | 23 |
| Octal | 207 | 55 | 171 | 0 | 103 | 12 | 57 | 465 | 62 | 43 |
| Binary | 10000111 | 101101 | 1111001 | 0 | 1000011 | 1010 | 101111 | 100110101 | 110010 | 100011 |
Color Harmonies of #872D79
Complementary color
Monochromatic Colors of #872D79
Black with #872D79
Text Example
Text Example
White with #872D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D79; }
p { color: rgb(135,45,121); }
H1.HeaderClassName
{
color: #872D79;
}
.AnyTagClassName
{
color: #872D79;
}
</style>
background-color css
<style>
a { background-color: #872D79; }
a { background-color: rgb(135,45,121); }
div.DivClassName
{
background-color: #872D79;
}
.BgClassName
{
background-color: #872D79;
}
</style>
border-color css
<style>
span { border-color: #872D79; }
span { border-color: rgb(135,45,121); }
td.TdClassName
{
border-color: #872D79;
}
.TagClassName
{
border-color: #872D79;
}
</style>