Shades of Dark Purple #863580
Tints of Dark Purple #863580
RGB
CMYK
RGB Variations
Color information
#863580 (or 0x863580) is known color: Dark Purple. HEX triplet: 86, 35 and 80. RGB value is (134,53,128). Sum of RGB (Red+Green+Blue) = 134+53+128=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #863580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863580 is #79CA7F. Grayscale: #555555. Windows color (decimal): -7981696 or 8402310. OLE color: 8402310.
HSL color Cylindrical-coordinate representation of color #863580: hue angle of 304.44º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863580 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 53 | 128 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.47 |
| HSL | 304.44º | 0.43% | 0.37% | - |
| HSV(B) | 304.44º | 0.6% | 0.53% | - |
| XYZ | 15 | 9.17 | 21.4 | - |
| YUV | 85.77 | 151.84 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 53 | 128 | 0 | 0.60 | 0.04 | 0.47 | 304.44 | 0.43 | 0.37 |
| Hex | 86 | 35 | 80 | 0 | 3C | 4 | 2F | 130 | 2B | 25 |
| Octal | 206 | 65 | 200 | 0 | 74 | 4 | 57 | 460 | 53 | 45 |
| Binary | 10000110 | 110101 | 10000000 | 0 | 111100 | 100 | 101111 | 100110000 | 101011 | 100101 |
Color Harmonies of #863580
Complementary color
Monochromatic Colors of #863580
Black with #863580
Text Example
Text Example
White with #863580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863580; }
p { color: rgb(134,53,128); }
H1.HeaderClassName
{
color: #863580;
}
.AnyTagClassName
{
color: #863580;
}
</style>
background-color css
<style>
a { background-color: #863580; }
a { background-color: rgb(134,53,128); }
div.DivClassName
{
background-color: #863580;
}
.BgClassName
{
background-color: #863580;
}
</style>
border-color css
<style>
span { border-color: #863580; }
span { border-color: rgb(134,53,128); }
td.TdClassName
{
border-color: #863580;
}
.TagClassName
{
border-color: #863580;
}
</style>