Shades of Dark Purple #861B7F
Tints of Dark Purple #861B7F
RGB
CMYK
RGB Variations
Color information
#861B7F (or 0x861B7F) is known color: Dark Purple. HEX triplet: 86, 1B and 7F. RGB value is (134,27,127). Sum of RGB (Red+Green+Blue) = 134+27+127=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #861B7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861B7F is #79E480. Grayscale: #464646. Windows color (decimal): -7988353 or 8330118. OLE color: 8330118.
HSL color Cylindrical-coordinate representation of color #861B7F: hue angle of 303.93º 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 #861B7F is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 27 | 127 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.47 |
| HSL | 303.93º | 0.66% | 0.32% | - |
| HSV(B) | 303.93º | 0.8% | 0.53% | - |
| XYZ | 14.05 | 7.38 | 20.76 | - |
| YUV | 70.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 27 | 127 | 0 | 0.80 | 0.05 | 0.47 | 303.93 | 0.66 | 0.32 |
| Hex | 86 | 1B | 7F | 0 | 50 | 5 | 2F | 130 | 42 | 20 |
| Octal | 206 | 33 | 177 | 0 | 120 | 5 | 57 | 460 | 102 | 40 |
| Binary | 10000110 | 11011 | 1111111 | 0 | 1010000 | 101 | 101111 | 100110000 | 1000010 | 100000 |
Color Harmonies of #861B7F
Complementary color
Monochromatic Colors of #861B7F
Black with #861B7F
Text Example
Text Example
White with #861B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861B7F; }
p { color: rgb(134,27,127); }
H1.HeaderClassName
{
color: #861B7F;
}
.AnyTagClassName
{
color: #861B7F;
}
</style>
background-color css
<style>
a { background-color: #861B7F; }
a { background-color: rgb(134,27,127); }
div.DivClassName
{
background-color: #861B7F;
}
.BgClassName
{
background-color: #861B7F;
}
</style>
border-color css
<style>
span { border-color: #861B7F; }
span { border-color: rgb(134,27,127); }
td.TdClassName
{
border-color: #861B7F;
}
.TagClassName
{
border-color: #861B7F;
}
</style>