Shades of Dark Purple #862069
Tints of Dark Purple #862069
RGB
CMYK
RGB Variations
Color information
#862069 (or 0x862069) is known color: Dark Purple. HEX triplet: 86, 20 and 69. RGB value is (134,32,105). Sum of RGB (Red+Green+Blue) = 134+32+105=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #862069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862069 is #79DF96. Grayscale: #464646. Windows color (decimal): -7987095 or 6889606. OLE color: 6889606.
HSL color Cylindrical-coordinate representation of color #862069: hue angle of 317.06º 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 #862069 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 32 | 105 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.47 |
| HSL | 317.06º | 0.61% | 0.33% | - |
| HSV(B) | 317.06º | 0.76% | 0.53% | - |
| XYZ | 12.9 | 7.12 | 14.06 | - |
| YUV | 70.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 32 | 105 | 0 | 0.76 | 0.22 | 0.47 | 317.06 | 0.61 | 0.33 |
| Hex | 86 | 20 | 69 | 0 | 4C | 16 | 2F | 13D | 3D | 21 |
| Octal | 206 | 40 | 151 | 0 | 114 | 26 | 57 | 475 | 75 | 41 |
| Binary | 10000110 | 100000 | 1101001 | 0 | 1001100 | 10110 | 101111 | 100111101 | 111101 | 100001 |
Color Harmonies of #862069
Complementary color
Monochromatic Colors of #862069
Black with #862069
Text Example
Text Example
White with #862069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862069; }
p { color: rgb(134,32,105); }
H1.HeaderClassName
{
color: #862069;
}
.AnyTagClassName
{
color: #862069;
}
</style>
background-color css
<style>
a { background-color: #862069; }
a { background-color: rgb(134,32,105); }
div.DivClassName
{
background-color: #862069;
}
.BgClassName
{
background-color: #862069;
}
</style>
border-color css
<style>
span { border-color: #862069; }
span { border-color: rgb(134,32,105); }
td.TdClassName
{
border-color: #862069;
}
.TagClassName
{
border-color: #862069;
}
</style>