Shades of Dark Violet #7D12AD
Tints of Dark Violet #7D12AD
RGB
CMYK
RGB Variations
Color information
#7D12AD (or 0x7D12AD) is known color: Dark Violet. HEX triplet: 7D, 12 and AD. RGB value is (125,18,173). Sum of RGB (Red+Green+Blue) = 125+18+173=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D12AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D12AD is #82ED52. Grayscale: #434343. Windows color (decimal): -8580435 or 11342461. OLE color: 11342461.
HSL color Cylindrical-coordinate representation of color #7D12AD: hue angle of 281.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D12AD is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 18 | 173 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.32 |
| HSL | 281.42º | 0.81% | 0.37% | - |
| HSV(B) | 281.42º | 0.9% | 0.68% | - |
| XYZ | 16.22 | 7.81 | 40.19 | - |
| YUV | 67.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 173 | 0.28 | 0.90 | 0 | 0.32 | 281.42 | 0.81 | 0.37 |
| Hex | 7D | 12 | AD | 1C | 5A | 0 | 20 | 119 | 51 | 25 |
| Octal | 175 | 22 | 255 | 34 | 132 | 0 | 40 | 431 | 121 | 45 |
| Binary | 1111101 | 10010 | 10101101 | 11100 | 1011010 | 0 | 100000 | 100011001 | 1010001 | 100101 |
Color Harmonies of #7D12AD
Complementary color
Monochromatic Colors of #7D12AD
Black with #7D12AD
Text Example
Text Example
White with #7D12AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D12AD; }
p { color: rgb(125,18,173); }
H1.HeaderClassName
{
color: #7D12AD;
}
.AnyTagClassName
{
color: #7D12AD;
}
</style>
background-color css
<style>
a { background-color: #7D12AD; }
a { background-color: rgb(125,18,173); }
div.DivClassName
{
background-color: #7D12AD;
}
.BgClassName
{
background-color: #7D12AD;
}
</style>
border-color css
<style>
span { border-color: #7D12AD; }
span { border-color: rgb(125,18,173); }
td.TdClassName
{
border-color: #7D12AD;
}
.TagClassName
{
border-color: #7D12AD;
}
</style>