Shades of Dark Purple #862471
Tints of Dark Purple #862471
RGB
CMYK
RGB Variations
Color information
#862471 (or 0x862471) is known color: Dark Purple. HEX triplet: 86, 24 and 71. RGB value is (134,36,113). Sum of RGB (Red+Green+Blue) = 134+36+113=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #862471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862471 is #79DB8E. Grayscale: #494949. Windows color (decimal): -7986063 or 7414918. OLE color: 7414918.
HSL color Cylindrical-coordinate representation of color #862471: hue angle of 312.86º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #862471 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 36 | 113 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.47 |
| HSL | 312.86º | 0.58% | 0.33% | - |
| HSV(B) | 312.86º | 0.73% | 0.53% | - |
| XYZ | 13.44 | 7.52 | 16.37 | - |
| YUV | 74.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 36 | 113 | 0 | 0.73 | 0.16 | 0.47 | 312.86 | 0.58 | 0.33 |
| Hex | 86 | 24 | 71 | 0 | 49 | 10 | 2F | 139 | 3A | 21 |
| Octal | 206 | 44 | 161 | 0 | 111 | 20 | 57 | 471 | 72 | 41 |
| Binary | 10000110 | 100100 | 1110001 | 0 | 1001001 | 10000 | 101111 | 100111001 | 111010 | 100001 |
Color Harmonies of #862471
Complementary color
Monochromatic Colors of #862471
Black with #862471
Text Example
Text Example
White with #862471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862471; }
p { color: rgb(134,36,113); }
H1.HeaderClassName
{
color: #862471;
}
.AnyTagClassName
{
color: #862471;
}
</style>
background-color css
<style>
a { background-color: #862471; }
a { background-color: rgb(134,36,113); }
div.DivClassName
{
background-color: #862471;
}
.BgClassName
{
background-color: #862471;
}
</style>
border-color css
<style>
span { border-color: #862471; }
span { border-color: rgb(134,36,113); }
td.TdClassName
{
border-color: #862471;
}
.TagClassName
{
border-color: #862471;
}
</style>