Shades of Blue Violet #7022DB
Tints of Blue Violet #7022DB
RGB
CMYK
RGB Variations
Color information
#7022DB (or 0x7022DB) is known color: Blue Violet. HEX triplet: 70, 22 and DB. RGB value is (112,34,219). Sum of RGB (Red+Green+Blue) = 112+34+219=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 219 (85.94% from 255 or 60% from 365); Max value from RGB is 219 - color contains mainly: blue. Hex color #7022DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7022DB is #8FDD24. Grayscale: #4D4D4D. Windows color (decimal): -9428261 or 14361200. OLE color: 14361200.
HSL color Cylindrical-coordinate representation of color #7022DB: hue angle of 265.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7022DB is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 34 | 219 | - |
| CMYK | 0.49 | 0.84 | 0 | 0.14 |
| HSL | 265.3º | 0.73% | 0.5% | - |
| HSV(B) | 265.3º | 0.84% | 0.86% | - |
| XYZ | 20.04 | 9.7 | 67.83 | - |
| YUV | 78.41 | 207.34 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 34 | 219 | 0.49 | 0.84 | 0 | 0.14 | 265.3 | 0.73 | 0.5 |
| Hex | 70 | 22 | DB | 31 | 54 | 0 | E | 109 | 49 | 32 |
| Octal | 160 | 42 | 333 | 61 | 124 | 0 | 16 | 411 | 111 | 62 |
| Binary | 1110000 | 100010 | 11011011 | 110001 | 1010100 | 0 | 1110 | 100001001 | 1001001 | 110010 |
Color Harmonies of #7022DB
Complementary color
Monochromatic Colors of #7022DB
Black with #7022DB
Text Example
Text Example
White with #7022DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7022DB; }
p { color: rgb(112,34,219); }
H1.HeaderClassName
{
color: #7022DB;
}
.AnyTagClassName
{
color: #7022DB;
}
</style>
background-color css
<style>
a { background-color: #7022DB; }
a { background-color: rgb(112,34,219); }
div.DivClassName
{
background-color: #7022DB;
}
.BgClassName
{
background-color: #7022DB;
}
</style>
border-color css
<style>
span { border-color: #7022DB; }
span { border-color: rgb(112,34,219); }
td.TdClassName
{
border-color: #7022DB;
}
.TagClassName
{
border-color: #7022DB;
}
</style>