Shades of Purple #87007B
Tints of Purple #87007B
RGB
CMYK
RGB Variations
Color information
#87007B (or 0x87007B) is known color: Purple. HEX triplet: 87, 00 and 7B. RGB value is (135,0,123). Sum of RGB (Red+Green+Blue) = 135+0+123=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #87007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #87007B is #78FF84. Grayscale: #363636. Windows color (decimal): -7929733 or 8061063. OLE color: 8061063.
HSL color Cylindrical-coordinate representation of color #87007B: hue angle of 305.33º 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 #87007B is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 0 | 123 | - |
| CMYK | 0 | 1 | 0.09 | 0.47 |
| HSL | 305.33º | 1% | 0.26% | - |
| HSV(B) | 305.33º | 1% | 0.53% | - |
| XYZ | 13.57 | 6.58 | 19.29 | - |
| YUV | 54.39 | 166.73 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 0 | 123 | 0 | 1 | 0.09 | 0.47 | 305.33 | 1 | 0.26 |
| Hex | 87 | 0 | 7B | 0 | 64 | 9 | 2F | 131 | 64 | 1A |
| Octal | 207 | 0 | 173 | 0 | 144 | 11 | 57 | 461 | 144 | 32 |
| Binary | 10000111 | 0 | 1111011 | 0 | 1100100 | 1001 | 101111 | 100110001 | 1100100 | 11010 |
Color Harmonies of #87007B
Complementary color
Monochromatic Colors of #87007B
Black with #87007B
Text Example
Text Example
White with #87007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87007B; }
p { color: rgb(135,0,123); }
H1.HeaderClassName
{
color: #87007B;
}
.AnyTagClassName
{
color: #87007B;
}
</style>
background-color css
<style>
a { background-color: #87007B; }
a { background-color: rgb(135,0,123); }
div.DivClassName
{
background-color: #87007B;
}
.BgClassName
{
background-color: #87007B;
}
</style>
border-color css
<style>
span { border-color: #87007B; }
span { border-color: rgb(135,0,123); }
td.TdClassName
{
border-color: #87007B;
}
.TagClassName
{
border-color: #87007B;
}
</style>