Shades of Dark Purple #87227E
Tints of Dark Purple #87227E
RGB
CMYK
RGB Variations
Color information
#87227E (or 0x87227E) is known color: Dark Purple. HEX triplet: 87, 22 and 7E. RGB value is (135,34,126). Sum of RGB (Red+Green+Blue) = 135+34+126=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 126 (49.61% from 255 or 42.71% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87227E is #78DD81. Grayscale: #4A4A4A. Windows color (decimal): -7921026 or 8266375. OLE color: 8266375.
HSL color Cylindrical-coordinate representation of color #87227E: hue angle of 305.35º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #87227E is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 126 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.47 |
| HSL | 305.35º | 0.6% | 0.33% | - |
| HSV(B) | 305.35º | 0.75% | 0.53% | - |
| XYZ | 14.33 | 7.8 | 20.49 | - |
| YUV | 74.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 126 | 0 | 0.75 | 0.07 | 0.47 | 305.35 | 0.6 | 0.33 |
| Hex | 87 | 22 | 7E | 0 | 4B | 7 | 2F | 131 | 3C | 21 |
| Octal | 207 | 42 | 176 | 0 | 113 | 7 | 57 | 461 | 74 | 41 |
| Binary | 10000111 | 100010 | 1111110 | 0 | 1001011 | 111 | 101111 | 100110001 | 111100 | 100001 |
Color Harmonies of #87227E
Complementary color
Monochromatic Colors of #87227E
Black with #87227E
Text Example
Text Example
White with #87227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87227E; }
p { color: rgb(135,34,126); }
H1.HeaderClassName
{
color: #87227E;
}
.AnyTagClassName
{
color: #87227E;
}
</style>
background-color css
<style>
a { background-color: #87227E; }
a { background-color: rgb(135,34,126); }
div.DivClassName
{
background-color: #87227E;
}
.BgClassName
{
background-color: #87227E;
}
</style>
border-color css
<style>
span { border-color: #87227E; }
span { border-color: rgb(135,34,126); }
td.TdClassName
{
border-color: #87227E;
}
.TagClassName
{
border-color: #87227E;
}
</style>