Shades of Blue Violet #7021EF
Tints of Blue Violet #7021EF
RGB
CMYK
RGB Variations
Color information
#7021EF (or 0x7021EF) is known color: Blue Violet. HEX triplet: 70, 21 and EF. RGB value is (112,33,239). Sum of RGB (Red+Green+Blue) = 112+33+239=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #7021EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7021EF is #8FDE10. Grayscale: #4F4F4F. Windows color (decimal): -9428497 or 15671664. OLE color: 15671664.
HSL color Cylindrical-coordinate representation of color #7021EF: hue angle of 263.01º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7021EF is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 33 | 239 | - |
| CMYK | 0.53 | 0.86 | 0 | 0.06 |
| HSL | 263.01º | 0.87% | 0.53% | - |
| HSV(B) | 263.01º | 0.86% | 0.94% | - |
| XYZ | 22.81 | 10.76 | 82.54 | - |
| YUV | 80.11 | 217.67 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 33 | 239 | 0.53 | 0.86 | 0 | 0.06 | 263.01 | 0.87 | 0.53 |
| Hex | 70 | 21 | EF | 35 | 56 | 0 | 6 | 107 | 57 | 35 |
| Octal | 160 | 41 | 357 | 65 | 126 | 0 | 6 | 407 | 127 | 65 |
| Binary | 1110000 | 100001 | 11101111 | 110101 | 1010110 | 0 | 110 | 100000111 | 1010111 | 110101 |
Color Harmonies of #7021EF
Complementary color
Monochromatic Colors of #7021EF
Black with #7021EF
Text Example
Text Example
White with #7021EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7021EF; }
p { color: rgb(112,33,239); }
H1.HeaderClassName
{
color: #7021EF;
}
.AnyTagClassName
{
color: #7021EF;
}
</style>
background-color css
<style>
a { background-color: #7021EF; }
a { background-color: rgb(112,33,239); }
div.DivClassName
{
background-color: #7021EF;
}
.BgClassName
{
background-color: #7021EF;
}
</style>
border-color css
<style>
span { border-color: #7021EF; }
span { border-color: rgb(112,33,239); }
td.TdClassName
{
border-color: #7021EF;
}
.TagClassName
{
border-color: #7021EF;
}
</style>