Shades of Dark Purple #873178
Tints of Dark Purple #873178
RGB
CMYK
RGB Variations
Color information
#873178 (or 0x873178) is known color: Dark Purple. HEX triplet: 87, 31 and 78. RGB value is (135,49,120). Sum of RGB (Red+Green+Blue) = 135+49+120=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #873178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #873178 is #78CE87. Grayscale: #525252. Windows color (decimal): -7917192 or 7876999. OLE color: 7876999.
HSL color Cylindrical-coordinate representation of color #873178: hue angle of 310.47º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873178 is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 120 | - |
| CMYK | 0 | 0.64 | 0.11 | 0.47 |
| HSL | 310.47º | 0.47% | 0.36% | - |
| HSV(B) | 310.47º | 0.64% | 0.53% | - |
| XYZ | 14.48 | 8.7 | 18.69 | - |
| YUV | 82.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 120 | 0 | 0.64 | 0.11 | 0.47 | 310.47 | 0.47 | 0.36 |
| Hex | 87 | 31 | 78 | 0 | 40 | B | 2F | 136 | 2F | 24 |
| Octal | 207 | 61 | 170 | 0 | 100 | 13 | 57 | 466 | 57 | 44 |
| Binary | 10000111 | 110001 | 1111000 | 0 | 1000000 | 1011 | 101111 | 100110110 | 101111 | 100100 |
Color Harmonies of #873178
Complementary color
Monochromatic Colors of #873178
Black with #873178
Text Example
Text Example
White with #873178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873178; }
p { color: rgb(135,49,120); }
H1.HeaderClassName
{
color: #873178;
}
.AnyTagClassName
{
color: #873178;
}
</style>
background-color css
<style>
a { background-color: #873178; }
a { background-color: rgb(135,49,120); }
div.DivClassName
{
background-color: #873178;
}
.BgClassName
{
background-color: #873178;
}
</style>
border-color css
<style>
span { border-color: #873178; }
span { border-color: rgb(135,49,120); }
td.TdClassName
{
border-color: #873178;
}
.TagClassName
{
border-color: #873178;
}
</style>