Shades of Dark Purple #872479
Tints of Dark Purple #872479
RGB
CMYK
RGB Variations
Color information
#872479 (or 0x872479) is known color: Dark Purple. HEX triplet: 87, 24 and 79. RGB value is (135,36,121). Sum of RGB (Red+Green+Blue) = 135+36+121=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #872479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872479 is #78DB86. Grayscale: #4B4B4B. Windows color (decimal): -7920519 or 7939207. OLE color: 7939207.
HSL color Cylindrical-coordinate representation of color #872479: hue angle of 308.48º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #872479 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 36 | 121 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.47 |
| HSL | 308.48º | 0.58% | 0.34% | - |
| HSV(B) | 308.48º | 0.73% | 0.53% | - |
| XYZ | 14.07 | 7.79 | 18.85 | - |
| YUV | 75.29 | 153.8 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 36 | 121 | 0 | 0.73 | 0.10 | 0.47 | 308.48 | 0.58 | 0.34 |
| Hex | 87 | 24 | 79 | 0 | 49 | A | 2F | 134 | 3A | 22 |
| Octal | 207 | 44 | 171 | 0 | 111 | 12 | 57 | 464 | 72 | 42 |
| Binary | 10000111 | 100100 | 1111001 | 0 | 1001001 | 1010 | 101111 | 100110100 | 111010 | 100010 |
Color Harmonies of #872479
Complementary color
Monochromatic Colors of #872479
Black with #872479
Text Example
Text Example
White with #872479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872479; }
p { color: rgb(135,36,121); }
H1.HeaderClassName
{
color: #872479;
}
.AnyTagClassName
{
color: #872479;
}
</style>
background-color css
<style>
a { background-color: #872479; }
a { background-color: rgb(135,36,121); }
div.DivClassName
{
background-color: #872479;
}
.BgClassName
{
background-color: #872479;
}
</style>
border-color css
<style>
span { border-color: #872479; }
span { border-color: rgb(135,36,121); }
td.TdClassName
{
border-color: #872479;
}
.TagClassName
{
border-color: #872479;
}
</style>