Shades of Dark Violet #7000AD
Tints of Dark Violet #7000AD
RGB
CMYK
RGB Variations
Color information
#7000AD (or 0x7000AD) is known color: Dark Violet. HEX triplet: 70, 00 and AD. RGB value is (112,0,173). Sum of RGB (Red+Green+Blue) = 112+0+173=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #7000AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7000AD is #8FFF52. Grayscale: #343434. Windows color (decimal): -9437011 or 11337840. OLE color: 11337840.
HSL color Cylindrical-coordinate representation of color #7000AD: hue angle of 278.84º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7000AD is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 0 | 173 | - |
| CMYK | 0.35 | 1 | 0 | 0.32 |
| HSL | 278.84º | 1% | 0.34% | - |
| HSV(B) | 278.84º | 1% | 0.68% | - |
| XYZ | 14.22 | 6.46 | 40.03 | - |
| YUV | 53.21 | 195.61 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 0 | 173 | 0.35 | 1 | 0 | 0.32 | 278.84 | 1 | 0.34 |
| Hex | 70 | 0 | AD | 23 | 64 | 0 | 20 | 117 | 64 | 22 |
| Octal | 160 | 0 | 255 | 43 | 144 | 0 | 40 | 427 | 144 | 42 |
| Binary | 1110000 | 0 | 10101101 | 100011 | 1100100 | 0 | 100000 | 100010111 | 1100100 | 100010 |
Color Harmonies of #7000AD
Complementary color
Monochromatic Colors of #7000AD
Black with #7000AD
Text Example
Text Example
White with #7000AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7000AD; }
p { color: rgb(112,0,173); }
H1.HeaderClassName
{
color: #7000AD;
}
.AnyTagClassName
{
color: #7000AD;
}
</style>
background-color css
<style>
a { background-color: #7000AD; }
a { background-color: rgb(112,0,173); }
div.DivClassName
{
background-color: #7000AD;
}
.BgClassName
{
background-color: #7000AD;
}
</style>
border-color css
<style>
span { border-color: #7000AD; }
span { border-color: rgb(112,0,173); }
td.TdClassName
{
border-color: #7000AD;
}
.TagClassName
{
border-color: #7000AD;
}
</style>