Shades of Dark Violet #7002AD
Tints of Dark Violet #7002AD
RGB
CMYK
RGB Variations
Color information
#7002AD (or 0x7002AD) is known color: Dark Violet. HEX triplet: 70, 02 and AD. RGB value is (112,2,173). Sum of RGB (Red+Green+Blue) = 112+2+173=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #7002AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7002AD is #8FFD52. Grayscale: #353535. Windows color (decimal): -9436499 or 11338352. OLE color: 11338352.
HSL color Cylindrical-coordinate representation of color #7002AD: hue angle of 278.6º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002AD is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 112 | 2 | 173 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.32 |
| HSL | 278.6º | 0.98% | 0.34% | - |
| HSV(B) | 278.6º | 0.99% | 0.68% | - |
| XYZ | 14.25 | 6.51 | 40.04 | - |
| YUV | 54.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 173 | 0.35 | 0.99 | 0 | 0.32 | 278.6 | 0.98 | 0.34 |
| Hex | 70 | 2 | AD | 23 | 63 | 0 | 20 | 117 | 62 | 22 |
| Octal | 160 | 2 | 255 | 43 | 143 | 0 | 40 | 427 | 142 | 42 |
| Binary | 1110000 | 10 | 10101101 | 100011 | 1100011 | 0 | 100000 | 100010111 | 1100010 | 100010 |
Color Harmonies of #7002AD
Complementary color
Monochromatic Colors of #7002AD
Black with #7002AD
Text Example
Text Example
White with #7002AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002AD; }
p { color: rgb(112,2,173); }
H1.HeaderClassName
{
color: #7002AD;
}
.AnyTagClassName
{
color: #7002AD;
}
</style>
background-color css
<style>
a { background-color: #7002AD; }
a { background-color: rgb(112,2,173); }
div.DivClassName
{
background-color: #7002AD;
}
.BgClassName
{
background-color: #7002AD;
}
</style>
border-color css
<style>
span { border-color: #7002AD; }
span { border-color: rgb(112,2,173); }
td.TdClassName
{
border-color: #7002AD;
}
.TagClassName
{
border-color: #7002AD;
}
</style>