Shades of Dark Purple #872684
Tints of Dark Purple #872684
RGB
CMYK
RGB Variations
Color information
#872684 (or 0x872684) is known color: Dark Purple. HEX triplet: 87, 26 and 84. RGB value is (135,38,132). Sum of RGB (Red+Green+Blue) = 135+38+132=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 132 (51.95% from 255 or 43.28% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #872684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872684 is #78D97B. Grayscale: #4D4D4D. Windows color (decimal): -7919996 or 8660615. OLE color: 8660615.
HSL color Cylindrical-coordinate representation of color #872684: hue angle of 301.86º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #872684 is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 38 | 132 | - |
| CMYK | 0 | 0.72 | 0.02 | 0.47 |
| HSL | 301.86º | 0.56% | 0.34% | - |
| HSV(B) | 301.86º | 0.72% | 0.53% | - |
| XYZ | 14.85 | 8.2 | 22.63 | - |
| YUV | 77.72 | 158.64 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 38 | 132 | 0 | 0.72 | 0.02 | 0.47 | 301.86 | 0.56 | 0.34 |
| Hex | 87 | 26 | 84 | 0 | 48 | 2 | 2F | 12E | 38 | 22 |
| Octal | 207 | 46 | 204 | 0 | 110 | 2 | 57 | 456 | 70 | 42 |
| Binary | 10000111 | 100110 | 10000100 | 0 | 1001000 | 10 | 101111 | 100101110 | 111000 | 100010 |
Color Harmonies of #872684
Complementary color
Monochromatic Colors of #872684
Black with #872684
Text Example
Text Example
White with #872684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872684; }
p { color: rgb(135,38,132); }
H1.HeaderClassName
{
color: #872684;
}
.AnyTagClassName
{
color: #872684;
}
</style>
background-color css
<style>
a { background-color: #872684; }
a { background-color: rgb(135,38,132); }
div.DivClassName
{
background-color: #872684;
}
.BgClassName
{
background-color: #872684;
}
</style>
border-color css
<style>
span { border-color: #872684; }
span { border-color: rgb(135,38,132); }
td.TdClassName
{
border-color: #872684;
}
.TagClassName
{
border-color: #872684;
}
</style>