Shades of Dark Purple #861F6D
Tints of Dark Purple #861F6D
RGB
CMYK
RGB Variations
Color information
#861F6D (or 0x861F6D) is known color: Dark Purple. HEX triplet: 86, 1F and 6D. RGB value is (134,31,109). Sum of RGB (Red+Green+Blue) = 134+31+109=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #861F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F6D is #79E092. Grayscale: #464646. Windows color (decimal): -7987347 or 7151494. OLE color: 7151494.
HSL color Cylindrical-coordinate representation of color #861F6D: hue angle of 314.56º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F6D is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 109 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.47 |
| HSL | 314.56º | 0.62% | 0.32% | - |
| HSV(B) | 314.56º | 0.77% | 0.53% | - |
| XYZ | 13.08 | 7.15 | 15.16 | - |
| YUV | 70.69 | 149.62 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 109 | 0 | 0.77 | 0.19 | 0.47 | 314.56 | 0.62 | 0.32 |
| Hex | 86 | 1F | 6D | 0 | 4D | 13 | 2F | 13B | 3E | 20 |
| Octal | 206 | 37 | 155 | 0 | 115 | 23 | 57 | 473 | 76 | 40 |
| Binary | 10000110 | 11111 | 1101101 | 0 | 1001101 | 10011 | 101111 | 100111011 | 111110 | 100000 |
Color Harmonies of #861F6D
Complementary color
Monochromatic Colors of #861F6D
Black with #861F6D
Text Example
Text Example
White with #861F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F6D; }
p { color: rgb(134,31,109); }
H1.HeaderClassName
{
color: #861F6D;
}
.AnyTagClassName
{
color: #861F6D;
}
</style>
background-color css
<style>
a { background-color: #861F6D; }
a { background-color: rgb(134,31,109); }
div.DivClassName
{
background-color: #861F6D;
}
.BgClassName
{
background-color: #861F6D;
}
</style>
border-color css
<style>
span { border-color: #861F6D; }
span { border-color: rgb(134,31,109); }
td.TdClassName
{
border-color: #861F6D;
}
.TagClassName
{
border-color: #861F6D;
}
</style>