Shades of Dark Purple #861364
Tints of Dark Purple #861364
RGB
CMYK
RGB Variations
Color information
#861364 (or 0x861364) is known color: Dark Purple. HEX triplet: 86, 13 and 64. RGB value is (134,19,100). Sum of RGB (Red+Green+Blue) = 134+19+100=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #861364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861364 is #79EC9B. Grayscale: #3E3E3E. Windows color (decimal): -7990428 or 6558598. OLE color: 6558598.
HSL color Cylindrical-coordinate representation of color #861364: hue angle of 317.74º 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 #861364 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 100 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.47 |
| HSL | 317.74º | 0.75% | 0.3% | - |
| HSV(B) | 317.74º | 0.86% | 0.53% | - |
| XYZ | 12.36 | 6.45 | 12.65 | - |
| YUV | 62.62 | 149.1 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 100 | 0 | 0.86 | 0.25 | 0.47 | 317.74 | 0.75 | 0.3 |
| Hex | 86 | 13 | 64 | 0 | 56 | 19 | 2F | 13E | 4B | 1E |
| Octal | 206 | 23 | 144 | 0 | 126 | 31 | 57 | 476 | 113 | 36 |
| Binary | 10000110 | 10011 | 1100100 | 0 | 1010110 | 11001 | 101111 | 100111110 | 1001011 | 11110 |
Color Harmonies of #861364
Complementary color
Monochromatic Colors of #861364
Black with #861364
Text Example
Text Example
White with #861364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861364; }
p { color: rgb(134,19,100); }
H1.HeaderClassName
{
color: #861364;
}
.AnyTagClassName
{
color: #861364;
}
</style>
background-color css
<style>
a { background-color: #861364; }
a { background-color: rgb(134,19,100); }
div.DivClassName
{
background-color: #861364;
}
.BgClassName
{
background-color: #861364;
}
</style>
border-color css
<style>
span { border-color: #861364; }
span { border-color: rgb(134,19,100); }
td.TdClassName
{
border-color: #861364;
}
.TagClassName
{
border-color: #861364;
}
</style>