Shades of Dark Purple #870C6D
Tints of Dark Purple #870C6D
RGB
CMYK
RGB Variations
Color information
#870C6D (or 0x870C6D) is known color: Dark Purple. HEX triplet: 87, 0C and 6D. RGB value is (135,12,109). Sum of RGB (Red+Green+Blue) = 135+12+109=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #870C6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C6D is #78F392. Grayscale: #3B3B3B. Windows color (decimal): -7926675 or 7146631. OLE color: 7146631.
HSL color Cylindrical-coordinate representation of color #870C6D: hue angle of 312.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C6D is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 109 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.47 |
| HSL | 312.68º | 0.84% | 0.29% | - |
| HSV(B) | 312.68º | 0.91% | 0.53% | - |
| XYZ | 12.88 | 6.52 | 15.05 | - |
| YUV | 59.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 109 | 0 | 0.91 | 0.19 | 0.47 | 312.68 | 0.84 | 0.29 |
| Hex | 87 | C | 6D | 0 | 5B | 13 | 2F | 139 | 54 | 1D |
| Octal | 207 | 14 | 155 | 0 | 133 | 23 | 57 | 471 | 124 | 35 |
| Binary | 10000111 | 1100 | 1101101 | 0 | 1011011 | 10011 | 101111 | 100111001 | 1010100 | 11101 |
Color Harmonies of #870C6D
Complementary color
Monochromatic Colors of #870C6D
Black with #870C6D
Text Example
Text Example
White with #870C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C6D; }
p { color: rgb(135,12,109); }
H1.HeaderClassName
{
color: #870C6D;
}
.AnyTagClassName
{
color: #870C6D;
}
</style>
background-color css
<style>
a { background-color: #870C6D; }
a { background-color: rgb(135,12,109); }
div.DivClassName
{
background-color: #870C6D;
}
.BgClassName
{
background-color: #870C6D;
}
</style>
border-color css
<style>
span { border-color: #870C6D; }
span { border-color: rgb(135,12,109); }
td.TdClassName
{
border-color: #870C6D;
}
.TagClassName
{
border-color: #870C6D;
}
</style>