Shades of Dark Purple #87237D
Tints of Dark Purple #87237D
RGB
CMYK
RGB Variations
Color information
#87237D (or 0x87237D) is known color: Dark Purple. HEX triplet: 87, 23 and 7D. RGB value is (135,35,125). Sum of RGB (Red+Green+Blue) = 135+35+125=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87237D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87237D is #78DC82. Grayscale: #4A4A4A. Windows color (decimal): -7920771 or 8201095. OLE color: 8201095.
HSL color Cylindrical-coordinate representation of color #87237D: hue angle of 306º 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 #87237D is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 125 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.47 |
| HSL | 306º | 0.59% | 0.33% | - |
| HSV(B) | 306º | 0.74% | 0.53% | - |
| XYZ | 14.29 | 7.83 | 20.16 | - |
| YUV | 75.16 | 156.13 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 125 | 0 | 0.74 | 0.07 | 0.47 | 306 | 0.59 | 0.33 |
| Hex | 87 | 23 | 7D | 0 | 4A | 7 | 2F | 132 | 3B | 21 |
| Octal | 207 | 43 | 175 | 0 | 112 | 7 | 57 | 462 | 73 | 41 |
| Binary | 10000111 | 100011 | 1111101 | 0 | 1001010 | 111 | 101111 | 100110010 | 111011 | 100001 |
Color Harmonies of #87237D
Complementary color
Monochromatic Colors of #87237D
Black with #87237D
Text Example
Text Example
White with #87237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87237D; }
p { color: rgb(135,35,125); }
H1.HeaderClassName
{
color: #87237D;
}
.AnyTagClassName
{
color: #87237D;
}
</style>
background-color css
<style>
a { background-color: #87237D; }
a { background-color: rgb(135,35,125); }
div.DivClassName
{
background-color: #87237D;
}
.BgClassName
{
background-color: #87237D;
}
</style>
border-color css
<style>
span { border-color: #87237D; }
span { border-color: rgb(135,35,125); }
td.TdClassName
{
border-color: #87237D;
}
.TagClassName
{
border-color: #87237D;
}
</style>