Shades of Dark Purple #863471
Tints of Dark Purple #863471
RGB
CMYK
RGB Variations
Color information
#863471 (or 0x863471) is known color: Dark Purple. HEX triplet: 86, 34 and 71. RGB value is (134,52,113). Sum of RGB (Red+Green+Blue) = 134+52+113=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #863471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863471 is #79CB8E. Grayscale: #535353. Windows color (decimal): -7981967 or 7419014. OLE color: 7419014.
HSL color Cylindrical-coordinate representation of color #863471: hue angle of 315.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #863471 is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 113 | - |
| CMYK | 0 | 0.61 | 0.16 | 0.47 |
| HSL | 315.37º | 0.44% | 0.36% | - |
| HSV(B) | 315.37º | 0.61% | 0.53% | - |
| XYZ | 14.04 | 8.72 | 16.57 | - |
| YUV | 83.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 113 | 0 | 0.61 | 0.16 | 0.47 | 315.37 | 0.44 | 0.36 |
| Hex | 86 | 34 | 71 | 0 | 3D | 10 | 2F | 13B | 2C | 24 |
| Octal | 206 | 64 | 161 | 0 | 75 | 20 | 57 | 473 | 54 | 44 |
| Binary | 10000110 | 110100 | 1110001 | 0 | 111101 | 10000 | 101111 | 100111011 | 101100 | 100100 |
Color Harmonies of #863471
Complementary color
Monochromatic Colors of #863471
Black with #863471
Text Example
Text Example
White with #863471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863471; }
p { color: rgb(134,52,113); }
H1.HeaderClassName
{
color: #863471;
}
.AnyTagClassName
{
color: #863471;
}
</style>
background-color css
<style>
a { background-color: #863471; }
a { background-color: rgb(134,52,113); }
div.DivClassName
{
background-color: #863471;
}
.BgClassName
{
background-color: #863471;
}
</style>
border-color css
<style>
span { border-color: #863471; }
span { border-color: rgb(134,52,113); }
td.TdClassName
{
border-color: #863471;
}
.TagClassName
{
border-color: #863471;
}
</style>