Shades of Dark Purple #872E75
Tints of Dark Purple #872E75
RGB
CMYK
RGB Variations
Color information
#872E75 (or 0x872E75) is known color: Dark Purple. HEX triplet: 87, 2E and 75. RGB value is (135,46,117). Sum of RGB (Red+Green+Blue) = 135+46+117=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #872E75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872E75 is #78D18A. Grayscale: #505050. Windows color (decimal): -7917963 or 7679623. OLE color: 7679623.
HSL color Cylindrical-coordinate representation of color #872E75: hue angle of 312.13º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #872E75 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 46 | 117 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.47 |
| HSL | 312.13º | 0.49% | 0.35% | - |
| HSV(B) | 312.13º | 0.66% | 0.53% | - |
| XYZ | 14.18 | 8.39 | 17.7 | - |
| YUV | 80.71 | 148.49 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 46 | 117 | 0 | 0.66 | 0.13 | 0.47 | 312.13 | 0.49 | 0.35 |
| Hex | 87 | 2E | 75 | 0 | 42 | D | 2F | 138 | 31 | 23 |
| Octal | 207 | 56 | 165 | 0 | 102 | 15 | 57 | 470 | 61 | 43 |
| Binary | 10000111 | 101110 | 1110101 | 0 | 1000010 | 1101 | 101111 | 100111000 | 110001 | 100011 |
Color Harmonies of #872E75
Complementary color
Monochromatic Colors of #872E75
Black with #872E75
Text Example
Text Example
White with #872E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872E75; }
p { color: rgb(135,46,117); }
H1.HeaderClassName
{
color: #872E75;
}
.AnyTagClassName
{
color: #872E75;
}
</style>
background-color css
<style>
a { background-color: #872E75; }
a { background-color: rgb(135,46,117); }
div.DivClassName
{
background-color: #872E75;
}
.BgClassName
{
background-color: #872E75;
}
</style>
border-color css
<style>
span { border-color: #872E75; }
span { border-color: rgb(135,46,117); }
td.TdClassName
{
border-color: #872E75;
}
.TagClassName
{
border-color: #872E75;
}
</style>