Shades of Dark Purple #87127D
Tints of Dark Purple #87127D
RGB
CMYK
RGB Variations
Color information
#87127D (or 0x87127D) is known color: Dark Purple. HEX triplet: 87, 12 and 7D. RGB value is (135,18,125). Sum of RGB (Red+Green+Blue) = 135+18+125=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87127D is #78ED82. Grayscale: #404040. Windows color (decimal): -7925123 or 8196743. OLE color: 8196743.
HSL color Cylindrical-coordinate representation of color #87127D: hue angle of 305.13º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87127D is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 125 | - |
| CMYK | 0 | 0.87 | 0.07 | 0.47 |
| HSL | 305.13º | 0.76% | 0.3% | - |
| HSV(B) | 305.13º | 0.87% | 0.53% | - |
| XYZ | 13.91 | 7.06 | 20.03 | - |
| YUV | 65.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 125 | 0 | 0.87 | 0.07 | 0.47 | 305.13 | 0.76 | 0.3 |
| Hex | 87 | 12 | 7D | 0 | 57 | 7 | 2F | 131 | 4C | 1E |
| Octal | 207 | 22 | 175 | 0 | 127 | 7 | 57 | 461 | 114 | 36 |
| Binary | 10000111 | 10010 | 1111101 | 0 | 1010111 | 111 | 101111 | 100110001 | 1001100 | 11110 |
Color Harmonies of #87127D
Complementary color
Monochromatic Colors of #87127D
Black with #87127D
Text Example
Text Example
White with #87127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87127D; }
p { color: rgb(135,18,125); }
H1.HeaderClassName
{
color: #87127D;
}
.AnyTagClassName
{
color: #87127D;
}
</style>
background-color css
<style>
a { background-color: #87127D; }
a { background-color: rgb(135,18,125); }
div.DivClassName
{
background-color: #87127D;
}
.BgClassName
{
background-color: #87127D;
}
</style>
border-color css
<style>
span { border-color: #87127D; }
span { border-color: rgb(135,18,125); }
td.TdClassName
{
border-color: #87127D;
}
.TagClassName
{
border-color: #87127D;
}
</style>