Shades of Dark Purple #862078
Tints of Dark Purple #862078
RGB
CMYK
RGB Variations
Color information
#862078 (or 0x862078) is known color: Dark Purple. HEX triplet: 86, 20 and 78. RGB value is (134,32,120). Sum of RGB (Red+Green+Blue) = 134+32+120=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 120 (47.27% from 255 or 41.96% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #862078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862078 is #79DF87. Grayscale: #484848. Windows color (decimal): -7987080 or 7872646. OLE color: 7872646.
HSL color Cylindrical-coordinate representation of color #862078: hue angle of 308.24º 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 #862078 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 120 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.47 |
| HSL | 308.24º | 0.61% | 0.33% | - |
| HSV(B) | 308.24º | 0.76% | 0.53% | - |
| XYZ | 13.74 | 7.46 | 18.48 | - |
| YUV | 72.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 120 | 0 | 0.76 | 0.10 | 0.47 | 308.24 | 0.61 | 0.33 |
| Hex | 86 | 20 | 78 | 0 | 4C | A | 2F | 134 | 3D | 21 |
| Octal | 206 | 40 | 170 | 0 | 114 | 12 | 57 | 464 | 75 | 41 |
| Binary | 10000110 | 100000 | 1111000 | 0 | 1001100 | 1010 | 101111 | 100110100 | 111101 | 100001 |
Color Harmonies of #862078
Complementary color
Monochromatic Colors of #862078
Black with #862078
Text Example
Text Example
White with #862078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862078; }
p { color: rgb(134,32,120); }
H1.HeaderClassName
{
color: #862078;
}
.AnyTagClassName
{
color: #862078;
}
</style>
background-color css
<style>
a { background-color: #862078; }
a { background-color: rgb(134,32,120); }
div.DivClassName
{
background-color: #862078;
}
.BgClassName
{
background-color: #862078;
}
</style>
border-color css
<style>
span { border-color: #862078; }
span { border-color: rgb(134,32,120); }
td.TdClassName
{
border-color: #862078;
}
.TagClassName
{
border-color: #862078;
}
</style>