Shades of Dark Violet #7B0EAD
Tints of Dark Violet #7B0EAD
RGB
CMYK
RGB Variations
Color information
#7B0EAD (or 0x7B0EAD) is known color: Dark Violet. HEX triplet: 7B, 0E and AD. RGB value is (123,14,173). Sum of RGB (Red+Green+Blue) = 123+14+173=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B0EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0EAD is #84F152. Grayscale: #404040. Windows color (decimal): -8712531 or 11341435. OLE color: 11341435.
HSL color Cylindrical-coordinate representation of color #7B0EAD: hue angle of 281.13º 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 #7B0EAD is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 123 | 14 | 173 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.32 |
| HSL | 281.13º | 0.85% | 0.37% | - |
| HSV(B) | 281.13º | 0.92% | 0.68% | - |
| XYZ | 15.87 | 7.54 | 40.15 | - |
| YUV | 64.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 173 | 0.29 | 0.92 | 0 | 0.32 | 281.13 | 0.85 | 0.37 |
| Hex | 7B | E | AD | 1D | 5C | 0 | 20 | 119 | 55 | 25 |
| Octal | 173 | 16 | 255 | 35 | 134 | 0 | 40 | 431 | 125 | 45 |
| Binary | 1111011 | 1110 | 10101101 | 11101 | 1011100 | 0 | 100000 | 100011001 | 1010101 | 100101 |
Color Harmonies of #7B0EAD
Complementary color
Monochromatic Colors of #7B0EAD
Black with #7B0EAD
Text Example
Text Example
White with #7B0EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EAD; }
p { color: rgb(123,14,173); }
H1.HeaderClassName
{
color: #7B0EAD;
}
.AnyTagClassName
{
color: #7B0EAD;
}
</style>
background-color css
<style>
a { background-color: #7B0EAD; }
a { background-color: rgb(123,14,173); }
div.DivClassName
{
background-color: #7B0EAD;
}
.BgClassName
{
background-color: #7B0EAD;
}
</style>
border-color css
<style>
span { border-color: #7B0EAD; }
span { border-color: rgb(123,14,173); }
td.TdClassName
{
border-color: #7B0EAD;
}
.TagClassName
{
border-color: #7B0EAD;
}
</style>