Shades of Dark Violet #7C0ECD
Tints of Dark Violet #7C0ECD
RGB
CMYK
RGB Variations
Color information
#7C0ECD (or 0x7C0ECD) is known color: Dark Violet. HEX triplet: 7C, 0E and CD. RGB value is (124,14,205). Sum of RGB (Red+Green+Blue) = 124+14+205=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 14 (5.86% from 255 or 4.08% from 343); Blue value is 205 (80.47% from 255 or 59.77% from 343); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C0ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ECD is #83F132. Grayscale: #444444. Windows color (decimal): -8646963 or 13438588. OLE color: 13438588.
HSL color Cylindrical-coordinate representation of color #7C0ECD: hue angle of 274.55º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C0ECD is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 14 | 205 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.20 |
| HSL | 274.56º | 0.87% | 0.43% | - |
| HSV(B) | 274.56º | 0.93% | 0.8% | - |
| XYZ | 19.49 | 9.01 | 58.47 | - |
| YUV | 68.66 | 204.94 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 14 | 205 | 0.40 | 0.93 | 0 | 0.20 | 274.56 | 0.87 | 0.43 |
| Hex | 7C | E | CD | 28 | 5D | 0 | 14 | 113 | 57 | 2B |
| Octal | 174 | 16 | 315 | 50 | 135 | 0 | 24 | 423 | 127 | 53 |
| Binary | 1111100 | 1110 | 11001101 | 101000 | 1011101 | 0 | 10100 | 100010011 | 1010111 | 101011 |
Color Harmonies of #7C0ECD
Complementary color
Monochromatic Colors of #7C0ECD
Black with #7C0ECD
Text Example
Text Example
White with #7C0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0ECD; }
p { color: rgb(124,14,205); }
H1.HeaderClassName
{
color: #7C0ECD;
}
.AnyTagClassName
{
color: #7C0ECD;
}
</style>
background-color css
<style>
a { background-color: #7C0ECD; }
a { background-color: rgb(124,14,205); }
div.DivClassName
{
background-color: #7C0ECD;
}
.BgClassName
{
background-color: #7C0ECD;
}
</style>
border-color css
<style>
span { border-color: #7C0ECD; }
span { border-color: rgb(124,14,205); }
td.TdClassName
{
border-color: #7C0ECD;
}
.TagClassName
{
border-color: #7C0ECD;
}
</style>