Shades of Dark Purple #871273
Tints of Dark Purple #871273
RGB
CMYK
RGB Variations
Color information
#871273 (or 0x871273) is known color: Dark Purple. HEX triplet: 87, 12 and 73. RGB value is (135,18,115). Sum of RGB (Red+Green+Blue) = 135+18+115=268 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.37% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 135 - color contains mainly: red. Hex color #871273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871273 is #78ED8C. Grayscale: #3F3F3F. Windows color (decimal): -7925133 or 7541383. OLE color: 7541383.
HSL color Cylindrical-coordinate representation of color #871273: hue angle of 310.26º 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 #871273 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 18 | 115 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.47 |
| HSL | 310.26º | 0.76% | 0.3% | - |
| HSV(B) | 310.26º | 0.87% | 0.53% | - |
| XYZ | 13.3 | 6.82 | 16.84 | - |
| YUV | 64.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 18 | 115 | 0 | 0.87 | 0.15 | 0.47 | 310.26 | 0.76 | 0.3 |
| Hex | 87 | 12 | 73 | 0 | 57 | F | 2F | 136 | 4C | 1E |
| Octal | 207 | 22 | 163 | 0 | 127 | 17 | 57 | 466 | 114 | 36 |
| Binary | 10000111 | 10010 | 1110011 | 0 | 1010111 | 1111 | 101111 | 100110110 | 1001100 | 11110 |
Color Harmonies of #871273
Complementary color
Monochromatic Colors of #871273
Black with #871273
Text Example
Text Example
White with #871273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871273; }
p { color: rgb(135,18,115); }
H1.HeaderClassName
{
color: #871273;
}
.AnyTagClassName
{
color: #871273;
}
</style>
background-color css
<style>
a { background-color: #871273; }
a { background-color: rgb(135,18,115); }
div.DivClassName
{
background-color: #871273;
}
.BgClassName
{
background-color: #871273;
}
</style>
border-color css
<style>
span { border-color: #871273; }
span { border-color: rgb(135,18,115); }
td.TdClassName
{
border-color: #871273;
}
.TagClassName
{
border-color: #871273;
}
</style>