Shades of Dark Violet #7D0DAD
Tints of Dark Violet #7D0DAD
RGB
CMYK
RGB Variations
Color information
#7D0DAD (or 0x7D0DAD) is known color: Dark Violet. HEX triplet: 7D, 0D and AD. RGB value is (125,13,173). Sum of RGB (Red+Green+Blue) = 125+13+173=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D0DAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0DAD is #82F252. Grayscale: #404040. Windows color (decimal): -8581715 or 11341181. OLE color: 11341181.
HSL color Cylindrical-coordinate representation of color #7D0DAD: hue angle of 282º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0DAD is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 13 | 173 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.32 |
| HSL | 282º | 0.86% | 0.36% | - |
| HSV(B) | 282º | 0.92% | 0.68% | - |
| XYZ | 16.14 | 7.66 | 40.16 | - |
| YUV | 64.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 173 | 0.28 | 0.92 | 0 | 0.32 | 282 | 0.86 | 0.36 |
| Hex | 7D | D | AD | 1C | 5C | 0 | 20 | 11A | 56 | 24 |
| Octal | 175 | 15 | 255 | 34 | 134 | 0 | 40 | 432 | 126 | 44 |
| Binary | 1111101 | 1101 | 10101101 | 11100 | 1011100 | 0 | 100000 | 100011010 | 1010110 | 100100 |
Color Harmonies of #7D0DAD
Complementary color
Monochromatic Colors of #7D0DAD
Black with #7D0DAD
Text Example
Text Example
White with #7D0DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0DAD; }
p { color: rgb(125,13,173); }
H1.HeaderClassName
{
color: #7D0DAD;
}
.AnyTagClassName
{
color: #7D0DAD;
}
</style>
background-color css
<style>
a { background-color: #7D0DAD; }
a { background-color: rgb(125,13,173); }
div.DivClassName
{
background-color: #7D0DAD;
}
.BgClassName
{
background-color: #7D0DAD;
}
</style>
border-color css
<style>
span { border-color: #7D0DAD; }
span { border-color: rgb(125,13,173); }
td.TdClassName
{
border-color: #7D0DAD;
}
.TagClassName
{
border-color: #7D0DAD;
}
</style>