Shades of Dark Purple #863074
Tints of Dark Purple #863074
RGB
CMYK
RGB Variations
Color information
#863074 (or 0x863074) is known color: Dark Purple. HEX triplet: 86, 30 and 74. RGB value is (134,48,116). Sum of RGB (Red+Green+Blue) = 134+48+116=298 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.97% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 134 - color contains mainly: red. Hex color #863074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863074 is #79CF8B. Grayscale: #515151. Windows color (decimal): -7982988 or 7614598. OLE color: 7614598.
HSL color Cylindrical-coordinate representation of color #863074: hue angle of 312.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863074 is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 48 | 116 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.47 |
| HSL | 312.56º | 0.47% | 0.36% | - |
| HSV(B) | 312.56º | 0.64% | 0.53% | - |
| XYZ | 14.04 | 8.44 | 17.41 | - |
| YUV | 81.47 | 147.49 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 48 | 116 | 0 | 0.64 | 0.13 | 0.47 | 312.56 | 0.47 | 0.36 |
| Hex | 86 | 30 | 74 | 0 | 40 | D | 2F | 139 | 2F | 24 |
| Octal | 206 | 60 | 164 | 0 | 100 | 15 | 57 | 471 | 57 | 44 |
| Binary | 10000110 | 110000 | 1110100 | 0 | 1000000 | 1101 | 101111 | 100111001 | 101111 | 100100 |
Color Harmonies of #863074
Complementary color
Monochromatic Colors of #863074
Black with #863074
Text Example
Text Example
White with #863074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863074; }
p { color: rgb(134,48,116); }
H1.HeaderClassName
{
color: #863074;
}
.AnyTagClassName
{
color: #863074;
}
</style>
background-color css
<style>
a { background-color: #863074; }
a { background-color: rgb(134,48,116); }
div.DivClassName
{
background-color: #863074;
}
.BgClassName
{
background-color: #863074;
}
</style>
border-color css
<style>
span { border-color: #863074; }
span { border-color: rgb(134,48,116); }
td.TdClassName
{
border-color: #863074;
}
.TagClassName
{
border-color: #863074;
}
</style>