Shades of Dark Violet #7C0AD5
Tints of Dark Violet #7C0AD5
RGB
CMYK
RGB Variations
Color information
#7C0AD5 (or 0x7C0AD5) is known color: Dark Violet. HEX triplet: 7C, 0A and D5. RGB value is (124,10,213). Sum of RGB (Red+Green+Blue) = 124+10+213=347 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.73% from 347); Green value is 10 (4.30% from 255 or 2.88% from 347); Blue value is 213 (83.59% from 255 or 61.38% from 347); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C0AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C0AD5 is #83F52A. Grayscale: #424242. Windows color (decimal): -8647979 or 13961852. OLE color: 13961852.
HSL color Cylindrical-coordinate representation of color #7C0AD5: hue angle of 273.69º 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 #7C0AD5 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 10 | 213 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.16 |
| HSL | 273.69º | 0.91% | 0.44% | - |
| HSV(B) | 273.69º | 0.95% | 0.84% | - |
| XYZ | 20.43 | 9.31 | 63.67 | - |
| YUV | 67.23 | 210.27 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 10 | 213 | 0.42 | 0.95 | 0 | 0.16 | 273.69 | 0.91 | 0.44 |
| Hex | 7C | A | D5 | 2A | 5F | 0 | 10 | 112 | 5B | 2C |
| Octal | 174 | 12 | 325 | 52 | 137 | 0 | 20 | 422 | 133 | 54 |
| Binary | 1111100 | 1010 | 11010101 | 101010 | 1011111 | 0 | 10000 | 100010010 | 1011011 | 101100 |
Color Harmonies of #7C0AD5
Complementary color
Monochromatic Colors of #7C0AD5
Black with #7C0AD5
Text Example
Text Example
White with #7C0AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0AD5; }
p { color: rgb(124,10,213); }
H1.HeaderClassName
{
color: #7C0AD5;
}
.AnyTagClassName
{
color: #7C0AD5;
}
</style>
background-color css
<style>
a { background-color: #7C0AD5; }
a { background-color: rgb(124,10,213); }
div.DivClassName
{
background-color: #7C0AD5;
}
.BgClassName
{
background-color: #7C0AD5;
}
</style>
border-color css
<style>
span { border-color: #7C0AD5; }
span { border-color: rgb(124,10,213); }
td.TdClassName
{
border-color: #7C0AD5;
}
.TagClassName
{
border-color: #7C0AD5;
}
</style>