Shades of Dark Purple #872175
Tints of Dark Purple #872175
RGB
CMYK
RGB Variations
Color information
#872175 (or 0x872175) is known color: Dark Purple. HEX triplet: 87, 21 and 75. RGB value is (135,33,117). Sum of RGB (Red+Green+Blue) = 135+33+117=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #872175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872175 is #78DE8A. Grayscale: #484848. Windows color (decimal): -7921291 or 7676295. OLE color: 7676295.
HSL color Cylindrical-coordinate representation of color #872175: hue angle of 310.59º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872175 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 117 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.47 |
| HSL | 310.59º | 0.61% | 0.33% | - |
| HSV(B) | 310.59º | 0.76% | 0.53% | - |
| XYZ | 13.75 | 7.52 | 17.56 | - |
| YUV | 73.07 | 152.79 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 117 | 0 | 0.76 | 0.13 | 0.47 | 310.59 | 0.61 | 0.33 |
| Hex | 87 | 21 | 75 | 0 | 4C | D | 2F | 137 | 3D | 21 |
| Octal | 207 | 41 | 165 | 0 | 114 | 15 | 57 | 467 | 75 | 41 |
| Binary | 10000111 | 100001 | 1110101 | 0 | 1001100 | 1101 | 101111 | 100110111 | 111101 | 100001 |
Color Harmonies of #872175
Complementary color
Monochromatic Colors of #872175
Black with #872175
Text Example
Text Example
White with #872175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872175; }
p { color: rgb(135,33,117); }
H1.HeaderClassName
{
color: #872175;
}
.AnyTagClassName
{
color: #872175;
}
</style>
background-color css
<style>
a { background-color: #872175; }
a { background-color: rgb(135,33,117); }
div.DivClassName
{
background-color: #872175;
}
.BgClassName
{
background-color: #872175;
}
</style>
border-color css
<style>
span { border-color: #872175; }
span { border-color: rgb(135,33,117); }
td.TdClassName
{
border-color: #872175;
}
.TagClassName
{
border-color: #872175;
}
</style>