Shades of Dark Purple #872D70
Tints of Dark Purple #872D70
RGB
CMYK
RGB Variations
Color information
#872D70 (or 0x872D70) is known color: Dark Purple. HEX triplet: 87, 2D and 70. RGB value is (135,45,112). Sum of RGB (Red+Green+Blue) = 135+45+112=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #872D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872D70 is #78D28F. Grayscale: #4F4F4F. Windows color (decimal): -7918224 or 7351687. OLE color: 7351687.
HSL color Cylindrical-coordinate representation of color #872D70: hue angle of 315.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 #872D70 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 45 | 112 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.47 |
| HSL | 315.33º | 0.5% | 0.35% | - |
| HSV(B) | 315.33º | 0.67% | 0.53% | - |
| XYZ | 13.85 | 8.2 | 16.18 | - |
| YUV | 79.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 45 | 112 | 0 | 0.67 | 0.17 | 0.47 | 315.33 | 0.5 | 0.35 |
| Hex | 87 | 2D | 70 | 0 | 43 | 11 | 2F | 13B | 32 | 23 |
| Octal | 207 | 55 | 160 | 0 | 103 | 21 | 57 | 473 | 62 | 43 |
| Binary | 10000111 | 101101 | 1110000 | 0 | 1000011 | 10001 | 101111 | 100111011 | 110010 | 100011 |
Color Harmonies of #872D70
Complementary color
Monochromatic Colors of #872D70
Black with #872D70
Text Example
Text Example
White with #872D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872D70; }
p { color: rgb(135,45,112); }
H1.HeaderClassName
{
color: #872D70;
}
.AnyTagClassName
{
color: #872D70;
}
</style>
background-color css
<style>
a { background-color: #872D70; }
a { background-color: rgb(135,45,112); }
div.DivClassName
{
background-color: #872D70;
}
.BgClassName
{
background-color: #872D70;
}
</style>
border-color css
<style>
span { border-color: #872D70; }
span { border-color: rgb(135,45,112); }
td.TdClassName
{
border-color: #872D70;
}
.TagClassName
{
border-color: #872D70;
}
</style>