Shades of Blue Violet #7020EB
Tints of Blue Violet #7020EB
RGB
CMYK
RGB Variations
Color information
#7020EB (or 0x7020EB) is known color: Blue Violet. HEX triplet: 70, 20 and EB. RGB value is (112,32,235). Sum of RGB (Red+Green+Blue) = 112+32+235=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #7020EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7020EB is #8FDF14. Grayscale: #4E4E4E. Windows color (decimal): -9428757 or 15409264. OLE color: 15409264.
HSL color Cylindrical-coordinate representation of color #7020EB: hue angle of 263.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7020EB is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 32 | 235 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.08 |
| HSL | 263.65º | 0.84% | 0.52% | - |
| HSV(B) | 263.65º | 0.86% | 0.92% | - |
| XYZ | 22.19 | 10.48 | 79.45 | - |
| YUV | 79.06 | 216 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 32 | 235 | 0.52 | 0.86 | 0 | 0.08 | 263.65 | 0.84 | 0.52 |
| Hex | 70 | 20 | EB | 34 | 56 | 0 | 8 | 108 | 54 | 34 |
| Octal | 160 | 40 | 353 | 64 | 126 | 0 | 10 | 410 | 124 | 64 |
| Binary | 1110000 | 100000 | 11101011 | 110100 | 1010110 | 0 | 1000 | 100001000 | 1010100 | 110100 |
Color Harmonies of #7020EB
Complementary color
Monochromatic Colors of #7020EB
Black with #7020EB
Text Example
Text Example
White with #7020EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7020EB; }
p { color: rgb(112,32,235); }
H1.HeaderClassName
{
color: #7020EB;
}
.AnyTagClassName
{
color: #7020EB;
}
</style>
background-color css
<style>
a { background-color: #7020EB; }
a { background-color: rgb(112,32,235); }
div.DivClassName
{
background-color: #7020EB;
}
.BgClassName
{
background-color: #7020EB;
}
</style>
border-color css
<style>
span { border-color: #7020EB; }
span { border-color: rgb(112,32,235); }
td.TdClassName
{
border-color: #7020EB;
}
.TagClassName
{
border-color: #7020EB;
}
</style>