Shades of Dark Purple #863C7E
Tints of Dark Purple #863C7E
RGB
CMYK
RGB Variations
Color information
#863C7E (or 0x863C7E) is known color: Dark Purple. HEX triplet: 86, 3C and 7E. RGB value is (134,60,126). Sum of RGB (Red+Green+Blue) = 134+60+126=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 134 - color contains mainly: red. Hex color #863C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C7E is #79C381. Grayscale: #595959. Windows color (decimal): -7979906 or 8273030. OLE color: 8273030.
HSL color Cylindrical-coordinate representation of color #863C7E: hue angle of 306.49º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #863C7E is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 60 | 126 | - |
| CMYK | 0 | 0.55 | 0.06 | 0.47 |
| HSL | 306.49º | 0.38% | 0.38% | - |
| HSV(B) | 306.49º | 0.55% | 0.53% | - |
| XYZ | 15.21 | 9.81 | 20.83 | - |
| YUV | 89.65 | 148.52 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 60 | 126 | 0 | 0.55 | 0.06 | 0.47 | 306.49 | 0.38 | 0.38 |
| Hex | 86 | 3C | 7E | 0 | 37 | 6 | 2F | 132 | 26 | 26 |
| Octal | 206 | 74 | 176 | 0 | 67 | 6 | 57 | 462 | 46 | 46 |
| Binary | 10000110 | 111100 | 1111110 | 0 | 110111 | 110 | 101111 | 100110010 | 100110 | 100110 |
Color Harmonies of #863C7E
Complementary color
Monochromatic Colors of #863C7E
Black with #863C7E
Text Example
Text Example
White with #863C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863C7E; }
p { color: rgb(134,60,126); }
H1.HeaderClassName
{
color: #863C7E;
}
.AnyTagClassName
{
color: #863C7E;
}
</style>
background-color css
<style>
a { background-color: #863C7E; }
a { background-color: rgb(134,60,126); }
div.DivClassName
{
background-color: #863C7E;
}
.BgClassName
{
background-color: #863C7E;
}
</style>
border-color css
<style>
span { border-color: #863C7E; }
span { border-color: rgb(134,60,126); }
td.TdClassName
{
border-color: #863C7E;
}
.TagClassName
{
border-color: #863C7E;
}
</style>