Shades of Dark Purple #863972
Tints of Dark Purple #863972
RGB
CMYK
RGB Variations
Color information
#863972 (or 0x863972) is known color: Dark Purple. HEX triplet: 86, 39 and 72. RGB value is (134,57,114). Sum of RGB (Red+Green+Blue) = 134+57+114=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #863972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863972 is #79C68D. Grayscale: #565656. Windows color (decimal): -7980686 or 7485830. OLE color: 7485830.
HSL color Cylindrical-coordinate representation of color #863972: hue angle of 315.58º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863972 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 57 | 114 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.47 |
| HSL | 315.58º | 0.4% | 0.37% | - |
| HSV(B) | 315.58º | 0.57% | 0.53% | - |
| XYZ | 14.33 | 9.21 | 16.94 | - |
| YUV | 86.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 57 | 114 | 0 | 0.57 | 0.15 | 0.47 | 315.58 | 0.4 | 0.37 |
| Hex | 86 | 39 | 72 | 0 | 39 | F | 2F | 13C | 28 | 25 |
| Octal | 206 | 71 | 162 | 0 | 71 | 17 | 57 | 474 | 50 | 45 |
| Binary | 10000110 | 111001 | 1110010 | 0 | 111001 | 1111 | 101111 | 100111100 | 101000 | 100101 |
Color Harmonies of #863972
Complementary color
Monochromatic Colors of #863972
Black with #863972
Text Example
Text Example
White with #863972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863972; }
p { color: rgb(134,57,114); }
H1.HeaderClassName
{
color: #863972;
}
.AnyTagClassName
{
color: #863972;
}
</style>
background-color css
<style>
a { background-color: #863972; }
a { background-color: rgb(134,57,114); }
div.DivClassName
{
background-color: #863972;
}
.BgClassName
{
background-color: #863972;
}
</style>
border-color css
<style>
span { border-color: #863972; }
span { border-color: rgb(134,57,114); }
td.TdClassName
{
border-color: #863972;
}
.TagClassName
{
border-color: #863972;
}
</style>