Shades of Dark Purple #861B69
Tints of Dark Purple #861B69
RGB
CMYK
RGB Variations
Color information
#861B69 (or 0x861B69) is known color: Dark Purple. HEX triplet: 86, 1B and 69. RGB value is (134,27,105). Sum of RGB (Red+Green+Blue) = 134+27+105=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #861B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B69 is #79E496. Grayscale: #434343. Windows color (decimal): -7988375 or 6888326. OLE color: 6888326.
HSL color Cylindrical-coordinate representation of color #861B69: hue angle of 316.26º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B69 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 105 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.47 |
| HSL | 316.26º | 0.66% | 0.32% | - |
| HSV(B) | 316.26º | 0.8% | 0.53% | - |
| XYZ | 12.77 | 6.87 | 14.02 | - |
| YUV | 67.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 105 | 0 | 0.80 | 0.22 | 0.47 | 316.26 | 0.66 | 0.32 |
| Hex | 86 | 1B | 69 | 0 | 50 | 16 | 2F | 13C | 42 | 20 |
| Octal | 206 | 33 | 151 | 0 | 120 | 26 | 57 | 474 | 102 | 40 |
| Binary | 10000110 | 11011 | 1101001 | 0 | 1010000 | 10110 | 101111 | 100111100 | 1000010 | 100000 |
Color Harmonies of #861B69
Complementary color
Monochromatic Colors of #861B69
Black with #861B69
Text Example
Text Example
White with #861B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B69; }
p { color: rgb(134,27,105); }
H1.HeaderClassName
{
color: #861B69;
}
.AnyTagClassName
{
color: #861B69;
}
</style>
background-color css
<style>
a { background-color: #861B69; }
a { background-color: rgb(134,27,105); }
div.DivClassName
{
background-color: #861B69;
}
.BgClassName
{
background-color: #861B69;
}
</style>
border-color css
<style>
span { border-color: #861B69; }
span { border-color: rgb(134,27,105); }
td.TdClassName
{
border-color: #861B69;
}
.TagClassName
{
border-color: #861B69;
}
</style>