Shades of Dark Violet #7C0ACE
Tints of Dark Violet #7C0ACE
RGB
CMYK
RGB Variations
Color information
#7C0ACE (or 0x7C0ACE) is known color: Dark Violet. HEX triplet: 7C, 0A and CE. RGB value is (124,10,206). Sum of RGB (Red+Green+Blue) = 124+10+206=340 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.47% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C0ACE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0ACE is #83F531. Grayscale: #414141. Windows color (decimal): -8647986 or 13503100. OLE color: 13503100.
HSL color Cylindrical-coordinate representation of color #7C0ACE: hue angle of 274.9º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0ACE is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 10 | 206 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.19 |
| HSL | 274.9º | 0.91% | 0.42% | - |
| HSV(B) | 274.9º | 0.95% | 0.81% | - |
| XYZ | 19.56 | 8.96 | 59.09 | - |
| YUV | 66.43 | 206.77 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 206 | 0.40 | 0.95 | 0 | 0.19 | 274.9 | 0.91 | 0.42 |
| Hex | 7C | A | CE | 28 | 5F | 0 | 13 | 113 | 5B | 2A |
| Octal | 174 | 12 | 316 | 50 | 137 | 0 | 23 | 423 | 133 | 52 |
| Binary | 1111100 | 1010 | 11001110 | 101000 | 1011111 | 0 | 10011 | 100010011 | 1011011 | 101010 |
Color Harmonies of #7C0ACE
Complementary color
Monochromatic Colors of #7C0ACE
Black with #7C0ACE
Text Example
Text Example
White with #7C0ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0ACE; }
p { color: rgb(124,10,206); }
H1.HeaderClassName
{
color: #7C0ACE;
}
.AnyTagClassName
{
color: #7C0ACE;
}
</style>
background-color css
<style>
a { background-color: #7C0ACE; }
a { background-color: rgb(124,10,206); }
div.DivClassName
{
background-color: #7C0ACE;
}
.BgClassName
{
background-color: #7C0ACE;
}
</style>
border-color css
<style>
span { border-color: #7C0ACE; }
span { border-color: rgb(124,10,206); }
td.TdClassName
{
border-color: #7C0ACE;
}
.TagClassName
{
border-color: #7C0ACE;
}
</style>