Shades of Dark Purple #861372
Tints of Dark Purple #861372
RGB
CMYK
RGB Variations
Color information
#861372 (or 0x861372) is known color: Dark Purple. HEX triplet: 86, 13 and 72. RGB value is (134,19,114). Sum of RGB (Red+Green+Blue) = 134+19+114=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #861372 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861372 is #79EC8D. Grayscale: #3F3F3F. Windows color (decimal): -7990414 or 7476102. OLE color: 7476102.
HSL color Cylindrical-coordinate representation of color #861372: hue angle of 310.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861372 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 114 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.47 |
| HSL | 310.43º | 0.75% | 0.3% | - |
| HSV(B) | 310.43º | 0.86% | 0.53% | - |
| XYZ | 13.1 | 6.75 | 16.53 | - |
| YUV | 64.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 114 | 0 | 0.86 | 0.15 | 0.47 | 310.43 | 0.75 | 0.3 |
| Hex | 86 | 13 | 72 | 0 | 56 | F | 2F | 136 | 4B | 1E |
| Octal | 206 | 23 | 162 | 0 | 126 | 17 | 57 | 466 | 113 | 36 |
| Binary | 10000110 | 10011 | 1110010 | 0 | 1010110 | 1111 | 101111 | 100110110 | 1001011 | 11110 |
Color Harmonies of #861372
Complementary color
Monochromatic Colors of #861372
Black with #861372
Text Example
Text Example
White with #861372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861372; }
p { color: rgb(134,19,114); }
H1.HeaderClassName
{
color: #861372;
}
.AnyTagClassName
{
color: #861372;
}
</style>
background-color css
<style>
a { background-color: #861372; }
a { background-color: rgb(134,19,114); }
div.DivClassName
{
background-color: #861372;
}
.BgClassName
{
background-color: #861372;
}
</style>
border-color css
<style>
span { border-color: #861372; }
span { border-color: rgb(134,19,114); }
td.TdClassName
{
border-color: #861372;
}
.TagClassName
{
border-color: #861372;
}
</style>