Shades of Dark Violet #7C0AD6
Tints of Dark Violet #7C0AD6
RGB
CMYK
RGB Variations
Color information
#7C0AD6 (or 0x7C0AD6) is known color: Dark Violet. HEX triplet: 7C, 0A and D6. RGB value is (124,10,214). Sum of RGB (Red+Green+Blue) = 124+10+214=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 214 (83.98% from 255 or 61.49% from 348); Max value from RGB is 214 - color contains mainly: blue. Hex color #7C0AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0AD6 is #83F529. Grayscale: #424242. Windows color (decimal): -8647978 or 14027388. OLE color: 14027388.
HSL color Cylindrical-coordinate representation of color #7C0AD6: hue angle of 273.53º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C0AD6 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 10 | 214 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.16 |
| HSL | 273.53º | 0.91% | 0.44% | - |
| HSV(B) | 273.53º | 0.95% | 0.84% | - |
| XYZ | 20.56 | 9.36 | 64.34 | - |
| YUV | 67.34 | 210.77 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 214 | 0.42 | 0.95 | 0 | 0.16 | 273.53 | 0.91 | 0.44 |
| Hex | 7C | A | D6 | 2A | 5F | 0 | 10 | 112 | 5B | 2C |
| Octal | 174 | 12 | 326 | 52 | 137 | 0 | 20 | 422 | 133 | 54 |
| Binary | 1111100 | 1010 | 11010110 | 101010 | 1011111 | 0 | 10000 | 100010010 | 1011011 | 101100 |
Color Harmonies of #7C0AD6
Complementary color
Monochromatic Colors of #7C0AD6
Black with #7C0AD6
Text Example
Text Example
White with #7C0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0AD6; }
p { color: rgb(124,10,214); }
H1.HeaderClassName
{
color: #7C0AD6;
}
.AnyTagClassName
{
color: #7C0AD6;
}
</style>
background-color css
<style>
a { background-color: #7C0AD6; }
a { background-color: rgb(124,10,214); }
div.DivClassName
{
background-color: #7C0AD6;
}
.BgClassName
{
background-color: #7C0AD6;
}
</style>
border-color css
<style>
span { border-color: #7C0AD6; }
span { border-color: rgb(124,10,214); }
td.TdClassName
{
border-color: #7C0AD6;
}
.TagClassName
{
border-color: #7C0AD6;
}
</style>