Shades of Dark Violet #7002CF
Tints of Dark Violet #7002CF
RGB
CMYK
RGB Variations
Color information
#7002CF (or 0x7002CF) is known color: Dark Violet. HEX triplet: 70, 02 and CF. RGB value is (112,2,207). Sum of RGB (Red+Green+Blue) = 112+2+207=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 207 (81.25% from 255 or 64.49% from 321); Max value from RGB is 207 - color contains mainly: blue. Hex color #7002CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002CF is #8FFD30. Grayscale: #393939. Windows color (decimal): -9436465 or 13566576. OLE color: 13566576.
HSL color Cylindrical-coordinate representation of color #7002CF: hue angle of 272.2º 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 #7002CF is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 2 | 207 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.19 |
| HSL | 272.2º | 0.98% | 0.41% | - |
| HSV(B) | 272.2º | 0.99% | 0.81% | - |
| XYZ | 17.97 | 7.99 | 59.63 | - |
| YUV | 58.26 | 211.94 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 207 | 0.46 | 0.99 | 0 | 0.19 | 272.2 | 0.98 | 0.41 |
| Hex | 70 | 2 | CF | 2E | 63 | 0 | 13 | 110 | 62 | 29 |
| Octal | 160 | 2 | 317 | 56 | 143 | 0 | 23 | 420 | 142 | 51 |
| Binary | 1110000 | 10 | 11001111 | 101110 | 1100011 | 0 | 10011 | 100010000 | 1100010 | 101001 |
Color Harmonies of #7002CF
Complementary color
Monochromatic Colors of #7002CF
Black with #7002CF
Text Example
Text Example
White with #7002CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002CF; }
p { color: rgb(112,2,207); }
H1.HeaderClassName
{
color: #7002CF;
}
.AnyTagClassName
{
color: #7002CF;
}
</style>
background-color css
<style>
a { background-color: #7002CF; }
a { background-color: rgb(112,2,207); }
div.DivClassName
{
background-color: #7002CF;
}
.BgClassName
{
background-color: #7002CF;
}
</style>
border-color css
<style>
span { border-color: #7002CF; }
span { border-color: rgb(112,2,207); }
td.TdClassName
{
border-color: #7002CF;
}
.TagClassName
{
border-color: #7002CF;
}
</style>