Shades of Dark Purple #873F78
Tints of Dark Purple #873F78
RGB
CMYK
RGB Variations
Color information
#873F78 (or 0x873F78) is known color: Dark Purple. HEX triplet: 87, 3F and 78. RGB value is (135,63,120). Sum of RGB (Red+Green+Blue) = 135+63+120=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #873F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873F78 is #78C087. Grayscale: #5A5A5A. Windows color (decimal): -7913608 or 7880583. OLE color: 7880583.
HSL color Cylindrical-coordinate representation of color #873F78: hue angle of 312.5º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #873F78 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 63 | 120 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.47 |
| HSL | 312.5º | 0.36% | 0.39% | - |
| HSV(B) | 312.5º | 0.53% | 0.53% | - |
| XYZ | 15.16 | 10.06 | 18.91 | - |
| YUV | 91.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 120 | 0 | 0.53 | 0.11 | 0.47 | 312.5 | 0.36 | 0.39 |
| Hex | 87 | 3F | 78 | 0 | 35 | B | 2F | 138 | 24 | 27 |
| Octal | 207 | 77 | 170 | 0 | 65 | 13 | 57 | 470 | 44 | 47 |
| Binary | 10000111 | 111111 | 1111000 | 0 | 110101 | 1011 | 101111 | 100111000 | 100100 | 100111 |
Color Harmonies of #873F78
Complementary color
Monochromatic Colors of #873F78
Black with #873F78
Text Example
Text Example
White with #873F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873F78; }
p { color: rgb(135,63,120); }
H1.HeaderClassName
{
color: #873F78;
}
.AnyTagClassName
{
color: #873F78;
}
</style>
background-color css
<style>
a { background-color: #873F78; }
a { background-color: rgb(135,63,120); }
div.DivClassName
{
background-color: #873F78;
}
.BgClassName
{
background-color: #873F78;
}
</style>
border-color css
<style>
span { border-color: #873F78; }
span { border-color: rgb(135,63,120); }
td.TdClassName
{
border-color: #873F78;
}
.TagClassName
{
border-color: #873F78;
}
</style>