Shades of Dark Purple #872174
Tints of Dark Purple #872174
RGB
CMYK
RGB Variations
Color information
#872174 (or 0x872174) is known color: Dark Purple. HEX triplet: 87, 21 and 74. RGB value is (135,33,116). Sum of RGB (Red+Green+Blue) = 135+33+116=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #872174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872174 is #78DE8B. Grayscale: #484848. Windows color (decimal): -7921292 or 7610759. OLE color: 7610759.
HSL color Cylindrical-coordinate representation of color #872174: hue angle of 311.18º 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 #872174 is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 116 | - |
| CMYK | 0 | 0.76 | 0.14 | 0.47 |
| HSL | 311.18º | 0.61% | 0.33% | - |
| HSV(B) | 311.18º | 0.76% | 0.53% | - |
| XYZ | 13.69 | 7.5 | 17.25 | - |
| YUV | 72.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 116 | 0 | 0.76 | 0.14 | 0.47 | 311.18 | 0.61 | 0.33 |
| Hex | 87 | 21 | 74 | 0 | 4C | E | 2F | 137 | 3D | 21 |
| Octal | 207 | 41 | 164 | 0 | 114 | 16 | 57 | 467 | 75 | 41 |
| Binary | 10000111 | 100001 | 1110100 | 0 | 1001100 | 1110 | 101111 | 100110111 | 111101 | 100001 |
Color Harmonies of #872174
Complementary color
Monochromatic Colors of #872174
Black with #872174
Text Example
Text Example
White with #872174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872174; }
p { color: rgb(135,33,116); }
H1.HeaderClassName
{
color: #872174;
}
.AnyTagClassName
{
color: #872174;
}
</style>
background-color css
<style>
a { background-color: #872174; }
a { background-color: rgb(135,33,116); }
div.DivClassName
{
background-color: #872174;
}
.BgClassName
{
background-color: #872174;
}
</style>
border-color css
<style>
span { border-color: #872174; }
span { border-color: rgb(135,33,116); }
td.TdClassName
{
border-color: #872174;
}
.TagClassName
{
border-color: #872174;
}
</style>