Shades of Dark Purple #873A70
Tints of Dark Purple #873A70
RGB
CMYK
RGB Variations
Color information
#873A70 (or 0x873A70) is known color: Dark Purple. HEX triplet: 87, 3A and 70. RGB value is (135,58,112). Sum of RGB (Red+Green+Blue) = 135+58+112=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #873A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873A70 is #78C58F. Grayscale: #575757. Windows color (decimal): -7914896 or 7355015. OLE color: 7355015.
HSL color Cylindrical-coordinate representation of color #873A70: hue angle of 317.92º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #873A70 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 58 | 112 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.47 |
| HSL | 317.92º | 0.4% | 0.38% | - |
| HSV(B) | 317.92º | 0.57% | 0.53% | - |
| XYZ | 14.43 | 9.35 | 16.37 | - |
| YUV | 87.18 | 142.01 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 112 | 0 | 0.57 | 0.17 | 0.47 | 317.92 | 0.4 | 0.38 |
| Hex | 87 | 3A | 70 | 0 | 39 | 11 | 2F | 13E | 28 | 26 |
| Octal | 207 | 72 | 160 | 0 | 71 | 21 | 57 | 476 | 50 | 46 |
| Binary | 10000111 | 111010 | 1110000 | 0 | 111001 | 10001 | 101111 | 100111110 | 101000 | 100110 |
Color Harmonies of #873A70
Complementary color
Monochromatic Colors of #873A70
Black with #873A70
Text Example
Text Example
White with #873A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873A70; }
p { color: rgb(135,58,112); }
H1.HeaderClassName
{
color: #873A70;
}
.AnyTagClassName
{
color: #873A70;
}
</style>
background-color css
<style>
a { background-color: #873A70; }
a { background-color: rgb(135,58,112); }
div.DivClassName
{
background-color: #873A70;
}
.BgClassName
{
background-color: #873A70;
}
</style>
border-color css
<style>
span { border-color: #873A70; }
span { border-color: rgb(135,58,112); }
td.TdClassName
{
border-color: #873A70;
}
.TagClassName
{
border-color: #873A70;
}
</style>