Shades of Dark Purple #864073
Tints of Dark Purple #864073
RGB
CMYK
RGB Variations
Color information
#864073 (or 0x864073) is known color: Dark Purple. HEX triplet: 86, 40 and 73. RGB value is (134,64,115). Sum of RGB (Red+Green+Blue) = 134+64+115=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 64 (25.39% from 255 or 20.45% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #864073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864073 is #79BF8C. Grayscale: #5A5A5A. Windows color (decimal): -7978893 or 7553158. OLE color: 7553158.
HSL color Cylindrical-coordinate representation of color #864073: hue angle of 316.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864073 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 64 | 115 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.47 |
| HSL | 316.29º | 0.35% | 0.39% | - |
| HSV(B) | 316.29º | 0.52% | 0.53% | - |
| XYZ | 14.76 | 9.97 | 17.37 | - |
| YUV | 90.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 64 | 115 | 0 | 0.52 | 0.14 | 0.47 | 316.29 | 0.35 | 0.39 |
| Hex | 86 | 40 | 73 | 0 | 34 | E | 2F | 13C | 23 | 27 |
| Octal | 206 | 100 | 163 | 0 | 64 | 16 | 57 | 474 | 43 | 47 |
| Binary | 10000110 | 1000000 | 1110011 | 0 | 110100 | 1110 | 101111 | 100111100 | 100011 | 100111 |
Color Harmonies of #864073
Complementary color
Monochromatic Colors of #864073
Black with #864073
Text Example
Text Example
White with #864073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864073; }
p { color: rgb(134,64,115); }
H1.HeaderClassName
{
color: #864073;
}
.AnyTagClassName
{
color: #864073;
}
</style>
background-color css
<style>
a { background-color: #864073; }
a { background-color: rgb(134,64,115); }
div.DivClassName
{
background-color: #864073;
}
.BgClassName
{
background-color: #864073;
}
</style>
border-color css
<style>
span { border-color: #864073; }
span { border-color: rgb(134,64,115); }
td.TdClassName
{
border-color: #864073;
}
.TagClassName
{
border-color: #864073;
}
</style>