Shades of Dark Purple #872975
Tints of Dark Purple #872975
RGB
CMYK
RGB Variations
Color information
#872975 (or 0x872975) is known color: Dark Purple. HEX triplet: 87, 29 and 75. RGB value is (135,41,117). Sum of RGB (Red+Green+Blue) = 135+41+117=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #872975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872975 is #78D68A. Grayscale: #4D4D4D. Windows color (decimal): -7919243 or 7678343. OLE color: 7678343.
HSL color Cylindrical-coordinate representation of color #872975: hue angle of 311.49º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #872975 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 41 | 117 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.47 |
| HSL | 311.49º | 0.53% | 0.35% | - |
| HSV(B) | 311.49º | 0.7% | 0.53% | - |
| XYZ | 14 | 8.02 | 17.64 | - |
| YUV | 77.77 | 150.14 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 41 | 117 | 0 | 0.70 | 0.13 | 0.47 | 311.49 | 0.53 | 0.35 |
| Hex | 87 | 29 | 75 | 0 | 46 | D | 2F | 137 | 35 | 23 |
| Octal | 207 | 51 | 165 | 0 | 106 | 15 | 57 | 467 | 65 | 43 |
| Binary | 10000111 | 101001 | 1110101 | 0 | 1000110 | 1101 | 101111 | 100110111 | 110101 | 100011 |
Color Harmonies of #872975
Complementary color
Monochromatic Colors of #872975
Black with #872975
Text Example
Text Example
White with #872975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872975; }
p { color: rgb(135,41,117); }
H1.HeaderClassName
{
color: #872975;
}
.AnyTagClassName
{
color: #872975;
}
</style>
background-color css
<style>
a { background-color: #872975; }
a { background-color: rgb(135,41,117); }
div.DivClassName
{
background-color: #872975;
}
.BgClassName
{
background-color: #872975;
}
</style>
border-color css
<style>
span { border-color: #872975; }
span { border-color: rgb(135,41,117); }
td.TdClassName
{
border-color: #872975;
}
.TagClassName
{
border-color: #872975;
}
</style>