Shades of Dark Violet #7B0ECD
Tints of Dark Violet #7B0ECD
RGB
CMYK
RGB Variations
Color information
#7B0ECD (or 0x7B0ECD) is known color: Dark Violet. HEX triplet: 7B, 0E and CD. RGB value is (123,14,205). Sum of RGB (Red+Green+Blue) = 123+14+205=342 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.96% from 342); Green value is 14 (5.86% from 255 or 4.09% from 342); Blue value is 205 (80.47% from 255 or 59.94% from 342); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B0ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0ECD is #84F132. Grayscale: #434343. Windows color (decimal): -8712499 or 13438587. OLE color: 13438587.
HSL color Cylindrical-coordinate representation of color #7B0ECD: hue angle of 274.24º 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 #7B0ECD is Cyan = 0.4, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 14 | 205 | - |
| CMYK | 0.4 | 0.93 | 0 | 0.20 |
| HSL | 274.24º | 0.87% | 0.43% | - |
| HSV(B) | 274.24º | 0.93% | 0.8% | - |
| XYZ | 19.34 | 8.93 | 58.46 | - |
| YUV | 68.37 | 205.11 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 205 | 0.4 | 0.93 | 0 | 0.20 | 274.24 | 0.87 | 0.43 |
| Hex | 7B | E | CD | 28 | 5D | 0 | 14 | 112 | 57 | 2B |
| Octal | 173 | 16 | 315 | 50 | 135 | 0 | 24 | 422 | 127 | 53 |
| Binary | 1111011 | 1110 | 11001101 | 101000 | 1011101 | 0 | 10100 | 100010010 | 1010111 | 101011 |
Color Harmonies of #7B0ECD
Complementary color
Monochromatic Colors of #7B0ECD
Black with #7B0ECD
Text Example
Text Example
White with #7B0ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0ECD; }
p { color: rgb(123,14,205); }
H1.HeaderClassName
{
color: #7B0ECD;
}
.AnyTagClassName
{
color: #7B0ECD;
}
</style>
background-color css
<style>
a { background-color: #7B0ECD; }
a { background-color: rgb(123,14,205); }
div.DivClassName
{
background-color: #7B0ECD;
}
.BgClassName
{
background-color: #7B0ECD;
}
</style>
border-color css
<style>
span { border-color: #7B0ECD; }
span { border-color: rgb(123,14,205); }
td.TdClassName
{
border-color: #7B0ECD;
}
.TagClassName
{
border-color: #7B0ECD;
}
</style>