Shades of Dark Purple #861E67
Tints of Dark Purple #861E67
RGB
CMYK
RGB Variations
Color information
#861E67 (or 0x861E67) is known color: Dark Purple. HEX triplet: 86, 1E and 67. RGB value is (134,30,103). Sum of RGB (Red+Green+Blue) = 134+30+103=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 103 (40.62% from 255 or 38.58% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #861E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861E67 is #79E198. Grayscale: #454545. Windows color (decimal): -7987609 or 6758022. OLE color: 6758022.
HSL color Cylindrical-coordinate representation of color #861E67: hue angle of 317.88º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E67 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 30 | 103 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.47 |
| HSL | 317.88º | 0.63% | 0.32% | - |
| HSV(B) | 317.88º | 0.78% | 0.53% | - |
| XYZ | 12.74 | 6.98 | 13.51 | - |
| YUV | 69.42 | 146.96 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 30 | 103 | 0 | 0.78 | 0.23 | 0.47 | 317.88 | 0.63 | 0.32 |
| Hex | 86 | 1E | 67 | 0 | 4E | 17 | 2F | 13E | 3F | 20 |
| Octal | 206 | 36 | 147 | 0 | 116 | 27 | 57 | 476 | 77 | 40 |
| Binary | 10000110 | 11110 | 1100111 | 0 | 1001110 | 10111 | 101111 | 100111110 | 111111 | 100000 |
Color Harmonies of #861E67
Complementary color
Monochromatic Colors of #861E67
Black with #861E67
Text Example
Text Example
White with #861E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861E67; }
p { color: rgb(134,30,103); }
H1.HeaderClassName
{
color: #861E67;
}
.AnyTagClassName
{
color: #861E67;
}
</style>
background-color css
<style>
a { background-color: #861E67; }
a { background-color: rgb(134,30,103); }
div.DivClassName
{
background-color: #861E67;
}
.BgClassName
{
background-color: #861E67;
}
</style>
border-color css
<style>
span { border-color: #861E67; }
span { border-color: rgb(134,30,103); }
td.TdClassName
{
border-color: #861E67;
}
.TagClassName
{
border-color: #861E67;
}
</style>