Shades of Dark Purple #874079
Tints of Dark Purple #874079
RGB
CMYK
RGB Variations
Color information
#874079 (or 0x874079) is known color: Dark Purple. HEX triplet: 87, 40 and 79. RGB value is (135,64,121). Sum of RGB (Red+Green+Blue) = 135+64+121=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #874079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874079 is #78BF86. Grayscale: #5B5B5B. Windows color (decimal): -7913351 or 7946375. OLE color: 7946375.
HSL color Cylindrical-coordinate representation of color #874079: hue angle of 311.83º 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 #874079 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 121 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.47 |
| HSL | 311.83º | 0.36% | 0.39% | - |
| HSV(B) | 311.83º | 0.53% | 0.53% | - |
| XYZ | 15.28 | 10.2 | 19.25 | - |
| YUV | 91.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 121 | 0 | 0.53 | 0.10 | 0.47 | 311.83 | 0.36 | 0.39 |
| Hex | 87 | 40 | 79 | 0 | 35 | A | 2F | 138 | 24 | 27 |
| Octal | 207 | 100 | 171 | 0 | 65 | 12 | 57 | 470 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1111001 | 0 | 110101 | 1010 | 101111 | 100111000 | 100100 | 100111 |
Color Harmonies of #874079
Complementary color
Monochromatic Colors of #874079
Black with #874079
Text Example
Text Example
White with #874079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874079; }
p { color: rgb(135,64,121); }
H1.HeaderClassName
{
color: #874079;
}
.AnyTagClassName
{
color: #874079;
}
</style>
background-color css
<style>
a { background-color: #874079; }
a { background-color: rgb(135,64,121); }
div.DivClassName
{
background-color: #874079;
}
.BgClassName
{
background-color: #874079;
}
</style>
border-color css
<style>
span { border-color: #874079; }
span { border-color: rgb(135,64,121); }
td.TdClassName
{
border-color: #874079;
}
.TagClassName
{
border-color: #874079;
}
</style>