Shades of Dark Violet #7C10AD
Tints of Dark Violet #7C10AD
RGB
CMYK
RGB Variations
Color information
#7C10AD (or 0x7C10AD) is known color: Dark Violet. HEX triplet: 7C, 10 and AD. RGB value is (124,16,173). Sum of RGB (Red+Green+Blue) = 124+16+173=313 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.62% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C10AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C10AD is #83EF52. Grayscale: #414141. Windows color (decimal): -8646483 or 11341948. OLE color: 11341948.
HSL color Cylindrical-coordinate representation of color #7C10AD: hue angle of 281.27º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C10AD is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 16 | 173 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.32 |
| HSL | 281.27º | 0.83% | 0.37% | - |
| HSV(B) | 281.27º | 0.91% | 0.68% | - |
| XYZ | 16.04 | 7.67 | 40.17 | - |
| YUV | 66.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 173 | 0.28 | 0.91 | 0 | 0.32 | 281.27 | 0.83 | 0.37 |
| Hex | 7C | 10 | AD | 1C | 5B | 0 | 20 | 119 | 53 | 25 |
| Octal | 174 | 20 | 255 | 34 | 133 | 0 | 40 | 431 | 123 | 45 |
| Binary | 1111100 | 10000 | 10101101 | 11100 | 1011011 | 0 | 100000 | 100011001 | 1010011 | 100101 |
Color Harmonies of #7C10AD
Complementary color
Monochromatic Colors of #7C10AD
Black with #7C10AD
Text Example
Text Example
White with #7C10AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C10AD; }
p { color: rgb(124,16,173); }
H1.HeaderClassName
{
color: #7C10AD;
}
.AnyTagClassName
{
color: #7C10AD;
}
</style>
background-color css
<style>
a { background-color: #7C10AD; }
a { background-color: rgb(124,16,173); }
div.DivClassName
{
background-color: #7C10AD;
}
.BgClassName
{
background-color: #7C10AD;
}
</style>
border-color css
<style>
span { border-color: #7C10AD; }
span { border-color: rgb(124,16,173); }
td.TdClassName
{
border-color: #7C10AD;
}
.TagClassName
{
border-color: #7C10AD;
}
</style>