Shades of Dark Purple #872373
Tints of Dark Purple #872373
RGB
CMYK
RGB Variations
Color information
#872373 (or 0x872373) is known color: Dark Purple. HEX triplet: 87, 23 and 73. RGB value is (135,35,115). Sum of RGB (Red+Green+Blue) = 135+35+115=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #872373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872373 is #78DC8C. Grayscale: #494949. Windows color (decimal): -7920781 or 7545735. OLE color: 7545735.
HSL color Cylindrical-coordinate representation of color #872373: hue angle of 312º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #872373 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 115 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.47 |
| HSL | 312º | 0.59% | 0.33% | - |
| HSV(B) | 312º | 0.74% | 0.53% | - |
| XYZ | 13.69 | 7.59 | 16.96 | - |
| YUV | 74.02 | 151.13 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 115 | 0 | 0.74 | 0.15 | 0.47 | 312 | 0.59 | 0.33 |
| Hex | 87 | 23 | 73 | 0 | 4A | F | 2F | 138 | 3B | 21 |
| Octal | 207 | 43 | 163 | 0 | 112 | 17 | 57 | 470 | 73 | 41 |
| Binary | 10000111 | 100011 | 1110011 | 0 | 1001010 | 1111 | 101111 | 100111000 | 111011 | 100001 |
Color Harmonies of #872373
Complementary color
Monochromatic Colors of #872373
Black with #872373
Text Example
Text Example
White with #872373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872373; }
p { color: rgb(135,35,115); }
H1.HeaderClassName
{
color: #872373;
}
.AnyTagClassName
{
color: #872373;
}
</style>
background-color css
<style>
a { background-color: #872373; }
a { background-color: rgb(135,35,115); }
div.DivClassName
{
background-color: #872373;
}
.BgClassName
{
background-color: #872373;
}
</style>
border-color css
<style>
span { border-color: #872373; }
span { border-color: rgb(135,35,115); }
td.TdClassName
{
border-color: #872373;
}
.TagClassName
{
border-color: #872373;
}
</style>