Shades of Dark Purple #873C74
Tints of Dark Purple #873C74
RGB
CMYK
RGB Variations
Color information
#873C74 (or 0x873C74) is known color: Dark Purple. HEX triplet: 87, 3C and 74. RGB value is (135,60,116). Sum of RGB (Red+Green+Blue) = 135+60+116=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #873C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873C74 is #78C38B. Grayscale: #585858. Windows color (decimal): -7914380 or 7617671. OLE color: 7617671.
HSL color Cylindrical-coordinate representation of color #873C74: hue angle of 315.2º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #873C74 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 60 | 116 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.47 |
| HSL | 315.2º | 0.38% | 0.38% | - |
| HSV(B) | 315.2º | 0.56% | 0.53% | - |
| XYZ | 14.76 | 9.64 | 17.61 | - |
| YUV | 88.81 | 143.35 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 116 | 0 | 0.56 | 0.14 | 0.47 | 315.2 | 0.38 | 0.38 |
| Hex | 87 | 3C | 74 | 0 | 38 | E | 2F | 13B | 26 | 26 |
| Octal | 207 | 74 | 164 | 0 | 70 | 16 | 57 | 473 | 46 | 46 |
| Binary | 10000111 | 111100 | 1110100 | 0 | 111000 | 1110 | 101111 | 100111011 | 100110 | 100110 |
Color Harmonies of #873C74
Complementary color
Monochromatic Colors of #873C74
Black with #873C74
Text Example
Text Example
White with #873C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873C74; }
p { color: rgb(135,60,116); }
H1.HeaderClassName
{
color: #873C74;
}
.AnyTagClassName
{
color: #873C74;
}
</style>
background-color css
<style>
a { background-color: #873C74; }
a { background-color: rgb(135,60,116); }
div.DivClassName
{
background-color: #873C74;
}
.BgClassName
{
background-color: #873C74;
}
</style>
border-color css
<style>
span { border-color: #873C74; }
span { border-color: rgb(135,60,116); }
td.TdClassName
{
border-color: #873C74;
}
.TagClassName
{
border-color: #873C74;
}
</style>