Shades of Dark Purple #862C7E
Tints of Dark Purple #862C7E
RGB
CMYK
RGB Variations
Color information
#862C7E (or 0x862C7E) is known color: Dark Purple. HEX triplet: 86, 2C and 7E. RGB value is (134,44,126). Sum of RGB (Red+Green+Blue) = 134+44+126=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 126 (49.61% from 255 or 41.45% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #862C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C7E is #79D381. Grayscale: #505050. Windows color (decimal): -7984002 or 8268934. OLE color: 8268934.
HSL color Cylindrical-coordinate representation of color #862C7E: hue angle of 305.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C7E is Cyan = 0, Magento = 0.67, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 44 | 126 | - |
| CMYK | 0 | 0.67 | 0.06 | 0.47 |
| HSL | 305.33º | 0.51% | 0.35% | - |
| HSV(B) | 305.33º | 0.67% | 0.53% | - |
| XYZ | 14.5 | 8.38 | 20.59 | - |
| YUV | 80.26 | 153.82 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 44 | 126 | 0 | 0.67 | 0.06 | 0.47 | 305.33 | 0.51 | 0.35 |
| Hex | 86 | 2C | 7E | 0 | 43 | 6 | 2F | 131 | 33 | 23 |
| Octal | 206 | 54 | 176 | 0 | 103 | 6 | 57 | 461 | 63 | 43 |
| Binary | 10000110 | 101100 | 1111110 | 0 | 1000011 | 110 | 101111 | 100110001 | 110011 | 100011 |
Color Harmonies of #862C7E
Complementary color
Monochromatic Colors of #862C7E
Black with #862C7E
Text Example
Text Example
White with #862C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862C7E; }
p { color: rgb(134,44,126); }
H1.HeaderClassName
{
color: #862C7E;
}
.AnyTagClassName
{
color: #862C7E;
}
</style>
background-color css
<style>
a { background-color: #862C7E; }
a { background-color: rgb(134,44,126); }
div.DivClassName
{
background-color: #862C7E;
}
.BgClassName
{
background-color: #862C7E;
}
</style>
border-color css
<style>
span { border-color: #862C7E; }
span { border-color: rgb(134,44,126); }
td.TdClassName
{
border-color: #862C7E;
}
.TagClassName
{
border-color: #862C7E;
}
</style>