Shades of Dark Purple #863271
Tints of Dark Purple #863271
RGB
CMYK
RGB Variations
Color information
#863271 (or 0x863271) is known color: Dark Purple. HEX triplet: 86, 32 and 71. RGB value is (134,50,113). Sum of RGB (Red+Green+Blue) = 134+50+113=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #863271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863271 is #79CD8E. Grayscale: #525252. Windows color (decimal): -7982479 or 7418502. OLE color: 7418502.
HSL color Cylindrical-coordinate representation of color #863271: hue angle of 315º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863271 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 113 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.47 |
| HSL | 315º | 0.46% | 0.36% | - |
| HSV(B) | 315º | 0.63% | 0.53% | - |
| XYZ | 13.95 | 8.54 | 16.54 | - |
| YUV | 82.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 113 | 0 | 0.63 | 0.16 | 0.47 | 315 | 0.46 | 0.36 |
| Hex | 86 | 32 | 71 | 0 | 3F | 10 | 2F | 13B | 2E | 24 |
| Octal | 206 | 62 | 161 | 0 | 77 | 20 | 57 | 473 | 56 | 44 |
| Binary | 10000110 | 110010 | 1110001 | 0 | 111111 | 10000 | 101111 | 100111011 | 101110 | 100100 |
Color Harmonies of #863271
Complementary color
Monochromatic Colors of #863271
Black with #863271
Text Example
Text Example
White with #863271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863271; }
p { color: rgb(134,50,113); }
H1.HeaderClassName
{
color: #863271;
}
.AnyTagClassName
{
color: #863271;
}
</style>
background-color css
<style>
a { background-color: #863271; }
a { background-color: rgb(134,50,113); }
div.DivClassName
{
background-color: #863271;
}
.BgClassName
{
background-color: #863271;
}
</style>
border-color css
<style>
span { border-color: #863271; }
span { border-color: rgb(134,50,113); }
td.TdClassName
{
border-color: #863271;
}
.TagClassName
{
border-color: #863271;
}
</style>