Shades of Dark Purple #87227B
Tints of Dark Purple #87227B
RGB
CMYK
RGB Variations
Color information
#87227B (or 0x87227B) is known color: Dark Purple. HEX triplet: 87, 22 and 7B. RGB value is (135,34,123). Sum of RGB (Red+Green+Blue) = 135+34+123=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #87227B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87227B is #78DD84. Grayscale: #4A4A4A. Windows color (decimal): -7921029 or 8069767. OLE color: 8069767.
HSL color Cylindrical-coordinate representation of color #87227B: hue angle of 307.13º 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 #87227B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 34 | 123 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.47 |
| HSL | 307.13º | 0.6% | 0.33% | - |
| HSV(B) | 307.13º | 0.75% | 0.53% | - |
| XYZ | 14.14 | 7.73 | 19.48 | - |
| YUV | 74.35 | 155.46 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 34 | 123 | 0 | 0.75 | 0.09 | 0.47 | 307.13 | 0.6 | 0.33 |
| Hex | 87 | 22 | 7B | 0 | 4B | 9 | 2F | 133 | 3C | 21 |
| Octal | 207 | 42 | 173 | 0 | 113 | 11 | 57 | 463 | 74 | 41 |
| Binary | 10000111 | 100010 | 1111011 | 0 | 1001011 | 1001 | 101111 | 100110011 | 111100 | 100001 |
Color Harmonies of #87227B
Complementary color
Monochromatic Colors of #87227B
Black with #87227B
Text Example
Text Example
White with #87227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87227B; }
p { color: rgb(135,34,123); }
H1.HeaderClassName
{
color: #87227B;
}
.AnyTagClassName
{
color: #87227B;
}
</style>
background-color css
<style>
a { background-color: #87227B; }
a { background-color: rgb(135,34,123); }
div.DivClassName
{
background-color: #87227B;
}
.BgClassName
{
background-color: #87227B;
}
</style>
border-color css
<style>
span { border-color: #87227B; }
span { border-color: rgb(135,34,123); }
td.TdClassName
{
border-color: #87227B;
}
.TagClassName
{
border-color: #87227B;
}
</style>