Shades of Dark Purple #863B79
Tints of Dark Purple #863B79
RGB
CMYK
RGB Variations
Color information
#863B79 (or 0x863B79) is known color: Dark Purple. HEX triplet: 86, 3B and 79. RGB value is (134,59,121). Sum of RGB (Red+Green+Blue) = 134+59+121=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #863B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863B79 is #79C486. Grayscale: #585858. Windows color (decimal): -7980167 or 7945094. OLE color: 7945094.
HSL color Cylindrical-coordinate representation of color #863B79: hue angle of 310.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #863B79 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 59 | 121 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.47 |
| HSL | 310.4º | 0.39% | 0.38% | - |
| HSV(B) | 310.4º | 0.56% | 0.53% | - |
| XYZ | 14.85 | 9.58 | 19.16 | - |
| YUV | 88.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 121 | 0 | 0.56 | 0.10 | 0.47 | 310.4 | 0.39 | 0.38 |
| Hex | 86 | 3B | 79 | 0 | 38 | A | 2F | 136 | 27 | 26 |
| Octal | 206 | 73 | 171 | 0 | 70 | 12 | 57 | 466 | 47 | 46 |
| Binary | 10000110 | 111011 | 1111001 | 0 | 111000 | 1010 | 101111 | 100110110 | 100111 | 100110 |
Color Harmonies of #863B79
Complementary color
Monochromatic Colors of #863B79
Black with #863B79
Text Example
Text Example
White with #863B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863B79; }
p { color: rgb(134,59,121); }
H1.HeaderClassName
{
color: #863B79;
}
.AnyTagClassName
{
color: #863B79;
}
</style>
background-color css
<style>
a { background-color: #863B79; }
a { background-color: rgb(134,59,121); }
div.DivClassName
{
background-color: #863B79;
}
.BgClassName
{
background-color: #863B79;
}
</style>
border-color css
<style>
span { border-color: #863B79; }
span { border-color: rgb(134,59,121); }
td.TdClassName
{
border-color: #863B79;
}
.TagClassName
{
border-color: #863B79;
}
</style>