Shades of Dark Violet #7C0EAE
Tints of Dark Violet #7C0EAE
RGB
CMYK
RGB Variations
Color information
#7C0EAE (or 0x7C0EAE) is known color: Dark Violet. HEX triplet: 7C, 0E and AE. RGB value is (124,14,174). Sum of RGB (Red+Green+Blue) = 124+14+174=312 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.74% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C0EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0EAE is #83F151. Grayscale: #404040. Windows color (decimal): -8646994 or 11406972. OLE color: 11406972.
HSL color Cylindrical-coordinate representation of color #7C0EAE: hue angle of 281.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7C0EAE is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 14 | 174 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.32 |
| HSL | 281.25º | 0.85% | 0.37% | - |
| HSV(B) | 281.25º | 0.92% | 0.68% | - |
| XYZ | 16.11 | 7.66 | 40.67 | - |
| YUV | 65.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 174 | 0.29 | 0.92 | 0 | 0.32 | 281.25 | 0.85 | 0.37 |
| Hex | 7C | E | AE | 1D | 5C | 0 | 20 | 119 | 55 | 25 |
| Octal | 174 | 16 | 256 | 35 | 134 | 0 | 40 | 431 | 125 | 45 |
| Binary | 1111100 | 1110 | 10101110 | 11101 | 1011100 | 0 | 100000 | 100011001 | 1010101 | 100101 |
Color Harmonies of #7C0EAE
Complementary color
Monochromatic Colors of #7C0EAE
Black with #7C0EAE
Text Example
Text Example
White with #7C0EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0EAE; }
p { color: rgb(124,14,174); }
H1.HeaderClassName
{
color: #7C0EAE;
}
.AnyTagClassName
{
color: #7C0EAE;
}
</style>
background-color css
<style>
a { background-color: #7C0EAE; }
a { background-color: rgb(124,14,174); }
div.DivClassName
{
background-color: #7C0EAE;
}
.BgClassName
{
background-color: #7C0EAE;
}
</style>
border-color css
<style>
span { border-color: #7C0EAE; }
span { border-color: rgb(124,14,174); }
td.TdClassName
{
border-color: #7C0EAE;
}
.TagClassName
{
border-color: #7C0EAE;
}
</style>