Shades of Dark Purple #861379
Tints of Dark Purple #861379
RGB
CMYK
RGB Variations
Color information
#861379 (or 0x861379) is known color: Dark Purple. HEX triplet: 86, 13 and 79. RGB value is (134,19,121). Sum of RGB (Red+Green+Blue) = 134+19+121=274 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.91% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 134 - color contains mainly: red. Hex color #861379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861379 is #79EC86. Grayscale: #404040. Windows color (decimal): -7990407 or 7934854. OLE color: 7934854.
HSL color Cylindrical-coordinate representation of color #861379: hue angle of 306.78º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861379 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 121 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.47 |
| HSL | 306.78º | 0.75% | 0.3% | - |
| HSV(B) | 306.78º | 0.86% | 0.53% | - |
| XYZ | 13.52 | 6.91 | 18.71 | - |
| YUV | 65.01 | 159.6 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 121 | 0 | 0.86 | 0.10 | 0.47 | 306.78 | 0.75 | 0.3 |
| Hex | 86 | 13 | 79 | 0 | 56 | A | 2F | 133 | 4B | 1E |
| Octal | 206 | 23 | 171 | 0 | 126 | 12 | 57 | 463 | 113 | 36 |
| Binary | 10000110 | 10011 | 1111001 | 0 | 1010110 | 1010 | 101111 | 100110011 | 1001011 | 11110 |
Color Harmonies of #861379
Complementary color
Monochromatic Colors of #861379
Black with #861379
Text Example
Text Example
White with #861379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861379; }
p { color: rgb(134,19,121); }
H1.HeaderClassName
{
color: #861379;
}
.AnyTagClassName
{
color: #861379;
}
</style>
background-color css
<style>
a { background-color: #861379; }
a { background-color: rgb(134,19,121); }
div.DivClassName
{
background-color: #861379;
}
.BgClassName
{
background-color: #861379;
}
</style>
border-color css
<style>
span { border-color: #861379; }
span { border-color: rgb(134,19,121); }
td.TdClassName
{
border-color: #861379;
}
.TagClassName
{
border-color: #861379;
}
</style>