Shades of Dark Purple #863175
Tints of Dark Purple #863175
RGB
CMYK
RGB Variations
Color information
#863175 (or 0x863175) is known color: Dark Purple. HEX triplet: 86, 31 and 75. RGB value is (134,49,117). Sum of RGB (Red+Green+Blue) = 134+49+117=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #863175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863175 is #79CE8A. Grayscale: #515151. Windows color (decimal): -7982731 or 7680390. OLE color: 7680390.
HSL color Cylindrical-coordinate representation of color #863175: hue angle of 312º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863175 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 117 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.47 |
| HSL | 312º | 0.46% | 0.36% | - |
| HSV(B) | 312º | 0.63% | 0.53% | - |
| XYZ | 14.14 | 8.55 | 17.73 | - |
| YUV | 82.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 117 | 0 | 0.63 | 0.13 | 0.47 | 312 | 0.46 | 0.36 |
| Hex | 86 | 31 | 75 | 0 | 3F | D | 2F | 138 | 2E | 24 |
| Octal | 206 | 61 | 165 | 0 | 77 | 15 | 57 | 470 | 56 | 44 |
| Binary | 10000110 | 110001 | 1110101 | 0 | 111111 | 1101 | 101111 | 100111000 | 101110 | 100100 |
Color Harmonies of #863175
Complementary color
Monochromatic Colors of #863175
Black with #863175
Text Example
Text Example
White with #863175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863175; }
p { color: rgb(134,49,117); }
H1.HeaderClassName
{
color: #863175;
}
.AnyTagClassName
{
color: #863175;
}
</style>
background-color css
<style>
a { background-color: #863175; }
a { background-color: rgb(134,49,117); }
div.DivClassName
{
background-color: #863175;
}
.BgClassName
{
background-color: #863175;
}
</style>
border-color css
<style>
span { border-color: #863175; }
span { border-color: rgb(134,49,117); }
td.TdClassName
{
border-color: #863175;
}
.TagClassName
{
border-color: #863175;
}
</style>