Shades of Dark Violet #7C00DC
Tints of Dark Violet #7C00DC
RGB
CMYK
RGB Variations
Color information
#7C00DC (or 0x7C00DC) is known color: Dark Violet. HEX triplet: 7C, 00 and DC. RGB value is (124,0,220). Sum of RGB (Red+Green+Blue) = 124+0+220=344 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.05% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 220 (86.33% from 255 or 63.95% from 344); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C00DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C00DC is #83FF23. Grayscale: #3D3D3D. Windows color (decimal): -8650532 or 14418044. OLE color: 14418044.
HSL color Cylindrical-coordinate representation of color #7C00DC: hue angle of 273.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00DC is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 0 | 220 | - |
| CMYK | 0.44 | 1 | 0 | 0.14 |
| HSL | 273.82º | 1% | 0.43% | - |
| HSV(B) | 273.82º | 1% | 0.86% | - |
| XYZ | 21.23 | 9.45 | 68.42 | - |
| YUV | 62.16 | 217.08 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 220 | 0.44 | 1 | 0 | 0.14 | 273.82 | 1 | 0.43 |
| Hex | 7C | 0 | DC | 2C | 64 | 0 | E | 112 | 64 | 2B |
| Octal | 174 | 0 | 334 | 54 | 144 | 0 | 16 | 422 | 144 | 53 |
| Binary | 1111100 | 0 | 11011100 | 101100 | 1100100 | 0 | 1110 | 100010010 | 1100100 | 101011 |
Color Harmonies of #7C00DC
Complementary color
Monochromatic Colors of #7C00DC
Black with #7C00DC
Text Example
Text Example
White with #7C00DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00DC; }
p { color: rgb(124,0,220); }
H1.HeaderClassName
{
color: #7C00DC;
}
.AnyTagClassName
{
color: #7C00DC;
}
</style>
background-color css
<style>
a { background-color: #7C00DC; }
a { background-color: rgb(124,0,220); }
div.DivClassName
{
background-color: #7C00DC;
}
.BgClassName
{
background-color: #7C00DC;
}
</style>
border-color css
<style>
span { border-color: #7C00DC; }
span { border-color: rgb(124,0,220); }
td.TdClassName
{
border-color: #7C00DC;
}
.TagClassName
{
border-color: #7C00DC;
}
</style>