Shades of Dark Violet #7C07DC
Tints of Dark Violet #7C07DC
RGB
CMYK
RGB Variations
Color information
#7C07DC (or 0x7C07DC) is known color: Dark Violet. HEX triplet: 7C, 07 and DC. RGB value is (124,7,220). Sum of RGB (Red+Green+Blue) = 124+7+220=351 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.33% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C07DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C07DC is #83F823. Grayscale: #414141. Windows color (decimal): -8648740 or 14419836. OLE color: 14419836.
HSL color Cylindrical-coordinate representation of color #7C07DC: hue angle of 272.96º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C07DC is Cyan = 0.44, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 7 | 220 | - |
| CMYK | 0.44 | 0.97 | 0 | 0.14 |
| HSL | 272.96º | 0.94% | 0.45% | - |
| HSV(B) | 272.96º | 0.97% | 0.86% | - |
| XYZ | 21.31 | 9.6 | 68.44 | - |
| YUV | 66.27 | 214.76 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 7 | 220 | 0.44 | 0.97 | 0 | 0.14 | 272.96 | 0.94 | 0.45 |
| Hex | 7C | 7 | DC | 2C | 61 | 0 | E | 111 | 5E | 2D |
| Octal | 174 | 7 | 334 | 54 | 141 | 0 | 16 | 421 | 136 | 55 |
| Binary | 1111100 | 111 | 11011100 | 101100 | 1100001 | 0 | 1110 | 100010001 | 1011110 | 101101 |
Color Harmonies of #7C07DC
Complementary color
Monochromatic Colors of #7C07DC
Black with #7C07DC
Text Example
Text Example
White with #7C07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C07DC; }
p { color: rgb(124,7,220); }
H1.HeaderClassName
{
color: #7C07DC;
}
.AnyTagClassName
{
color: #7C07DC;
}
</style>
background-color css
<style>
a { background-color: #7C07DC; }
a { background-color: rgb(124,7,220); }
div.DivClassName
{
background-color: #7C07DC;
}
.BgClassName
{
background-color: #7C07DC;
}
</style>
border-color css
<style>
span { border-color: #7C07DC; }
span { border-color: rgb(124,7,220); }
td.TdClassName
{
border-color: #7C07DC;
}
.TagClassName
{
border-color: #7C07DC;
}
</style>