Shades of Dark Purple #871468
Tints of Dark Purple #871468
RGB
CMYK
RGB Variations
Color information
#871468 (or 0x871468) is known color: Dark Purple. HEX triplet: 87, 14 and 68. RGB value is (135,20,104). Sum of RGB (Red+Green+Blue) = 135+20+104=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #871468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871468 is #78EB97. Grayscale: #3F3F3F. Windows color (decimal): -7924632 or 6820999. OLE color: 6820999.
HSL color Cylindrical-coordinate representation of color #871468: hue angle of 316.17º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871468 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 104 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.47 |
| HSL | 316.17º | 0.74% | 0.3% | - |
| HSV(B) | 316.17º | 0.85% | 0.53% | - |
| XYZ | 12.74 | 6.65 | 13.71 | - |
| YUV | 63.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 104 | 0 | 0.85 | 0.23 | 0.47 | 316.17 | 0.74 | 0.3 |
| Hex | 87 | 14 | 68 | 0 | 55 | 17 | 2F | 13C | 4A | 1E |
| Octal | 207 | 24 | 150 | 0 | 125 | 27 | 57 | 474 | 112 | 36 |
| Binary | 10000111 | 10100 | 1101000 | 0 | 1010101 | 10111 | 101111 | 100111100 | 1001010 | 11110 |
Color Harmonies of #871468
Complementary color
Monochromatic Colors of #871468
Black with #871468
Text Example
Text Example
White with #871468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871468; }
p { color: rgb(135,20,104); }
H1.HeaderClassName
{
color: #871468;
}
.AnyTagClassName
{
color: #871468;
}
</style>
background-color css
<style>
a { background-color: #871468; }
a { background-color: rgb(135,20,104); }
div.DivClassName
{
background-color: #871468;
}
.BgClassName
{
background-color: #871468;
}
</style>
border-color css
<style>
span { border-color: #871468; }
span { border-color: rgb(135,20,104); }
td.TdClassName
{
border-color: #871468;
}
.TagClassName
{
border-color: #871468;
}
</style>