Shades of Dark Purple #861C6A
Tints of Dark Purple #861C6A
RGB
CMYK
RGB Variations
Color information
#861C6A (or 0x861C6A) is known color: Dark Purple. HEX triplet: 86, 1C and 6A. RGB value is (134,28,106). Sum of RGB (Red+Green+Blue) = 134+28+106=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #861C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861C6A is #79E395. Grayscale: #444444. Windows color (decimal): -7988118 or 6954118. OLE color: 6954118.
HSL color Cylindrical-coordinate representation of color #861C6A: hue angle of 315.85º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #861C6A is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 28 | 106 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.47 |
| HSL | 315.85º | 0.65% | 0.32% | - |
| HSV(B) | 315.85º | 0.79% | 0.53% | - |
| XYZ | 12.85 | 6.94 | 14.3 | - |
| YUV | 68.59 | 149.12 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 28 | 106 | 0 | 0.79 | 0.21 | 0.47 | 315.85 | 0.65 | 0.32 |
| Hex | 86 | 1C | 6A | 0 | 4F | 15 | 2F | 13C | 41 | 20 |
| Octal | 206 | 34 | 152 | 0 | 117 | 25 | 57 | 474 | 101 | 40 |
| Binary | 10000110 | 11100 | 1101010 | 0 | 1001111 | 10101 | 101111 | 100111100 | 1000001 | 100000 |
Color Harmonies of #861C6A
Complementary color
Monochromatic Colors of #861C6A
Black with #861C6A
Text Example
Text Example
White with #861C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861C6A; }
p { color: rgb(134,28,106); }
H1.HeaderClassName
{
color: #861C6A;
}
.AnyTagClassName
{
color: #861C6A;
}
</style>
background-color css
<style>
a { background-color: #861C6A; }
a { background-color: rgb(134,28,106); }
div.DivClassName
{
background-color: #861C6A;
}
.BgClassName
{
background-color: #861C6A;
}
</style>
border-color css
<style>
span { border-color: #861C6A; }
span { border-color: rgb(134,28,106); }
td.TdClassName
{
border-color: #861C6A;
}
.TagClassName
{
border-color: #861C6A;
}
</style>