Shades of Dark Purple #861F72
Tints of Dark Purple #861F72
RGB
CMYK
RGB Variations
Color information
#861F72 (or 0x861F72) is known color: Dark Purple. HEX triplet: 86, 1F and 72. RGB value is (134,31,114). Sum of RGB (Red+Green+Blue) = 134+31+114=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #861F72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #861F72 is #79E08D. Grayscale: #474747. Windows color (decimal): -7987342 or 7479174. OLE color: 7479174.
HSL color Cylindrical-coordinate representation of color #861F72: hue angle of 311.65º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F72 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 31 | 114 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.47 |
| HSL | 311.65º | 0.62% | 0.32% | - |
| HSV(B) | 311.65º | 0.77% | 0.53% | - |
| XYZ | 13.36 | 7.26 | 16.62 | - |
| YUV | 71.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 31 | 114 | 0 | 0.77 | 0.15 | 0.47 | 311.65 | 0.62 | 0.32 |
| Hex | 86 | 1F | 72 | 0 | 4D | F | 2F | 138 | 3E | 20 |
| Octal | 206 | 37 | 162 | 0 | 115 | 17 | 57 | 470 | 76 | 40 |
| Binary | 10000110 | 11111 | 1110010 | 0 | 1001101 | 1111 | 101111 | 100111000 | 111110 | 100000 |
Color Harmonies of #861F72
Complementary color
Monochromatic Colors of #861F72
Black with #861F72
Text Example
Text Example
White with #861F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861F72; }
p { color: rgb(134,31,114); }
H1.HeaderClassName
{
color: #861F72;
}
.AnyTagClassName
{
color: #861F72;
}
</style>
background-color css
<style>
a { background-color: #861F72; }
a { background-color: rgb(134,31,114); }
div.DivClassName
{
background-color: #861F72;
}
.BgClassName
{
background-color: #861F72;
}
</style>
border-color css
<style>
span { border-color: #861F72; }
span { border-color: rgb(134,31,114); }
td.TdClassName
{
border-color: #861F72;
}
.TagClassName
{
border-color: #861F72;
}
</style>