Shades of Dark Purple #873775
Tints of Dark Purple #873775
RGB
CMYK
RGB Variations
Color information
#873775 (or 0x873775) is known color: Dark Purple. HEX triplet: 87, 37 and 75. RGB value is (135,55,117). Sum of RGB (Red+Green+Blue) = 135+55+117=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 117 (46.09% from 255 or 38.11% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #873775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873775 is #78C88A. Grayscale: #555555. Windows color (decimal): -7915659 or 7681927. OLE color: 7681927.
HSL color Cylindrical-coordinate representation of color #873775: hue angle of 313.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873775 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 55 | 117 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.47 |
| HSL | 313.5º | 0.42% | 0.37% | - |
| HSV(B) | 313.5º | 0.59% | 0.53% | - |
| XYZ | 14.57 | 9.17 | 17.83 | - |
| YUV | 85.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 55 | 117 | 0 | 0.59 | 0.13 | 0.47 | 313.5 | 0.42 | 0.37 |
| Hex | 87 | 37 | 75 | 0 | 3B | D | 2F | 13A | 2A | 25 |
| Octal | 207 | 67 | 165 | 0 | 73 | 15 | 57 | 472 | 52 | 45 |
| Binary | 10000111 | 110111 | 1110101 | 0 | 111011 | 1101 | 101111 | 100111010 | 101010 | 100101 |
Color Harmonies of #873775
Complementary color
Monochromatic Colors of #873775
Black with #873775
Text Example
Text Example
White with #873775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873775; }
p { color: rgb(135,55,117); }
H1.HeaderClassName
{
color: #873775;
}
.AnyTagClassName
{
color: #873775;
}
</style>
background-color css
<style>
a { background-color: #873775; }
a { background-color: rgb(135,55,117); }
div.DivClassName
{
background-color: #873775;
}
.BgClassName
{
background-color: #873775;
}
</style>
border-color css
<style>
span { border-color: #873775; }
span { border-color: rgb(135,55,117); }
td.TdClassName
{
border-color: #873775;
}
.TagClassName
{
border-color: #873775;
}
</style>