Shades of Dark Purple #87237E
Tints of Dark Purple #87237E
RGB
CMYK
RGB Variations
Color information
#87237E (or 0x87237E) is known color: Dark Purple. HEX triplet: 87, 23 and 7E. RGB value is (135,35,126). Sum of RGB (Red+Green+Blue) = 135+35+126=296 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.61% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 126 (49.61% from 255 or 42.57% from 296); Max value from RGB is 135 - color contains mainly: red. Hex color #87237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87237E is #78DC81. Grayscale: #4B4B4B. Windows color (decimal): -7920770 or 8266631. OLE color: 8266631.
HSL color Cylindrical-coordinate representation of color #87237E: hue angle of 305.4º 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 #87237E is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 35 | 126 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.47 |
| HSL | 305.4º | 0.59% | 0.33% | - |
| HSV(B) | 305.4º | 0.74% | 0.53% | - |
| XYZ | 14.36 | 7.86 | 20.5 | - |
| YUV | 75.27 | 156.63 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 35 | 126 | 0 | 0.74 | 0.07 | 0.47 | 305.4 | 0.59 | 0.33 |
| Hex | 87 | 23 | 7E | 0 | 4A | 7 | 2F | 131 | 3B | 21 |
| Octal | 207 | 43 | 176 | 0 | 112 | 7 | 57 | 461 | 73 | 41 |
| Binary | 10000111 | 100011 | 1111110 | 0 | 1001010 | 111 | 101111 | 100110001 | 111011 | 100001 |
Color Harmonies of #87237E
Complementary color
Monochromatic Colors of #87237E
Black with #87237E
Text Example
Text Example
White with #87237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87237E; }
p { color: rgb(135,35,126); }
H1.HeaderClassName
{
color: #87237E;
}
.AnyTagClassName
{
color: #87237E;
}
</style>
background-color css
<style>
a { background-color: #87237E; }
a { background-color: rgb(135,35,126); }
div.DivClassName
{
background-color: #87237E;
}
.BgClassName
{
background-color: #87237E;
}
</style>
border-color css
<style>
span { border-color: #87237E; }
span { border-color: rgb(135,35,126); }
td.TdClassName
{
border-color: #87237E;
}
.TagClassName
{
border-color: #87237E;
}
</style>