Shades of Dark Purple #87227D
Tints of Dark Purple #87227D
RGB
CMYK
RGB Variations
Color information
#87227D (or 0x87227D) is known color: Dark Purple. HEX triplet: 87, 22 and 7D. RGB value is (135,34,125). Sum of RGB (Red+Green+Blue) = 135+34+125=294 (38% of max value = 765). Red value is 135 (53.12% from 255 or 45.92% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 135 - color contains mainly: red. Hex color #87227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87227D is #78DD82. Grayscale: #4A4A4A. Windows color (decimal): -7921027 or 8200839. OLE color: 8200839.
HSL color Cylindrical-coordinate representation of color #87227D: hue angle of 305.94º 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 #87227D is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 125 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.47 |
| HSL | 305.94º | 0.6% | 0.33% | - |
| HSV(B) | 305.94º | 0.75% | 0.53% | - |
| XYZ | 14.27 | 7.78 | 20.15 | - |
| YUV | 74.57 | 156.46 | 171.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 125 | 0 | 0.75 | 0.07 | 0.47 | 305.94 | 0.6 | 0.33 |
| Hex | 87 | 22 | 7D | 0 | 4B | 7 | 2F | 132 | 3C | 21 |
| Octal | 207 | 42 | 175 | 0 | 113 | 7 | 57 | 462 | 74 | 41 |
| Binary | 10000111 | 100010 | 1111101 | 0 | 1001011 | 111 | 101111 | 100110010 | 111100 | 100001 |
Color Harmonies of #87227D
Complementary color
Monochromatic Colors of #87227D
Black with #87227D
Text Example
Text Example
White with #87227D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87227D; }
p { color: rgb(135,34,125); }
H1.HeaderClassName
{
color: #87227D;
}
.AnyTagClassName
{
color: #87227D;
}
</style>
background-color css
<style>
a { background-color: #87227D; }
a { background-color: rgb(135,34,125); }
div.DivClassName
{
background-color: #87227D;
}
.BgClassName
{
background-color: #87227D;
}
</style>
border-color css
<style>
span { border-color: #87227D; }
span { border-color: rgb(135,34,125); }
td.TdClassName
{
border-color: #87227D;
}
.TagClassName
{
border-color: #87227D;
}
</style>