Shades of Dark Purple #863673
Tints of Dark Purple #863673
RGB
CMYK
RGB Variations
Color information
#863673 (or 0x863673) is known color: Dark Purple. HEX triplet: 86, 36 and 73. RGB value is (134,54,115). Sum of RGB (Red+Green+Blue) = 134+54+115=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 54 (21.48% from 255 or 17.82% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #863673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863673 is #79C98C. Grayscale: #545454. Windows color (decimal): -7981453 or 7550598. OLE color: 7550598.
HSL color Cylindrical-coordinate representation of color #863673: hue angle of 314.25º 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 #863673 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 115 | - |
| CMYK | 0 | 0.60 | 0.14 | 0.47 |
| HSL | 314.25º | 0.43% | 0.37% | - |
| HSV(B) | 314.25º | 0.6% | 0.53% | - |
| XYZ | 14.25 | 8.94 | 17.2 | - |
| YUV | 84.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 115 | 0 | 0.60 | 0.14 | 0.47 | 314.25 | 0.43 | 0.37 |
| Hex | 86 | 36 | 73 | 0 | 3C | E | 2F | 13A | 2B | 25 |
| Octal | 206 | 66 | 163 | 0 | 74 | 16 | 57 | 472 | 53 | 45 |
| Binary | 10000110 | 110110 | 1110011 | 0 | 111100 | 1110 | 101111 | 100111010 | 101011 | 100101 |
Color Harmonies of #863673
Complementary color
Monochromatic Colors of #863673
Black with #863673
Text Example
Text Example
White with #863673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863673; }
p { color: rgb(134,54,115); }
H1.HeaderClassName
{
color: #863673;
}
.AnyTagClassName
{
color: #863673;
}
</style>
background-color css
<style>
a { background-color: #863673; }
a { background-color: rgb(134,54,115); }
div.DivClassName
{
background-color: #863673;
}
.BgClassName
{
background-color: #863673;
}
</style>
border-color css
<style>
span { border-color: #863673; }
span { border-color: rgb(134,54,115); }
td.TdClassName
{
border-color: #863673;
}
.TagClassName
{
border-color: #863673;
}
</style>