Shades of Dark Violet #7002CC
Tints of Dark Violet #7002CC
RGB
CMYK
RGB Variations
Color information
#7002CC (or 0x7002CC) is known color: Dark Violet. HEX triplet: 70, 02 and CC. RGB value is (112,2,204). Sum of RGB (Red+Green+Blue) = 112+2+204=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #7002CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7002CC is #8FFD33. Grayscale: #393939. Windows color (decimal): -9436468 or 13369968. OLE color: 13369968.
HSL color Cylindrical-coordinate representation of color #7002CC: hue angle of 272.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7002CC is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 2 | 204 | - |
| CMYK | 0.45 | 0.99 | 0 | 0.2 |
| HSL | 272.67º | 0.98% | 0.4% | - |
| HSV(B) | 272.67º | 0.99% | 0.8% | - |
| XYZ | 17.6 | 7.85 | 57.71 | - |
| YUV | 57.92 | 210.44 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 2 | 204 | 0.45 | 0.99 | 0 | 0.2 | 272.67 | 0.98 | 0.4 |
| Hex | 70 | 2 | CC | 2D | 63 | 0 | 14 | 111 | 62 | 28 |
| Octal | 160 | 2 | 314 | 55 | 143 | 0 | 24 | 421 | 142 | 50 |
| Binary | 1110000 | 10 | 11001100 | 101101 | 1100011 | 0 | 10100 | 100010001 | 1100010 | 101000 |
Color Harmonies of #7002CC
Complementary color
Monochromatic Colors of #7002CC
Black with #7002CC
Text Example
Text Example
White with #7002CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7002CC; }
p { color: rgb(112,2,204); }
H1.HeaderClassName
{
color: #7002CC;
}
.AnyTagClassName
{
color: #7002CC;
}
</style>
background-color css
<style>
a { background-color: #7002CC; }
a { background-color: rgb(112,2,204); }
div.DivClassName
{
background-color: #7002CC;
}
.BgClassName
{
background-color: #7002CC;
}
</style>
border-color css
<style>
span { border-color: #7002CC; }
span { border-color: rgb(112,2,204); }
td.TdClassName
{
border-color: #7002CC;
}
.TagClassName
{
border-color: #7002CC;
}
</style>