Shades of Dark Violet #7C06BA
Tints of Dark Violet #7C06BA
RGB
CMYK
RGB Variations
Color information
#7C06BA (or 0x7C06BA) is known color: Dark Violet. HEX triplet: 7C, 06 and BA. RGB value is (124,6,186). Sum of RGB (Red+Green+Blue) = 124+6+186=316 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.24% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C06BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C06BA is #83F945. Grayscale: #3D3D3D. Windows color (decimal): -8649030 or 12191356. OLE color: 12191356.
HSL color Cylindrical-coordinate representation of color #7C06BA: hue angle of 279.33º 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 #7C06BA is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 6 | 186 | - |
| CMYK | 0.33 | 0.97 | 0 | 0.27 |
| HSL | 279.33º | 0.94% | 0.38% | - |
| HSV(B) | 279.33º | 0.97% | 0.73% | - |
| XYZ | 17.24 | 7.96 | 47.08 | - |
| YUV | 61.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 186 | 0.33 | 0.97 | 0 | 0.27 | 279.33 | 0.94 | 0.38 |
| Hex | 7C | 6 | BA | 21 | 61 | 0 | 1B | 117 | 5E | 26 |
| Octal | 174 | 6 | 272 | 41 | 141 | 0 | 33 | 427 | 136 | 46 |
| Binary | 1111100 | 110 | 10111010 | 100001 | 1100001 | 0 | 11011 | 100010111 | 1011110 | 100110 |
Color Harmonies of #7C06BA
Complementary color
Monochromatic Colors of #7C06BA
Black with #7C06BA
Text Example
Text Example
White with #7C06BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C06BA; }
p { color: rgb(124,6,186); }
H1.HeaderClassName
{
color: #7C06BA;
}
.AnyTagClassName
{
color: #7C06BA;
}
</style>
background-color css
<style>
a { background-color: #7C06BA; }
a { background-color: rgb(124,6,186); }
div.DivClassName
{
background-color: #7C06BA;
}
.BgClassName
{
background-color: #7C06BA;
}
</style>
border-color css
<style>
span { border-color: #7C06BA; }
span { border-color: rgb(124,6,186); }
td.TdClassName
{
border-color: #7C06BA;
}
.TagClassName
{
border-color: #7C06BA;
}
</style>