Shades of Dark Purple #861667
Tints of Dark Purple #861667
RGB
CMYK
RGB Variations
Color information
#861667 (or 0x861667) is known color: Dark Purple. HEX triplet: 86, 16 and 67. RGB value is (134,22,103). Sum of RGB (Red+Green+Blue) = 134+22+103=259 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.74% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 103 (40.62% from 255 or 39.77% from 259); Max value from RGB is 134 - color contains mainly: red. Hex color #861667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861667 is #79E998. Grayscale: #404040. Windows color (decimal): -7989657 or 6755974. OLE color: 6755974.
HSL color Cylindrical-coordinate representation of color #861667: hue angle of 316.61º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861667 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 22 | 103 | - |
| CMYK | 0 | 0.84 | 0.23 | 0.47 |
| HSL | 316.61º | 0.72% | 0.31% | - |
| HSV(B) | 316.61º | 0.84% | 0.53% | - |
| XYZ | 12.57 | 6.62 | 13.45 | - |
| YUV | 64.72 | 149.61 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 22 | 103 | 0 | 0.84 | 0.23 | 0.47 | 316.61 | 0.72 | 0.31 |
| Hex | 86 | 16 | 67 | 0 | 54 | 17 | 2F | 13D | 48 | 1F |
| Octal | 206 | 26 | 147 | 0 | 124 | 27 | 57 | 475 | 110 | 37 |
| Binary | 10000110 | 10110 | 1100111 | 0 | 1010100 | 10111 | 101111 | 100111101 | 1001000 | 11111 |
Color Harmonies of #861667
Complementary color
Monochromatic Colors of #861667
Black with #861667
Text Example
Text Example
White with #861667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861667; }
p { color: rgb(134,22,103); }
H1.HeaderClassName
{
color: #861667;
}
.AnyTagClassName
{
color: #861667;
}
</style>
background-color css
<style>
a { background-color: #861667; }
a { background-color: rgb(134,22,103); }
div.DivClassName
{
background-color: #861667;
}
.BgClassName
{
background-color: #861667;
}
</style>
border-color css
<style>
span { border-color: #861667; }
span { border-color: rgb(134,22,103); }
td.TdClassName
{
border-color: #861667;
}
.TagClassName
{
border-color: #861667;
}
</style>