Shades of Dark Purple #870F6B
Tints of Dark Purple #870F6B
RGB
CMYK
RGB Variations
Color information
#870F6B (or 0x870F6B) is known color: Dark Purple. HEX triplet: 87, 0F and 6B. RGB value is (135,15,107). Sum of RGB (Red+Green+Blue) = 135+15+107=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #870F6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F6B is #78F094. Grayscale: #3D3D3D. Windows color (decimal): -7925909 or 7016327. OLE color: 7016327.
HSL color Cylindrical-coordinate representation of color #870F6B: hue angle of 314º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F6B is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 15 | 107 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.47 |
| HSL | 314º | 0.8% | 0.29% | - |
| HSV(B) | 314º | 0.89% | 0.53% | - |
| XYZ | 12.82 | 6.55 | 14.5 | - |
| YUV | 61.37 | 153.76 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 15 | 107 | 0 | 0.89 | 0.21 | 0.47 | 314 | 0.8 | 0.29 |
| Hex | 87 | F | 6B | 0 | 59 | 15 | 2F | 13A | 50 | 1D |
| Octal | 207 | 17 | 153 | 0 | 131 | 25 | 57 | 472 | 120 | 35 |
| Binary | 10000111 | 1111 | 1101011 | 0 | 1011001 | 10101 | 101111 | 100111010 | 1010000 | 11101 |
Color Harmonies of #870F6B
Complementary color
Monochromatic Colors of #870F6B
Black with #870F6B
Text Example
Text Example
White with #870F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870F6B; }
p { color: rgb(135,15,107); }
H1.HeaderClassName
{
color: #870F6B;
}
.AnyTagClassName
{
color: #870F6B;
}
</style>
background-color css
<style>
a { background-color: #870F6B; }
a { background-color: rgb(135,15,107); }
div.DivClassName
{
background-color: #870F6B;
}
.BgClassName
{
background-color: #870F6B;
}
</style>
border-color css
<style>
span { border-color: #870F6B; }
span { border-color: rgb(135,15,107); }
td.TdClassName
{
border-color: #870F6B;
}
.TagClassName
{
border-color: #870F6B;
}
</style>