Shades of Dark Purple #872387
Tints of Dark Purple #872387
RGB
CMYK
RGB Variations
Color information
#872387 (or 0x872387) is known color: Dark Purple. HEX triplet: 87, 23 and 87. RGB value is (135,35,135). Sum of RGB (Red+Green+Blue) = 135+35+135=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #872387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #872387 is #78DC78. Grayscale: #4C4C4C. Windows color (decimal): -7920761 or 8856455. OLE color: 8856455.
HSL color Cylindrical-coordinate representation of color #872387: hue angle of 300º 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 #872387 is Cyan = 0, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 135 | - |
| CMYK | 0 | 0.74 | 0 | 0.47 |
| HSL | 300º | 0.59% | 0.33% | - |
| HSV(B) | 300º | 0.74% | 0.53% | - |
| XYZ | 14.97 | 8.1 | 23.7 | - |
| YUV | 76.3 | 161.13 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 135 | 0 | 0.74 | 0 | 0.47 | 300 | 0.59 | 0.33 |
| Hex | 87 | 23 | 87 | 0 | 4A | 0 | 2F | 12C | 3B | 21 |
| Octal | 207 | 43 | 207 | 0 | 112 | 0 | 57 | 454 | 73 | 41 |
| Binary | 10000111 | 100011 | 10000111 | 0 | 1001010 | 0 | 101111 | 100101100 | 111011 | 100001 |
Color Harmonies of #872387
Complementary color
Monochromatic Colors of #872387
Black with #872387
Text Example
Text Example
White with #872387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #872387; }
p { color: rgb(135,35,135); }
H1.HeaderClassName
{
color: #872387;
}
.AnyTagClassName
{
color: #872387;
}
</style>
background-color css
<style>
a { background-color: #872387; }
a { background-color: rgb(135,35,135); }
div.DivClassName
{
background-color: #872387;
}
.BgClassName
{
background-color: #872387;
}
</style>
border-color css
<style>
span { border-color: #872387; }
span { border-color: rgb(135,35,135); }
td.TdClassName
{
border-color: #872387;
}
.TagClassName
{
border-color: #872387;
}
</style>