Shades of Dark Purple #870C6C
Tints of Dark Purple #870C6C
RGB
CMYK
RGB Variations
Color information
#870C6C (or 0x870C6C) is known color: Dark Purple. HEX triplet: 87, 0C and 6C. RGB value is (135,12,108). Sum of RGB (Red+Green+Blue) = 135+12+108=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #870C6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870C6C is #78F393. Grayscale: #3B3B3B. Windows color (decimal): -7926676 or 7081095. OLE color: 7081095.
HSL color Cylindrical-coordinate representation of color #870C6C: hue angle of 313.17º 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 #870C6C is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 12 | 108 | - |
| CMYK | 0 | 0.91 | 0.2 | 0.47 |
| HSL | 313.17º | 0.84% | 0.29% | - |
| HSV(B) | 313.17º | 0.91% | 0.53% | - |
| XYZ | 12.83 | 6.5 | 14.77 | - |
| YUV | 59.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 12 | 108 | 0 | 0.91 | 0.2 | 0.47 | 313.17 | 0.84 | 0.29 |
| Hex | 87 | C | 6C | 0 | 5B | 14 | 2F | 139 | 54 | 1D |
| Octal | 207 | 14 | 154 | 0 | 133 | 24 | 57 | 471 | 124 | 35 |
| Binary | 10000111 | 1100 | 1101100 | 0 | 1011011 | 10100 | 101111 | 100111001 | 1010100 | 11101 |
Color Harmonies of #870C6C
Complementary color
Monochromatic Colors of #870C6C
Black with #870C6C
Text Example
Text Example
White with #870C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870C6C; }
p { color: rgb(135,12,108); }
H1.HeaderClassName
{
color: #870C6C;
}
.AnyTagClassName
{
color: #870C6C;
}
</style>
background-color css
<style>
a { background-color: #870C6C; }
a { background-color: rgb(135,12,108); }
div.DivClassName
{
background-color: #870C6C;
}
.BgClassName
{
background-color: #870C6C;
}
</style>
border-color css
<style>
span { border-color: #870C6C; }
span { border-color: rgb(135,12,108); }
td.TdClassName
{
border-color: #870C6C;
}
.TagClassName
{
border-color: #870C6C;
}
</style>