Shades of Dark Violet #7002CE
Tints of Dark Violet #7002CE
RGB
CMYK
RGB Variations
Color information
#7002CE (or 0x7002CE) is known color: Dark Violet. HEX triplet: 70, 02 and CE. RGB value is (112,2,206). Sum of RGB (Red+Green+Blue) = 112+2+206=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #7002CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002CE is #8FFD31. Grayscale: #393939. Windows color (decimal): -9436466 or 13501040. OLE color: 13501040.
HSL color Cylindrical-coordinate representation of color #7002CE: hue angle of 272.35º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002CE is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 2 | 206 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.19 |
| HSL | 272.35º | 0.98% | 0.41% | - |
| HSV(B) | 272.35º | 0.99% | 0.81% | - |
| XYZ | 17.84 | 7.94 | 58.99 | - |
| YUV | 58.15 | 211.44 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 206 | 0.46 | 0.99 | 0 | 0.19 | 272.35 | 0.98 | 0.41 |
| Hex | 70 | 2 | CE | 2E | 63 | 0 | 13 | 110 | 62 | 29 |
| Octal | 160 | 2 | 316 | 56 | 143 | 0 | 23 | 420 | 142 | 51 |
| Binary | 1110000 | 10 | 11001110 | 101110 | 1100011 | 0 | 10011 | 100010000 | 1100010 | 101001 |
Color Harmonies of #7002CE
Complementary color
Monochromatic Colors of #7002CE
Black with #7002CE
Text Example
Text Example
White with #7002CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002CE; }
p { color: rgb(112,2,206); }
H1.HeaderClassName
{
color: #7002CE;
}
.AnyTagClassName
{
color: #7002CE;
}
</style>
background-color css
<style>
a { background-color: #7002CE; }
a { background-color: rgb(112,2,206); }
div.DivClassName
{
background-color: #7002CE;
}
.BgClassName
{
background-color: #7002CE;
}
</style>
border-color css
<style>
span { border-color: #7002CE; }
span { border-color: rgb(112,2,206); }
td.TdClassName
{
border-color: #7002CE;
}
.TagClassName
{
border-color: #7002CE;
}
</style>