Shades of Dark Violet #7B0EBA
Tints of Dark Violet #7B0EBA
RGB
CMYK
RGB Variations
Color information
#7B0EBA (or 0x7B0EBA) is known color: Dark Violet. HEX triplet: 7B, 0E and BA. RGB value is (123,14,186). Sum of RGB (Red+Green+Blue) = 123+14+186=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B0EBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B0EBA is #84F145. Grayscale: #414141. Windows color (decimal): -8712518 or 12193403. OLE color: 12193403.
HSL color Cylindrical-coordinate representation of color #7B0EBA: hue angle of 278.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7B0EBA is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 14 | 186 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.27 |
| HSL | 278.02º | 0.86% | 0.39% | - |
| HSV(B) | 278.02º | 0.92% | 0.73% | - |
| XYZ | 17.19 | 8.07 | 47.11 | - |
| YUV | 66.2 | 195.61 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 186 | 0.34 | 0.92 | 0 | 0.27 | 278.02 | 0.86 | 0.39 |
| Hex | 7B | E | BA | 22 | 5C | 0 | 1B | 116 | 56 | 27 |
| Octal | 173 | 16 | 272 | 42 | 134 | 0 | 33 | 426 | 126 | 47 |
| Binary | 1111011 | 1110 | 10111010 | 100010 | 1011100 | 0 | 11011 | 100010110 | 1010110 | 100111 |
Color Harmonies of #7B0EBA
Complementary color
Monochromatic Colors of #7B0EBA
Black with #7B0EBA
Text Example
Text Example
White with #7B0EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EBA; }
p { color: rgb(123,14,186); }
H1.HeaderClassName
{
color: #7B0EBA;
}
.AnyTagClassName
{
color: #7B0EBA;
}
</style>
background-color css
<style>
a { background-color: #7B0EBA; }
a { background-color: rgb(123,14,186); }
div.DivClassName
{
background-color: #7B0EBA;
}
.BgClassName
{
background-color: #7B0EBA;
}
</style>
border-color css
<style>
span { border-color: #7B0EBA; }
span { border-color: rgb(123,14,186); }
td.TdClassName
{
border-color: #7B0EBA;
}
.TagClassName
{
border-color: #7B0EBA;
}
</style>