Shades of Dark Violet #7B06BA
Tints of Dark Violet #7B06BA
RGB
CMYK
RGB Variations
Color information
#7B06BA (or 0x7B06BA) is known color: Dark Violet. HEX triplet: 7B, 06 and BA. RGB value is (123,6,186). Sum of RGB (Red+Green+Blue) = 123+6+186=315 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.05% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B06BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B06BA is #84F945. Grayscale: #3C3C3C. Windows color (decimal): -8714566 or 12191355. OLE color: 12191355.
HSL color Cylindrical-coordinate representation of color #7B06BA: hue angle of 279º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B06BA is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 123 | 6 | 186 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.27 |
| HSL | 279º | 0.94% | 0.38% | - |
| HSV(B) | 279º | 0.97% | 0.73% | - |
| XYZ | 17.1 | 7.89 | 47.08 | - |
| YUV | 61.5 | 198.26 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 186 | 0.34 | 0.97 | 0 | 0.27 | 279 | 0.94 | 0.38 |
| Hex | 7B | 6 | BA | 22 | 61 | 0 | 1B | 117 | 5E | 26 |
| Octal | 173 | 6 | 272 | 42 | 141 | 0 | 33 | 427 | 136 | 46 |
| Binary | 1111011 | 110 | 10111010 | 100010 | 1100001 | 0 | 11011 | 100010111 | 1011110 | 100110 |
Color Harmonies of #7B06BA
Complementary color
Monochromatic Colors of #7B06BA
Black with #7B06BA
Text Example
Text Example
White with #7B06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B06BA; }
p { color: rgb(123,6,186); }
H1.HeaderClassName
{
color: #7B06BA;
}
.AnyTagClassName
{
color: #7B06BA;
}
</style>
background-color css
<style>
a { background-color: #7B06BA; }
a { background-color: rgb(123,6,186); }
div.DivClassName
{
background-color: #7B06BA;
}
.BgClassName
{
background-color: #7B06BA;
}
</style>
border-color css
<style>
span { border-color: #7B06BA; }
span { border-color: rgb(123,6,186); }
td.TdClassName
{
border-color: #7B06BA;
}
.TagClassName
{
border-color: #7B06BA;
}
</style>