Shades of Dark Purple #870D72
Tints of Dark Purple #870D72
RGB
CMYK
RGB Variations
Color information
#870D72 (or 0x870D72) is known color: Dark Purple. HEX triplet: 87, 0D and 72. RGB value is (135,13,114). Sum of RGB (Red+Green+Blue) = 135+13+114=262 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.53% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 135 - color contains mainly: red. Hex color #870D72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D72 is #78F28D. Grayscale: #3C3C3C. Windows color (decimal): -7926414 or 7474567. OLE color: 7474567.
HSL color Cylindrical-coordinate representation of color #870D72: hue angle of 310.33º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D72 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 114 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.47 |
| HSL | 310.33º | 0.82% | 0.29% | - |
| HSV(B) | 310.33º | 0.9% | 0.53% | - |
| XYZ | 13.17 | 6.65 | 16.51 | - |
| YUV | 60.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 114 | 0 | 0.90 | 0.16 | 0.47 | 310.33 | 0.82 | 0.29 |
| Hex | 87 | D | 72 | 0 | 5A | 10 | 2F | 136 | 52 | 1D |
| Octal | 207 | 15 | 162 | 0 | 132 | 20 | 57 | 466 | 122 | 35 |
| Binary | 10000111 | 1101 | 1110010 | 0 | 1011010 | 10000 | 101111 | 100110110 | 1010010 | 11101 |
Color Harmonies of #870D72
Complementary color
Monochromatic Colors of #870D72
Black with #870D72
Text Example
Text Example
White with #870D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D72; }
p { color: rgb(135,13,114); }
H1.HeaderClassName
{
color: #870D72;
}
.AnyTagClassName
{
color: #870D72;
}
</style>
background-color css
<style>
a { background-color: #870D72; }
a { background-color: rgb(135,13,114); }
div.DivClassName
{
background-color: #870D72;
}
.BgClassName
{
background-color: #870D72;
}
</style>
border-color css
<style>
span { border-color: #870D72; }
span { border-color: rgb(135,13,114); }
td.TdClassName
{
border-color: #870D72;
}
.TagClassName
{
border-color: #870D72;
}
</style>