Shades of Dark Violet #7002CD
Tints of Dark Violet #7002CD
RGB
CMYK
RGB Variations
Color information
#7002CD (or 0x7002CD) is known color: Dark Violet. HEX triplet: 70, 02 and CD. RGB value is (112,2,205). Sum of RGB (Red+Green+Blue) = 112+2+205=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #7002CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002CD is #8FFD32. Grayscale: #393939. Windows color (decimal): -9436467 or 13435504. OLE color: 13435504.
HSL color Cylindrical-coordinate representation of color #7002CD: hue angle of 272.51º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002CD is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 2 | 205 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.20 |
| HSL | 272.51º | 0.98% | 0.41% | - |
| HSV(B) | 272.51º | 0.99% | 0.8% | - |
| XYZ | 17.72 | 7.9 | 58.35 | - |
| YUV | 58.03 | 210.94 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 205 | 0.45 | 0.99 | 0 | 0.20 | 272.51 | 0.98 | 0.41 |
| Hex | 70 | 2 | CD | 2D | 63 | 0 | 14 | 111 | 62 | 29 |
| Octal | 160 | 2 | 315 | 55 | 143 | 0 | 24 | 421 | 142 | 51 |
| Binary | 1110000 | 10 | 11001101 | 101101 | 1100011 | 0 | 10100 | 100010001 | 1100010 | 101001 |
Color Harmonies of #7002CD
Complementary color
Monochromatic Colors of #7002CD
Black with #7002CD
Text Example
Text Example
White with #7002CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002CD; }
p { color: rgb(112,2,205); }
H1.HeaderClassName
{
color: #7002CD;
}
.AnyTagClassName
{
color: #7002CD;
}
</style>
background-color css
<style>
a { background-color: #7002CD; }
a { background-color: rgb(112,2,205); }
div.DivClassName
{
background-color: #7002CD;
}
.BgClassName
{
background-color: #7002CD;
}
</style>
border-color css
<style>
span { border-color: #7002CD; }
span { border-color: rgb(112,2,205); }
td.TdClassName
{
border-color: #7002CD;
}
.TagClassName
{
border-color: #7002CD;
}
</style>