Shades of Dark Purple #863275
Tints of Dark Purple #863275
RGB
CMYK
RGB Variations
Color information
#863275 (or 0x863275) is known color: Dark Purple. HEX triplet: 86, 32 and 75. RGB value is (134,50,117). Sum of RGB (Red+Green+Blue) = 134+50+117=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #863275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863275 is #79CD8A. Grayscale: #525252. Windows color (decimal): -7982475 or 7680646. OLE color: 7680646.
HSL color Cylindrical-coordinate representation of color #863275: hue angle of 312.14º 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 #863275 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 117 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.47 |
| HSL | 312.14º | 0.46% | 0.36% | - |
| HSV(B) | 312.14º | 0.63% | 0.53% | - |
| XYZ | 14.18 | 8.63 | 17.75 | - |
| YUV | 82.75 | 147.33 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 117 | 0 | 0.63 | 0.13 | 0.47 | 312.14 | 0.46 | 0.36 |
| Hex | 86 | 32 | 75 | 0 | 3F | D | 2F | 138 | 2E | 24 |
| Octal | 206 | 62 | 165 | 0 | 77 | 15 | 57 | 470 | 56 | 44 |
| Binary | 10000110 | 110010 | 1110101 | 0 | 111111 | 1101 | 101111 | 100111000 | 101110 | 100100 |
Color Harmonies of #863275
Complementary color
Monochromatic Colors of #863275
Black with #863275
Text Example
Text Example
White with #863275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863275; }
p { color: rgb(134,50,117); }
H1.HeaderClassName
{
color: #863275;
}
.AnyTagClassName
{
color: #863275;
}
</style>
background-color css
<style>
a { background-color: #863275; }
a { background-color: rgb(134,50,117); }
div.DivClassName
{
background-color: #863275;
}
.BgClassName
{
background-color: #863275;
}
</style>
border-color css
<style>
span { border-color: #863275; }
span { border-color: rgb(134,50,117); }
td.TdClassName
{
border-color: #863275;
}
.TagClassName
{
border-color: #863275;
}
</style>