Shades of Dark Purple #861367
Tints of Dark Purple #861367
RGB
CMYK
RGB Variations
Color information
#861367 (or 0x861367) is known color: Dark Purple. HEX triplet: 86, 13 and 67. RGB value is (134,19,103). Sum of RGB (Red+Green+Blue) = 134+19+103=256 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.34% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 134 - color contains mainly: red. Hex color #861367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861367 is #79EC98. Grayscale: #3E3E3E. Windows color (decimal): -7990425 or 6755206. OLE color: 6755206.
HSL color Cylindrical-coordinate representation of color #861367: hue angle of 316.17º 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 #861367 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 103 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.47 |
| HSL | 316.17º | 0.75% | 0.3% | - |
| HSV(B) | 316.17º | 0.86% | 0.53% | - |
| XYZ | 12.51 | 6.51 | 13.43 | - |
| YUV | 62.96 | 150.6 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 103 | 0 | 0.86 | 0.23 | 0.47 | 316.17 | 0.75 | 0.3 |
| Hex | 86 | 13 | 67 | 0 | 56 | 17 | 2F | 13C | 4B | 1E |
| Octal | 206 | 23 | 147 | 0 | 126 | 27 | 57 | 474 | 113 | 36 |
| Binary | 10000110 | 10011 | 1100111 | 0 | 1010110 | 10111 | 101111 | 100111100 | 1001011 | 11110 |
Color Harmonies of #861367
Complementary color
Monochromatic Colors of #861367
Black with #861367
Text Example
Text Example
White with #861367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861367; }
p { color: rgb(134,19,103); }
H1.HeaderClassName
{
color: #861367;
}
.AnyTagClassName
{
color: #861367;
}
</style>
background-color css
<style>
a { background-color: #861367; }
a { background-color: rgb(134,19,103); }
div.DivClassName
{
background-color: #861367;
}
.BgClassName
{
background-color: #861367;
}
</style>
border-color css
<style>
span { border-color: #861367; }
span { border-color: rgb(134,19,103); }
td.TdClassName
{
border-color: #861367;
}
.TagClassName
{
border-color: #861367;
}
</style>