Shades of Dark Purple #872572
Tints of Dark Purple #872572
RGB
CMYK
RGB Variations
Color information
#872572 (or 0x872572) is known color: Dark Purple. HEX triplet: 87, 25 and 72. RGB value is (135,37,114). Sum of RGB (Red+Green+Blue) = 135+37+114=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #872572 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872572 is #78DA8D. Grayscale: #4A4A4A. Windows color (decimal): -7920270 or 7480711. OLE color: 7480711.
HSL color Cylindrical-coordinate representation of color #872572: hue angle of 312.86º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872572 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 37 | 114 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.47 |
| HSL | 312.86º | 0.57% | 0.34% | - |
| HSV(B) | 312.86º | 0.73% | 0.53% | - |
| XYZ | 13.69 | 7.69 | 16.68 | - |
| YUV | 75.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 37 | 114 | 0 | 0.73 | 0.16 | 0.47 | 312.86 | 0.57 | 0.34 |
| Hex | 87 | 25 | 72 | 0 | 49 | 10 | 2F | 139 | 39 | 22 |
| Octal | 207 | 45 | 162 | 0 | 111 | 20 | 57 | 471 | 71 | 42 |
| Binary | 10000111 | 100101 | 1110010 | 0 | 1001001 | 10000 | 101111 | 100111001 | 111001 | 100010 |
Color Harmonies of #872572
Complementary color
Monochromatic Colors of #872572
Black with #872572
Text Example
Text Example
White with #872572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872572; }
p { color: rgb(135,37,114); }
H1.HeaderClassName
{
color: #872572;
}
.AnyTagClassName
{
color: #872572;
}
</style>
background-color css
<style>
a { background-color: #872572; }
a { background-color: rgb(135,37,114); }
div.DivClassName
{
background-color: #872572;
}
.BgClassName
{
background-color: #872572;
}
</style>
border-color css
<style>
span { border-color: #872572; }
span { border-color: rgb(135,37,114); }
td.TdClassName
{
border-color: #872572;
}
.TagClassName
{
border-color: #872572;
}
</style>