Shades of Dark Violet #7C0AAE
Tints of Dark Violet #7C0AAE
RGB
CMYK
RGB Variations
Color information
#7C0AAE (or 0x7C0AAE) is known color: Dark Violet. HEX triplet: 7C, 0A and AE. RGB value is (124,10,174). Sum of RGB (Red+Green+Blue) = 124+10+174=308 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.26% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C0AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0AAE is #83F551. Grayscale: #3E3E3E. Windows color (decimal): -8648018 or 11405948. OLE color: 11405948.
HSL color Cylindrical-coordinate representation of color #7C0AAE: hue angle of 281.71º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0AAE is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 10 | 174 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.32 |
| HSL | 281.71º | 0.89% | 0.36% | - |
| HSV(B) | 281.71º | 0.94% | 0.68% | - |
| XYZ | 16.06 | 7.56 | 40.66 | - |
| YUV | 62.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 174 | 0.29 | 0.94 | 0 | 0.32 | 281.71 | 0.89 | 0.36 |
| Hex | 7C | A | AE | 1D | 5E | 0 | 20 | 11A | 59 | 24 |
| Octal | 174 | 12 | 256 | 35 | 136 | 0 | 40 | 432 | 131 | 44 |
| Binary | 1111100 | 1010 | 10101110 | 11101 | 1011110 | 0 | 100000 | 100011010 | 1011001 | 100100 |
Color Harmonies of #7C0AAE
Complementary color
Monochromatic Colors of #7C0AAE
Black with #7C0AAE
Text Example
Text Example
White with #7C0AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0AAE; }
p { color: rgb(124,10,174); }
H1.HeaderClassName
{
color: #7C0AAE;
}
.AnyTagClassName
{
color: #7C0AAE;
}
</style>
background-color css
<style>
a { background-color: #7C0AAE; }
a { background-color: rgb(124,10,174); }
div.DivClassName
{
background-color: #7C0AAE;
}
.BgClassName
{
background-color: #7C0AAE;
}
</style>
border-color css
<style>
span { border-color: #7C0AAE; }
span { border-color: rgb(124,10,174); }
td.TdClassName
{
border-color: #7C0AAE;
}
.TagClassName
{
border-color: #7C0AAE;
}
</style>