Shades of Blue Violet #7221EC
Tints of Blue Violet #7221EC
RGB
CMYK
RGB Variations
Color information
#7221EC (or 0x7221EC) is known color: Blue Violet. HEX triplet: 72, 21 and EC. RGB value is (114,33,236). Sum of RGB (Red+Green+Blue) = 114+33+236=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #7221EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7221EC is #8DDE13. Grayscale: #4F4F4F. Windows color (decimal): -9297428 or 15475058. OLE color: 15475058.
HSL color Cylindrical-coordinate representation of color #7221EC: hue angle of 263.94º 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 #7221EC is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 33 | 236 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.07 |
| HSL | 263.94º | 0.84% | 0.53% | - |
| HSV(B) | 263.94º | 0.86% | 0.93% | - |
| XYZ | 22.62 | 10.72 | 80.23 | - |
| YUV | 80.36 | 215.84 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 33 | 236 | 0.52 | 0.86 | 0 | 0.07 | 263.94 | 0.84 | 0.53 |
| Hex | 72 | 21 | EC | 34 | 56 | 0 | 7 | 108 | 54 | 35 |
| Octal | 162 | 41 | 354 | 64 | 126 | 0 | 7 | 410 | 124 | 65 |
| Binary | 1110010 | 100001 | 11101100 | 110100 | 1010110 | 0 | 111 | 100001000 | 1010100 | 110101 |
Color Harmonies of #7221EC
Complementary color
Monochromatic Colors of #7221EC
Black with #7221EC
Text Example
Text Example
White with #7221EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7221EC; }
p { color: rgb(114,33,236); }
H1.HeaderClassName
{
color: #7221EC;
}
.AnyTagClassName
{
color: #7221EC;
}
</style>
background-color css
<style>
a { background-color: #7221EC; }
a { background-color: rgb(114,33,236); }
div.DivClassName
{
background-color: #7221EC;
}
.BgClassName
{
background-color: #7221EC;
}
</style>
border-color css
<style>
span { border-color: #7221EC; }
span { border-color: rgb(114,33,236); }
td.TdClassName
{
border-color: #7221EC;
}
.TagClassName
{
border-color: #7221EC;
}
</style>