Shades of Dark Purple #862075
Tints of Dark Purple #862075
RGB
CMYK
RGB Variations
Color information
#862075 (or 0x862075) is known color: Dark Purple. HEX triplet: 86, 20 and 75. RGB value is (134,32,117). Sum of RGB (Red+Green+Blue) = 134+32+117=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #862075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862075 is #79DF8A. Grayscale: #474747. Windows color (decimal): -7987083 or 7676038. OLE color: 7676038.
HSL color Cylindrical-coordinate representation of color #862075: hue angle of 310º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862075 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 117 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.47 |
| HSL | 310º | 0.61% | 0.33% | - |
| HSV(B) | 310º | 0.76% | 0.53% | - |
| XYZ | 13.56 | 7.39 | 17.54 | - |
| YUV | 72.19 | 153.29 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 117 | 0 | 0.76 | 0.13 | 0.47 | 310 | 0.61 | 0.33 |
| Hex | 86 | 20 | 75 | 0 | 4C | D | 2F | 136 | 3D | 21 |
| Octal | 206 | 40 | 165 | 0 | 114 | 15 | 57 | 466 | 75 | 41 |
| Binary | 10000110 | 100000 | 1110101 | 0 | 1001100 | 1101 | 101111 | 100110110 | 111101 | 100001 |
Color Harmonies of #862075
Complementary color
Monochromatic Colors of #862075
Black with #862075
Text Example
Text Example
White with #862075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862075; }
p { color: rgb(134,32,117); }
H1.HeaderClassName
{
color: #862075;
}
.AnyTagClassName
{
color: #862075;
}
</style>
background-color css
<style>
a { background-color: #862075; }
a { background-color: rgb(134,32,117); }
div.DivClassName
{
background-color: #862075;
}
.BgClassName
{
background-color: #862075;
}
</style>
border-color css
<style>
span { border-color: #862075; }
span { border-color: rgb(134,32,117); }
td.TdClassName
{
border-color: #862075;
}
.TagClassName
{
border-color: #862075;
}
</style>