Shades of Dark Purple #871168
Tints of Dark Purple #871168
RGB
CMYK
RGB Variations
Color information
#871168 (or 0x871168) is known color: Dark Purple. HEX triplet: 87, 11 and 68. RGB value is (135,17,104). Sum of RGB (Red+Green+Blue) = 135+17+104=256 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.73% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 135 - color contains mainly: red. Hex color #871168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871168 is #78EE97. Grayscale: #3D3D3D. Windows color (decimal): -7925400 or 6820231. OLE color: 6820231.
HSL color Cylindrical-coordinate representation of color #871168: hue angle of 315.76º degrees, saturation: 0.78, 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 #871168 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 17 | 104 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.47 |
| HSL | 315.76º | 0.78% | 0.3% | - |
| HSV(B) | 315.76º | 0.87% | 0.53% | - |
| XYZ | 12.69 | 6.55 | 13.69 | - |
| YUV | 62.2 | 151.59 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 17 | 104 | 0 | 0.87 | 0.23 | 0.47 | 315.76 | 0.78 | 0.3 |
| Hex | 87 | 11 | 68 | 0 | 57 | 17 | 2F | 13C | 4E | 1E |
| Octal | 207 | 21 | 150 | 0 | 127 | 27 | 57 | 474 | 116 | 36 |
| Binary | 10000111 | 10001 | 1101000 | 0 | 1010111 | 10111 | 101111 | 100111100 | 1001110 | 11110 |
Color Harmonies of #871168
Complementary color
Monochromatic Colors of #871168
Black with #871168
Text Example
Text Example
White with #871168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871168; }
p { color: rgb(135,17,104); }
H1.HeaderClassName
{
color: #871168;
}
.AnyTagClassName
{
color: #871168;
}
</style>
background-color css
<style>
a { background-color: #871168; }
a { background-color: rgb(135,17,104); }
div.DivClassName
{
background-color: #871168;
}
.BgClassName
{
background-color: #871168;
}
</style>
border-color css
<style>
span { border-color: #871168; }
span { border-color: rgb(135,17,104); }
td.TdClassName
{
border-color: #871168;
}
.TagClassName
{
border-color: #871168;
}
</style>