Shades of Dark Violet #7C06BC
Tints of Dark Violet #7C06BC
RGB
CMYK
RGB Variations
Color information
#7C06BC (or 0x7C06BC) is known color: Dark Violet. HEX triplet: 7C, 06 and BC. RGB value is (124,6,188). Sum of RGB (Red+Green+Blue) = 124+6+188=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #7C06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C06BC is #83F943. Grayscale: #3D3D3D. Windows color (decimal): -8649028 or 12322428. OLE color: 12322428.
HSL color Cylindrical-coordinate representation of color #7C06BC: hue angle of 278.9º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C06BC is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 6 | 188 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.26 |
| HSL | 278.9º | 0.94% | 0.38% | - |
| HSV(B) | 278.9º | 0.97% | 0.74% | - |
| XYZ | 17.45 | 8.05 | 48.21 | - |
| YUV | 62.03 | 199.09 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 188 | 0.34 | 0.97 | 0 | 0.26 | 278.9 | 0.94 | 0.38 |
| Hex | 7C | 6 | BC | 22 | 61 | 0 | 1A | 117 | 5E | 26 |
| Octal | 174 | 6 | 274 | 42 | 141 | 0 | 32 | 427 | 136 | 46 |
| Binary | 1111100 | 110 | 10111100 | 100010 | 1100001 | 0 | 11010 | 100010111 | 1011110 | 100110 |
Color Harmonies of #7C06BC
Complementary color
Monochromatic Colors of #7C06BC
Black with #7C06BC
Text Example
Text Example
White with #7C06BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C06BC; }
p { color: rgb(124,6,188); }
H1.HeaderClassName
{
color: #7C06BC;
}
.AnyTagClassName
{
color: #7C06BC;
}
</style>
background-color css
<style>
a { background-color: #7C06BC; }
a { background-color: rgb(124,6,188); }
div.DivClassName
{
background-color: #7C06BC;
}
.BgClassName
{
background-color: #7C06BC;
}
</style>
border-color css
<style>
span { border-color: #7C06BC; }
span { border-color: rgb(124,6,188); }
td.TdClassName
{
border-color: #7C06BC;
}
.TagClassName
{
border-color: #7C06BC;
}
</style>