Shades of Dark Violet #7A0ECD
Tints of Dark Violet #7A0ECD
RGB
CMYK
RGB Variations
Color information
#7A0ECD (or 0x7A0ECD) is known color: Dark Violet. HEX triplet: 7A, 0E and CD. RGB value is (122,14,205). Sum of RGB (Red+Green+Blue) = 122+14+205=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A0ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7A0ECD is #85F132. Grayscale: #434343. Windows color (decimal): -8778035 or 13438586. OLE color: 13438586.
HSL color Cylindrical-coordinate representation of color #7A0ECD: hue angle of 273.93º 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 #7A0ECD is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 14 | 205 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.20 |
| HSL | 273.93º | 0.87% | 0.43% | - |
| HSV(B) | 273.93º | 0.93% | 0.8% | - |
| XYZ | 19.2 | 8.86 | 58.46 | - |
| YUV | 68.07 | 205.28 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 14 | 205 | 0.40 | 0.93 | 0 | 0.20 | 273.93 | 0.87 | 0.43 |
| Hex | 7A | E | CD | 28 | 5D | 0 | 14 | 112 | 57 | 2B |
| Octal | 172 | 16 | 315 | 50 | 135 | 0 | 24 | 422 | 127 | 53 |
| Binary | 1111010 | 1110 | 11001101 | 101000 | 1011101 | 0 | 10100 | 100010010 | 1010111 | 101011 |
Color Harmonies of #7A0ECD
Complementary color
Monochromatic Colors of #7A0ECD
Black with #7A0ECD
Text Example
Text Example
White with #7A0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0ECD; }
p { color: rgb(122,14,205); }
H1.HeaderClassName
{
color: #7A0ECD;
}
.AnyTagClassName
{
color: #7A0ECD;
}
</style>
background-color css
<style>
a { background-color: #7A0ECD; }
a { background-color: rgb(122,14,205); }
div.DivClassName
{
background-color: #7A0ECD;
}
.BgClassName
{
background-color: #7A0ECD;
}
</style>
border-color css
<style>
span { border-color: #7A0ECD; }
span { border-color: rgb(122,14,205); }
td.TdClassName
{
border-color: #7A0ECD;
}
.TagClassName
{
border-color: #7A0ECD;
}
</style>