Shades of Dark Purple #872967
Tints of Dark Purple #872967
RGB
CMYK
RGB Variations
Color information
#872967 (or 0x872967) is known color: Dark Purple. HEX triplet: 87, 29 and 67. RGB value is (135,41,103). Sum of RGB (Red+Green+Blue) = 135+41+103=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #872967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872967 is #78D698. Grayscale: #4C4C4C. Windows color (decimal): -7919257 or 6760839. OLE color: 6760839.
HSL color Cylindrical-coordinate representation of color #872967: hue angle of 320.43º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872967 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 103 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.47 |
| HSL | 320.43º | 0.53% | 0.35% | - |
| HSV(B) | 320.43º | 0.7% | 0.53% | - |
| XYZ | 13.23 | 7.72 | 13.62 | - |
| YUV | 76.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 103 | 0 | 0.70 | 0.24 | 0.47 | 320.43 | 0.53 | 0.35 |
| Hex | 87 | 29 | 67 | 0 | 46 | 18 | 2F | 140 | 35 | 23 |
| Octal | 207 | 51 | 147 | 0 | 106 | 30 | 57 | 500 | 65 | 43 |
| Binary | 10000111 | 101001 | 1100111 | 0 | 1000110 | 11000 | 101111 | 101000000 | 110101 | 100011 |
Color Harmonies of #872967
Complementary color
Monochromatic Colors of #872967
Black with #872967
Text Example
Text Example
White with #872967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872967; }
p { color: rgb(135,41,103); }
H1.HeaderClassName
{
color: #872967;
}
.AnyTagClassName
{
color: #872967;
}
</style>
background-color css
<style>
a { background-color: #872967; }
a { background-color: rgb(135,41,103); }
div.DivClassName
{
background-color: #872967;
}
.BgClassName
{
background-color: #872967;
}
</style>
border-color css
<style>
span { border-color: #872967; }
span { border-color: rgb(135,41,103); }
td.TdClassName
{
border-color: #872967;
}
.TagClassName
{
border-color: #872967;
}
</style>