Shades of Dark Purple #861574
Tints of Dark Purple #861574
RGB
CMYK
RGB Variations
Color information
#861574 (or 0x861574) is known color: Dark Purple. HEX triplet: 86, 15 and 74. RGB value is (134,21,116). Sum of RGB (Red+Green+Blue) = 134+21+116=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #861574 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861574 is #79EA8B. Grayscale: #414141. Windows color (decimal): -7989900 or 7607686. OLE color: 7607686.
HSL color Cylindrical-coordinate representation of color #861574: hue angle of 309.56º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #861574 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 21 | 116 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.47 |
| HSL | 309.56º | 0.73% | 0.3% | - |
| HSV(B) | 309.56º | 0.84% | 0.53% | - |
| XYZ | 13.25 | 6.87 | 17.15 | - |
| YUV | 65.62 | 156.44 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 21 | 116 | 0 | 0.84 | 0.13 | 0.47 | 309.56 | 0.73 | 0.3 |
| Hex | 86 | 15 | 74 | 0 | 54 | D | 2F | 136 | 49 | 1E |
| Octal | 206 | 25 | 164 | 0 | 124 | 15 | 57 | 466 | 111 | 36 |
| Binary | 10000110 | 10101 | 1110100 | 0 | 1010100 | 1101 | 101111 | 100110110 | 1001001 | 11110 |
Color Harmonies of #861574
Complementary color
Monochromatic Colors of #861574
Black with #861574
Text Example
Text Example
White with #861574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861574; }
p { color: rgb(134,21,116); }
H1.HeaderClassName
{
color: #861574;
}
.AnyTagClassName
{
color: #861574;
}
</style>
background-color css
<style>
a { background-color: #861574; }
a { background-color: rgb(134,21,116); }
div.DivClassName
{
background-color: #861574;
}
.BgClassName
{
background-color: #861574;
}
</style>
border-color css
<style>
span { border-color: #861574; }
span { border-color: rgb(134,21,116); }
td.TdClassName
{
border-color: #861574;
}
.TagClassName
{
border-color: #861574;
}
</style>