Shades of Dark Purple #863D73
Tints of Dark Purple #863D73
RGB
CMYK
RGB Variations
Color information
#863D73 (or 0x863D73) is known color: Dark Purple. HEX triplet: 86, 3D and 73. RGB value is (134,61,115). Sum of RGB (Red+Green+Blue) = 134+61+115=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #863D73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863D73 is #79C28C. Grayscale: #585858. Windows color (decimal): -7979661 or 7552390. OLE color: 7552390.
HSL color Cylindrical-coordinate representation of color #863D73: hue angle of 315.62º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #863D73 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 61 | 115 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.47 |
| HSL | 315.62º | 0.37% | 0.38% | - |
| HSV(B) | 315.62º | 0.54% | 0.53% | - |
| XYZ | 14.59 | 9.64 | 17.31 | - |
| YUV | 88.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 61 | 115 | 0 | 0.54 | 0.14 | 0.47 | 315.62 | 0.37 | 0.38 |
| Hex | 86 | 3D | 73 | 0 | 36 | E | 2F | 13C | 25 | 26 |
| Octal | 206 | 75 | 163 | 0 | 66 | 16 | 57 | 474 | 45 | 46 |
| Binary | 10000110 | 111101 | 1110011 | 0 | 110110 | 1110 | 101111 | 100111100 | 100101 | 100110 |
Color Harmonies of #863D73
Complementary color
Monochromatic Colors of #863D73
Black with #863D73
Text Example
Text Example
White with #863D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863D73; }
p { color: rgb(134,61,115); }
H1.HeaderClassName
{
color: #863D73;
}
.AnyTagClassName
{
color: #863D73;
}
</style>
background-color css
<style>
a { background-color: #863D73; }
a { background-color: rgb(134,61,115); }
div.DivClassName
{
background-color: #863D73;
}
.BgClassName
{
background-color: #863D73;
}
</style>
border-color css
<style>
span { border-color: #863D73; }
span { border-color: rgb(134,61,115); }
td.TdClassName
{
border-color: #863D73;
}
.TagClassName
{
border-color: #863D73;
}
</style>