Shades of Purple #87007D
Tints of Purple #87007D
RGB
CMYK
RGB Variations
Color information
#87007D (or 0x87007D) is known color: Purple. HEX triplet: 87, 00 and 7D. RGB value is (135,0,125). Sum of RGB (Red+Green+Blue) = 135+0+125=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #87007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87007D is #78FF82. Grayscale: #363636. Windows color (decimal): -7929731 or 8192135. OLE color: 8192135.
HSL color Cylindrical-coordinate representation of color #87007D: hue angle of 304.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87007D is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 125 | - |
| CMYK | 0 | 1 | 0.07 | 0.47 |
| HSL | 304.44º | 1% | 0.26% | - |
| HSV(B) | 304.44º | 1% | 0.53% | - |
| XYZ | 13.69 | 6.63 | 19.96 | - |
| YUV | 54.62 | 167.73 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 125 | 0 | 1 | 0.07 | 0.47 | 304.44 | 1 | 0.26 |
| Hex | 87 | 0 | 7D | 0 | 64 | 7 | 2F | 130 | 64 | 1A |
| Octal | 207 | 0 | 175 | 0 | 144 | 7 | 57 | 460 | 144 | 32 |
| Binary | 10000111 | 0 | 1111101 | 0 | 1100100 | 111 | 101111 | 100110000 | 1100100 | 11010 |
Color Harmonies of #87007D
Complementary color
Monochromatic Colors of #87007D
Black with #87007D
Text Example
Text Example
White with #87007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87007D; }
p { color: rgb(135,0,125); }
H1.HeaderClassName
{
color: #87007D;
}
.AnyTagClassName
{
color: #87007D;
}
</style>
background-color css
<style>
a { background-color: #87007D; }
a { background-color: rgb(135,0,125); }
div.DivClassName
{
background-color: #87007D;
}
.BgClassName
{
background-color: #87007D;
}
</style>
border-color css
<style>
span { border-color: #87007D; }
span { border-color: rgb(135,0,125); }
td.TdClassName
{
border-color: #87007D;
}
.TagClassName
{
border-color: #87007D;
}
</style>