Shades of Dark Purple #870D79
Tints of Dark Purple #870D79
RGB
CMYK
RGB Variations
Color information
#870D79 (or 0x870D79) is known color: Dark Purple. HEX triplet: 87, 0D and 79. RGB value is (135,13,121). Sum of RGB (Red+Green+Blue) = 135+13+121=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870D79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870D79 is #78F286. Grayscale: #3D3D3D. Windows color (decimal): -7926407 or 7933319. OLE color: 7933319.
HSL color Cylindrical-coordinate representation of color #870D79: hue angle of 306.89º 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 #870D79 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 13 | 121 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.47 |
| HSL | 306.89º | 0.82% | 0.29% | - |
| HSV(B) | 306.89º | 0.9% | 0.53% | - |
| XYZ | 13.59 | 6.82 | 18.69 | - |
| YUV | 61.79 | 161.42 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 13 | 121 | 0 | 0.90 | 0.10 | 0.47 | 306.89 | 0.82 | 0.29 |
| Hex | 87 | D | 79 | 0 | 5A | A | 2F | 133 | 52 | 1D |
| Octal | 207 | 15 | 171 | 0 | 132 | 12 | 57 | 463 | 122 | 35 |
| Binary | 10000111 | 1101 | 1111001 | 0 | 1011010 | 1010 | 101111 | 100110011 | 1010010 | 11101 |
Color Harmonies of #870D79
Complementary color
Monochromatic Colors of #870D79
Black with #870D79
Text Example
Text Example
White with #870D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870D79; }
p { color: rgb(135,13,121); }
H1.HeaderClassName
{
color: #870D79;
}
.AnyTagClassName
{
color: #870D79;
}
</style>
background-color css
<style>
a { background-color: #870D79; }
a { background-color: rgb(135,13,121); }
div.DivClassName
{
background-color: #870D79;
}
.BgClassName
{
background-color: #870D79;
}
</style>
border-color css
<style>
span { border-color: #870D79; }
span { border-color: rgb(135,13,121); }
td.TdClassName
{
border-color: #870D79;
}
.TagClassName
{
border-color: #870D79;
}
</style>