Shades of Dark Purple #87127F
Tints of Dark Purple #87127F
RGB
CMYK
RGB Variations
Color information
#87127F (or 0x87127F) is known color: Dark Purple. HEX triplet: 87, 12 and 7F. RGB value is (135,18,127). Sum of RGB (Red+Green+Blue) = 135+18+127=280 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.21% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 135 - color contains mainly: red. Hex color #87127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87127F is #78ED80. Grayscale: #414141. Windows color (decimal): -7925121 or 8327815. OLE color: 8327815.
HSL color Cylindrical-coordinate representation of color #87127F: hue angle of 304.1º 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 #87127F is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 127 | - |
| CMYK | 0 | 0.87 | 0.06 | 0.47 |
| HSL | 304.1º | 0.76% | 0.3% | - |
| HSV(B) | 304.1º | 0.87% | 0.53% | - |
| XYZ | 14.04 | 7.12 | 20.71 | - |
| YUV | 65.41 | 162.76 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 127 | 0 | 0.87 | 0.06 | 0.47 | 304.1 | 0.76 | 0.3 |
| Hex | 87 | 12 | 7F | 0 | 57 | 6 | 2F | 130 | 4C | 1E |
| Octal | 207 | 22 | 177 | 0 | 127 | 6 | 57 | 460 | 114 | 36 |
| Binary | 10000111 | 10010 | 1111111 | 0 | 1010111 | 110 | 101111 | 100110000 | 1001100 | 11110 |
Color Harmonies of #87127F
Complementary color
Monochromatic Colors of #87127F
Black with #87127F
Text Example
Text Example
White with #87127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87127F; }
p { color: rgb(135,18,127); }
H1.HeaderClassName
{
color: #87127F;
}
.AnyTagClassName
{
color: #87127F;
}
</style>
background-color css
<style>
a { background-color: #87127F; }
a { background-color: rgb(135,18,127); }
div.DivClassName
{
background-color: #87127F;
}
.BgClassName
{
background-color: #87127F;
}
</style>
border-color css
<style>
span { border-color: #87127F; }
span { border-color: rgb(135,18,127); }
td.TdClassName
{
border-color: #87127F;
}
.TagClassName
{
border-color: #87127F;
}
</style>