Shades of Purple #870B7A
Tints of Purple #870B7A
RGB
CMYK
RGB Variations
Color information
#870B7A (or 0x870B7A) is known color: Purple. HEX triplet: 87, 0B and 7A. RGB value is (135,11,122). Sum of RGB (Red+Green+Blue) = 135+11+122=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 122 (48.05% from 255 or 45.52% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #870B7A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B7A is #78F485. Grayscale: #3C3C3C. Windows color (decimal): -7926918 or 7998343. OLE color: 7998343.
HSL color Cylindrical-coordinate representation of color #870B7A: hue angle of 306.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #870B7A is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 122 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.47 |
| HSL | 306.29º | 0.85% | 0.29% | - |
| HSV(B) | 306.29º | 0.92% | 0.53% | - |
| XYZ | 13.62 | 6.8 | 19.01 | - |
| YUV | 60.73 | 162.58 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 122 | 0 | 0.92 | 0.10 | 0.47 | 306.29 | 0.85 | 0.29 |
| Hex | 87 | B | 7A | 0 | 5C | A | 2F | 132 | 55 | 1D |
| Octal | 207 | 13 | 172 | 0 | 134 | 12 | 57 | 462 | 125 | 35 |
| Binary | 10000111 | 1011 | 1111010 | 0 | 1011100 | 1010 | 101111 | 100110010 | 1010101 | 11101 |
Color Harmonies of #870B7A
Complementary color
Monochromatic Colors of #870B7A
Black with #870B7A
Text Example
Text Example
White with #870B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B7A; }
p { color: rgb(135,11,122); }
H1.HeaderClassName
{
color: #870B7A;
}
.AnyTagClassName
{
color: #870B7A;
}
</style>
background-color css
<style>
a { background-color: #870B7A; }
a { background-color: rgb(135,11,122); }
div.DivClassName
{
background-color: #870B7A;
}
.BgClassName
{
background-color: #870B7A;
}
</style>
border-color css
<style>
span { border-color: #870B7A; }
span { border-color: rgb(135,11,122); }
td.TdClassName
{
border-color: #870B7A;
}
.TagClassName
{
border-color: #870B7A;
}
</style>