Shades of Dark Purple #862571
Tints of Dark Purple #862571
RGB
CMYK
RGB Variations
Color information
#862571 (or 0x862571) is known color: Dark Purple. HEX triplet: 86, 25 and 71. RGB value is (134,37,113). Sum of RGB (Red+Green+Blue) = 134+37+113=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 134 - color contains mainly: red. Hex color #862571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862571 is #79DA8E. Grayscale: #4A4A4A. Windows color (decimal): -7985807 or 7415174. OLE color: 7415174.
HSL color Cylindrical-coordinate representation of color #862571: hue angle of 312.99º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862571 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 37 | 113 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.47 |
| HSL | 312.99º | 0.57% | 0.34% | - |
| HSV(B) | 312.99º | 0.72% | 0.53% | - |
| XYZ | 13.47 | 7.58 | 16.38 | - |
| YUV | 74.67 | 149.64 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 37 | 113 | 0 | 0.72 | 0.16 | 0.47 | 312.99 | 0.57 | 0.34 |
| Hex | 86 | 25 | 71 | 0 | 48 | 10 | 2F | 139 | 39 | 22 |
| Octal | 206 | 45 | 161 | 0 | 110 | 20 | 57 | 471 | 71 | 42 |
| Binary | 10000110 | 100101 | 1110001 | 0 | 1001000 | 10000 | 101111 | 100111001 | 111001 | 100010 |
Color Harmonies of #862571
Complementary color
Monochromatic Colors of #862571
Black with #862571
Text Example
Text Example
White with #862571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862571; }
p { color: rgb(134,37,113); }
H1.HeaderClassName
{
color: #862571;
}
.AnyTagClassName
{
color: #862571;
}
</style>
background-color css
<style>
a { background-color: #862571; }
a { background-color: rgb(134,37,113); }
div.DivClassName
{
background-color: #862571;
}
.BgClassName
{
background-color: #862571;
}
</style>
border-color css
<style>
span { border-color: #862571; }
span { border-color: rgb(134,37,113); }
td.TdClassName
{
border-color: #862571;
}
.TagClassName
{
border-color: #862571;
}
</style>