Shades of Dark Purple #862271
Tints of Dark Purple #862271
RGB
CMYK
RGB Variations
Color information
#862271 (or 0x862271) is known color: Dark Purple. HEX triplet: 86, 22 and 71. RGB value is (134,34,113). Sum of RGB (Red+Green+Blue) = 134+34+113=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 134 - color contains mainly: red. Hex color #862271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862271 is #79DD8E. Grayscale: #484848. Windows color (decimal): -7986575 or 7414406. OLE color: 7414406.
HSL color Cylindrical-coordinate representation of color #862271: hue angle of 312.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862271 is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 34 | 113 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.47 |
| HSL | 312.6º | 0.6% | 0.33% | - |
| HSV(B) | 312.6º | 0.75% | 0.53% | - |
| XYZ | 13.38 | 7.4 | 16.35 | - |
| YUV | 72.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 34 | 113 | 0 | 0.75 | 0.16 | 0.47 | 312.6 | 0.6 | 0.33 |
| Hex | 86 | 22 | 71 | 0 | 4B | 10 | 2F | 139 | 3C | 21 |
| Octal | 206 | 42 | 161 | 0 | 113 | 20 | 57 | 471 | 74 | 41 |
| Binary | 10000110 | 100010 | 1110001 | 0 | 1001011 | 10000 | 101111 | 100111001 | 111100 | 100001 |
Color Harmonies of #862271
Complementary color
Monochromatic Colors of #862271
Black with #862271
Text Example
Text Example
White with #862271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862271; }
p { color: rgb(134,34,113); }
H1.HeaderClassName
{
color: #862271;
}
.AnyTagClassName
{
color: #862271;
}
</style>
background-color css
<style>
a { background-color: #862271; }
a { background-color: rgb(134,34,113); }
div.DivClassName
{
background-color: #862271;
}
.BgClassName
{
background-color: #862271;
}
</style>
border-color css
<style>
span { border-color: #862271; }
span { border-color: rgb(134,34,113); }
td.TdClassName
{
border-color: #862271;
}
.TagClassName
{
border-color: #862271;
}
</style>