Shades of Dark Purple #873579
Tints of Dark Purple #873579
RGB
CMYK
RGB Variations
Color information
#873579 (or 0x873579) is known color: Dark Purple. HEX triplet: 87, 35 and 79. RGB value is (135,53,121). Sum of RGB (Red+Green+Blue) = 135+53+121=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 135 - color contains mainly: red. Hex color #873579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873579 is #78CA86. Grayscale: #555555. Windows color (decimal): -7916167 or 7943559. OLE color: 7943559.
HSL color Cylindrical-coordinate representation of color #873579: hue angle of 310.24º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #873579 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 53 | 121 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.47 |
| HSL | 310.24º | 0.44% | 0.37% | - |
| HSV(B) | 310.24º | 0.61% | 0.53% | - |
| XYZ | 14.72 | 9.08 | 19.07 | - |
| YUV | 85.27 | 148.17 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 53 | 121 | 0 | 0.61 | 0.10 | 0.47 | 310.24 | 0.44 | 0.37 |
| Hex | 87 | 35 | 79 | 0 | 3D | A | 2F | 136 | 2C | 25 |
| Octal | 207 | 65 | 171 | 0 | 75 | 12 | 57 | 466 | 54 | 45 |
| Binary | 10000111 | 110101 | 1111001 | 0 | 111101 | 1010 | 101111 | 100110110 | 101100 | 100101 |
Color Harmonies of #873579
Complementary color
Monochromatic Colors of #873579
Black with #873579
Text Example
Text Example
White with #873579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873579; }
p { color: rgb(135,53,121); }
H1.HeaderClassName
{
color: #873579;
}
.AnyTagClassName
{
color: #873579;
}
</style>
background-color css
<style>
a { background-color: #873579; }
a { background-color: rgb(135,53,121); }
div.DivClassName
{
background-color: #873579;
}
.BgClassName
{
background-color: #873579;
}
</style>
border-color css
<style>
span { border-color: #873579; }
span { border-color: rgb(135,53,121); }
td.TdClassName
{
border-color: #873579;
}
.TagClassName
{
border-color: #873579;
}
</style>