Shades of Dark Purple #872173
Tints of Dark Purple #872173
RGB
CMYK
RGB Variations
Color information
#872173 (or 0x872173) is known color: Dark Purple. HEX triplet: 87, 21 and 73. RGB value is (135,33,115). Sum of RGB (Red+Green+Blue) = 135+33+115=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #872173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872173 is #78DE8C. Grayscale: #484848. Windows color (decimal): -7921293 or 7545223. OLE color: 7545223.
HSL color Cylindrical-coordinate representation of color #872173: hue angle of 311.76º 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 #872173 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 33 | 115 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.47 |
| HSL | 311.76º | 0.61% | 0.33% | - |
| HSV(B) | 311.76º | 0.76% | 0.53% | - |
| XYZ | 13.63 | 7.48 | 16.94 | - |
| YUV | 72.85 | 151.79 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 33 | 115 | 0 | 0.76 | 0.15 | 0.47 | 311.76 | 0.61 | 0.33 |
| Hex | 87 | 21 | 73 | 0 | 4C | F | 2F | 138 | 3D | 21 |
| Octal | 207 | 41 | 163 | 0 | 114 | 17 | 57 | 470 | 75 | 41 |
| Binary | 10000111 | 100001 | 1110011 | 0 | 1001100 | 1111 | 101111 | 100111000 | 111101 | 100001 |
Color Harmonies of #872173
Complementary color
Monochromatic Colors of #872173
Black with #872173
Text Example
Text Example
White with #872173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872173; }
p { color: rgb(135,33,115); }
H1.HeaderClassName
{
color: #872173;
}
.AnyTagClassName
{
color: #872173;
}
</style>
background-color css
<style>
a { background-color: #872173; }
a { background-color: rgb(135,33,115); }
div.DivClassName
{
background-color: #872173;
}
.BgClassName
{
background-color: #872173;
}
</style>
border-color css
<style>
span { border-color: #872173; }
span { border-color: rgb(135,33,115); }
td.TdClassName
{
border-color: #872173;
}
.TagClassName
{
border-color: #872173;
}
</style>