Shades of Dark Purple #873D7D
Tints of Dark Purple #873D7D
RGB
CMYK
RGB Variations
Color information
#873D7D (or 0x873D7D) is known color: Dark Purple. HEX triplet: 87, 3D and 7D. RGB value is (135,61,125). Sum of RGB (Red+Green+Blue) = 135+61+125=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 135 - color contains mainly: red. Hex color #873D7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873D7D is #78C282. Grayscale: #5A5A5A. Windows color (decimal): -7914115 or 8207751. OLE color: 8207751.
HSL color Cylindrical-coordinate representation of color #873D7D: hue angle of 308.11º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #873D7D is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 61 | 125 | - |
| CMYK | 0 | 0.55 | 0.07 | 0.47 |
| HSL | 308.11º | 0.38% | 0.38% | - |
| HSV(B) | 308.11º | 0.55% | 0.53% | - |
| XYZ | 15.36 | 9.97 | 20.52 | - |
| YUV | 90.42 | 147.52 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 125 | 0 | 0.55 | 0.07 | 0.47 | 308.11 | 0.38 | 0.38 |
| Hex | 87 | 3D | 7D | 0 | 37 | 7 | 2F | 134 | 26 | 26 |
| Octal | 207 | 75 | 175 | 0 | 67 | 7 | 57 | 464 | 46 | 46 |
| Binary | 10000111 | 111101 | 1111101 | 0 | 110111 | 111 | 101111 | 100110100 | 100110 | 100110 |
Color Harmonies of #873D7D
Complementary color
Monochromatic Colors of #873D7D
Black with #873D7D
Text Example
Text Example
White with #873D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873D7D; }
p { color: rgb(135,61,125); }
H1.HeaderClassName
{
color: #873D7D;
}
.AnyTagClassName
{
color: #873D7D;
}
</style>
background-color css
<style>
a { background-color: #873D7D; }
a { background-color: rgb(135,61,125); }
div.DivClassName
{
background-color: #873D7D;
}
.BgClassName
{
background-color: #873D7D;
}
</style>
border-color css
<style>
span { border-color: #873D7D; }
span { border-color: rgb(135,61,125); }
td.TdClassName
{
border-color: #873D7D;
}
.TagClassName
{
border-color: #873D7D;
}
</style>