Shades of Blue Violet #7220EC
Tints of Blue Violet #7220EC
RGB
CMYK
RGB Variations
Color information
#7220EC (or 0x7220EC) is known color: Blue Violet. HEX triplet: 72, 20 and EC. RGB value is (114,32,236). Sum of RGB (Red+Green+Blue) = 114+32+236=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #7220EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7220EC is #8DDF13. Grayscale: #4F4F4F. Windows color (decimal): -9297684 or 15474802. OLE color: 15474802.
HSL color Cylindrical-coordinate representation of color #7220EC: hue angle of 264.12º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7220EC is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 32 | 236 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.07 |
| HSL | 264.12º | 0.84% | 0.53% | - |
| HSV(B) | 264.12º | 0.86% | 0.93% | - |
| XYZ | 22.6 | 10.67 | 80.22 | - |
| YUV | 79.77 | 216.17 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 32 | 236 | 0.52 | 0.86 | 0 | 0.07 | 264.12 | 0.84 | 0.53 |
| Hex | 72 | 20 | EC | 34 | 56 | 0 | 7 | 108 | 54 | 35 |
| Octal | 162 | 40 | 354 | 64 | 126 | 0 | 7 | 410 | 124 | 65 |
| Binary | 1110010 | 100000 | 11101100 | 110100 | 1010110 | 0 | 111 | 100001000 | 1010100 | 110101 |
Color Harmonies of #7220EC
Complementary color
Monochromatic Colors of #7220EC
Black with #7220EC
Text Example
Text Example
White with #7220EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7220EC; }
p { color: rgb(114,32,236); }
H1.HeaderClassName
{
color: #7220EC;
}
.AnyTagClassName
{
color: #7220EC;
}
</style>
background-color css
<style>
a { background-color: #7220EC; }
a { background-color: rgb(114,32,236); }
div.DivClassName
{
background-color: #7220EC;
}
.BgClassName
{
background-color: #7220EC;
}
</style>
border-color css
<style>
span { border-color: #7220EC; }
span { border-color: rgb(114,32,236); }
td.TdClassName
{
border-color: #7220EC;
}
.TagClassName
{
border-color: #7220EC;
}
</style>