Shades of Purple #870B7B
Tints of Purple #870B7B
RGB
CMYK
RGB Variations
Color information
#870B7B (or 0x870B7B) is known color: Purple. HEX triplet: 87, 0B and 7B. RGB value is (135,11,123). Sum of RGB (Red+Green+Blue) = 135+11+123=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 123 (48.44% from 255 or 45.72% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870B7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870B7B is #78F484. Grayscale: #3C3C3C. Windows color (decimal): -7926917 or 8063879. OLE color: 8063879.
HSL color Cylindrical-coordinate representation of color #870B7B: hue angle of 305.81º 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 #870B7B is Cyan = 0, Magento = 0.92, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 11 | 123 | - |
| CMYK | 0 | 0.92 | 0.09 | 0.47 |
| HSL | 305.81º | 0.85% | 0.29% | - |
| HSV(B) | 305.81º | 0.92% | 0.53% | - |
| XYZ | 13.69 | 6.82 | 19.33 | - |
| YUV | 60.84 | 163.08 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 11 | 123 | 0 | 0.92 | 0.09 | 0.47 | 305.81 | 0.85 | 0.29 |
| Hex | 87 | B | 7B | 0 | 5C | 9 | 2F | 132 | 55 | 1D |
| Octal | 207 | 13 | 173 | 0 | 134 | 11 | 57 | 462 | 125 | 35 |
| Binary | 10000111 | 1011 | 1111011 | 0 | 1011100 | 1001 | 101111 | 100110010 | 1010101 | 11101 |
Color Harmonies of #870B7B
Complementary color
Monochromatic Colors of #870B7B
Black with #870B7B
Text Example
Text Example
White with #870B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #870B7B; }
p { color: rgb(135,11,123); }
H1.HeaderClassName
{
color: #870B7B;
}
.AnyTagClassName
{
color: #870B7B;
}
</style>
background-color css
<style>
a { background-color: #870B7B; }
a { background-color: rgb(135,11,123); }
div.DivClassName
{
background-color: #870B7B;
}
.BgClassName
{
background-color: #870B7B;
}
</style>
border-color css
<style>
span { border-color: #870B7B; }
span { border-color: rgb(135,11,123); }
td.TdClassName
{
border-color: #870B7B;
}
.TagClassName
{
border-color: #870B7B;
}
</style>