Shades of Dark Violet #7C04DC
Tints of Dark Violet #7C04DC
RGB
CMYK
RGB Variations
Color information
#7C04DC (or 0x7C04DC) is known color: Dark Violet. HEX triplet: 7C, 04 and DC. RGB value is (124,4,220). Sum of RGB (Red+Green+Blue) = 124+4+220=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C04DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C04DC is #83FB23. Grayscale: #3F3F3F. Windows color (decimal): -8649508 or 14419068. OLE color: 14419068.
HSL color Cylindrical-coordinate representation of color #7C04DC: hue angle of 273.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C04DC is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 4 | 220 | - |
| CMYK | 0.44 | 0.98 | 0 | 0.14 |
| HSL | 273.33º | 0.96% | 0.44% | - |
| HSV(B) | 273.33º | 0.98% | 0.86% | - |
| XYZ | 21.27 | 9.54 | 68.43 | - |
| YUV | 64.5 | 215.76 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 4 | 220 | 0.44 | 0.98 | 0 | 0.14 | 273.33 | 0.96 | 0.44 |
| Hex | 7C | 4 | DC | 2C | 62 | 0 | E | 111 | 60 | 2C |
| Octal | 174 | 4 | 334 | 54 | 142 | 0 | 16 | 421 | 140 | 54 |
| Binary | 1111100 | 100 | 11011100 | 101100 | 1100010 | 0 | 1110 | 100010001 | 1100000 | 101100 |
Color Harmonies of #7C04DC
Complementary color
Monochromatic Colors of #7C04DC
Black with #7C04DC
Text Example
Text Example
White with #7C04DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C04DC; }
p { color: rgb(124,4,220); }
H1.HeaderClassName
{
color: #7C04DC;
}
.AnyTagClassName
{
color: #7C04DC;
}
</style>
background-color css
<style>
a { background-color: #7C04DC; }
a { background-color: rgb(124,4,220); }
div.DivClassName
{
background-color: #7C04DC;
}
.BgClassName
{
background-color: #7C04DC;
}
</style>
border-color css
<style>
span { border-color: #7C04DC; }
span { border-color: rgb(124,4,220); }
td.TdClassName
{
border-color: #7C04DC;
}
.TagClassName
{
border-color: #7C04DC;
}
</style>