Shades of Dark Purple #871464
Tints of Dark Purple #871464
RGB
CMYK
RGB Variations
Color information
#871464 (or 0x871464) is known color: Dark Purple. HEX triplet: 87, 14 and 64. RGB value is (135,20,100). Sum of RGB (Red+Green+Blue) = 135+20+100=255 (33% of max value = 765). Red value is 135 (53.12% from 255 or 52.94% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 135 - color contains mainly: red. Hex color #871464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871464 is #78EB9B. Grayscale: #3F3F3F. Windows color (decimal): -7924636 or 6558855. OLE color: 6558855.
HSL color Cylindrical-coordinate representation of color #871464: hue angle of 318.26º 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 #871464 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 20 | 100 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.47 |
| HSL | 318.26º | 0.74% | 0.3% | - |
| HSV(B) | 318.26º | 0.85% | 0.53% | - |
| XYZ | 12.54 | 6.57 | 12.66 | - |
| YUV | 63.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 20 | 100 | 0 | 0.85 | 0.26 | 0.47 | 318.26 | 0.74 | 0.3 |
| Hex | 87 | 14 | 64 | 0 | 55 | 1A | 2F | 13E | 4A | 1E |
| Octal | 207 | 24 | 144 | 0 | 125 | 32 | 57 | 476 | 112 | 36 |
| Binary | 10000111 | 10100 | 1100100 | 0 | 1010101 | 11010 | 101111 | 100111110 | 1001010 | 11110 |
Color Harmonies of #871464
Complementary color
Monochromatic Colors of #871464
Black with #871464
Text Example
Text Example
White with #871464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871464; }
p { color: rgb(135,20,100); }
H1.HeaderClassName
{
color: #871464;
}
.AnyTagClassName
{
color: #871464;
}
</style>
background-color css
<style>
a { background-color: #871464; }
a { background-color: rgb(135,20,100); }
div.DivClassName
{
background-color: #871464;
}
.BgClassName
{
background-color: #871464;
}
</style>
border-color css
<style>
span { border-color: #871464; }
span { border-color: rgb(135,20,100); }
td.TdClassName
{
border-color: #871464;
}
.TagClassName
{
border-color: #871464;
}
</style>