Shades of Dark Purple #861375
Tints of Dark Purple #861375
RGB
CMYK
RGB Variations
Color information
#861375 (or 0x861375) is known color: Dark Purple. HEX triplet: 86, 13 and 75. RGB value is (134,19,117). Sum of RGB (Red+Green+Blue) = 134+19+117=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #861375 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #861375 is #79EC8A. Grayscale: #404040. Windows color (decimal): -7990411 or 7672710. OLE color: 7672710.
HSL color Cylindrical-coordinate representation of color #861375: hue angle of 308.87º 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 #861375 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 19 | 117 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.47 |
| HSL | 308.87º | 0.75% | 0.3% | - |
| HSV(B) | 308.87º | 0.86% | 0.53% | - |
| XYZ | 13.28 | 6.82 | 17.45 | - |
| YUV | 64.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 117 | 0 | 0.86 | 0.13 | 0.47 | 308.87 | 0.75 | 0.3 |
| Hex | 86 | 13 | 75 | 0 | 56 | D | 2F | 135 | 4B | 1E |
| Octal | 206 | 23 | 165 | 0 | 126 | 15 | 57 | 465 | 113 | 36 |
| Binary | 10000110 | 10011 | 1110101 | 0 | 1010110 | 1101 | 101111 | 100110101 | 1001011 | 11110 |
Color Harmonies of #861375
Complementary color
Monochromatic Colors of #861375
Black with #861375
Text Example
Text Example
White with #861375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #861375; }
p { color: rgb(134,19,117); }
H1.HeaderClassName
{
color: #861375;
}
.AnyTagClassName
{
color: #861375;
}
</style>
background-color css
<style>
a { background-color: #861375; }
a { background-color: rgb(134,19,117); }
div.DivClassName
{
background-color: #861375;
}
.BgClassName
{
background-color: #861375;
}
</style>
border-color css
<style>
span { border-color: #861375; }
span { border-color: rgb(134,19,117); }
td.TdClassName
{
border-color: #861375;
}
.TagClassName
{
border-color: #861375;
}
</style>