Shades of Blue Violet #7022DC
Tints of Blue Violet #7022DC
RGB
CMYK
RGB Variations
Color information
#7022DC (or 0x7022DC) is known color: Blue Violet. HEX triplet: 70, 22 and DC. RGB value is (112,34,220). Sum of RGB (Red+Green+Blue) = 112+34+220=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #7022DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022DC is #8FDD23. Grayscale: #4D4D4D. Windows color (decimal): -9428260 or 14426736. OLE color: 14426736.
HSL color Cylindrical-coordinate representation of color #7022DC: hue angle of 265.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7022DC is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 34 | 220 | - |
| CMYK | 0.49 | 0.85 | 0 | 0.14 |
| HSL | 265.16º | 0.73% | 0.5% | - |
| HSV(B) | 265.16º | 0.85% | 0.86% | - |
| XYZ | 20.17 | 9.76 | 68.53 | - |
| YUV | 78.53 | 207.84 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 220 | 0.49 | 0.85 | 0 | 0.14 | 265.16 | 0.73 | 0.5 |
| Hex | 70 | 22 | DC | 31 | 55 | 0 | E | 109 | 49 | 32 |
| Octal | 160 | 42 | 334 | 61 | 125 | 0 | 16 | 411 | 111 | 62 |
| Binary | 1110000 | 100010 | 11011100 | 110001 | 1010101 | 0 | 1110 | 100001001 | 1001001 | 110010 |
Color Harmonies of #7022DC
Complementary color
Monochromatic Colors of #7022DC
Black with #7022DC
Text Example
Text Example
White with #7022DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022DC; }
p { color: rgb(112,34,220); }
H1.HeaderClassName
{
color: #7022DC;
}
.AnyTagClassName
{
color: #7022DC;
}
</style>
background-color css
<style>
a { background-color: #7022DC; }
a { background-color: rgb(112,34,220); }
div.DivClassName
{
background-color: #7022DC;
}
.BgClassName
{
background-color: #7022DC;
}
</style>
border-color css
<style>
span { border-color: #7022DC; }
span { border-color: rgb(112,34,220); }
td.TdClassName
{
border-color: #7022DC;
}
.TagClassName
{
border-color: #7022DC;
}
</style>