Shades of Dark Violet #7C0ADC
Tints of Dark Violet #7C0ADC
RGB
CMYK
RGB Variations
Color information
#7C0ADC (or 0x7C0ADC) is known color: Dark Violet. HEX triplet: 7C, 0A and DC. RGB value is (124,10,220). Sum of RGB (Red+Green+Blue) = 124+10+220=354 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.03% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C0ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ADC is #83F523. Grayscale: #434343. Windows color (decimal): -8647972 or 14420604. OLE color: 14420604.
HSL color Cylindrical-coordinate representation of color #7C0ADC: hue angle of 272.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0ADC is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 10 | 220 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.14 |
| HSL | 272.57º | 0.91% | 0.45% | - |
| HSV(B) | 272.57º | 0.95% | 0.86% | - |
| XYZ | 21.34 | 9.67 | 68.45 | - |
| YUV | 68.03 | 213.77 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 220 | 0.44 | 0.95 | 0 | 0.14 | 272.57 | 0.91 | 0.45 |
| Hex | 7C | A | DC | 2C | 5F | 0 | E | 111 | 5B | 2D |
| Octal | 174 | 12 | 334 | 54 | 137 | 0 | 16 | 421 | 133 | 55 |
| Binary | 1111100 | 1010 | 11011100 | 101100 | 1011111 | 0 | 1110 | 100010001 | 1011011 | 101101 |
Color Harmonies of #7C0ADC
Complementary color
Monochromatic Colors of #7C0ADC
Black with #7C0ADC
Text Example
Text Example
White with #7C0ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0ADC; }
p { color: rgb(124,10,220); }
H1.HeaderClassName
{
color: #7C0ADC;
}
.AnyTagClassName
{
color: #7C0ADC;
}
</style>
background-color css
<style>
a { background-color: #7C0ADC; }
a { background-color: rgb(124,10,220); }
div.DivClassName
{
background-color: #7C0ADC;
}
.BgClassName
{
background-color: #7C0ADC;
}
</style>
border-color css
<style>
span { border-color: #7C0ADC; }
span { border-color: rgb(124,10,220); }
td.TdClassName
{
border-color: #7C0ADC;
}
.TagClassName
{
border-color: #7C0ADC;
}
</style>