Shades of Blue Violet #7224EC
Tints of Blue Violet #7224EC
RGB
CMYK
RGB Variations
Color information
#7224EC (or 0x7224EC) is known color: Blue Violet. HEX triplet: 72, 24 and EC. RGB value is (114,36,236). Sum of RGB (Red+Green+Blue) = 114+36+236=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 236 (92.58% from 255 or 61.14% from 386); Max value from RGB is 236 - color contains mainly: blue. Hex color #7224EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7224EC is #8DDB13. Grayscale: #515151. Windows color (decimal): -9296660 or 15475826. OLE color: 15475826.
HSL color Cylindrical-coordinate representation of color #7224EC: hue angle of 263.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7224EC is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 36 | 236 | - |
| CMYK | 0.52 | 0.85 | 0 | 0.07 |
| HSL | 263.4º | 0.84% | 0.53% | - |
| HSV(B) | 263.4º | 0.85% | 0.93% | - |
| XYZ | 22.71 | 10.9 | 80.26 | - |
| YUV | 82.12 | 214.84 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 36 | 236 | 0.52 | 0.85 | 0 | 0.07 | 263.4 | 0.84 | 0.53 |
| Hex | 72 | 24 | EC | 34 | 55 | 0 | 7 | 107 | 54 | 35 |
| Octal | 162 | 44 | 354 | 64 | 125 | 0 | 7 | 407 | 124 | 65 |
| Binary | 1110010 | 100100 | 11101100 | 110100 | 1010101 | 0 | 111 | 100000111 | 1010100 | 110101 |
Color Harmonies of #7224EC
Complementary color
Monochromatic Colors of #7224EC
Black with #7224EC
Text Example
Text Example
White with #7224EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7224EC; }
p { color: rgb(114,36,236); }
H1.HeaderClassName
{
color: #7224EC;
}
.AnyTagClassName
{
color: #7224EC;
}
</style>
background-color css
<style>
a { background-color: #7224EC; }
a { background-color: rgb(114,36,236); }
div.DivClassName
{
background-color: #7224EC;
}
.BgClassName
{
background-color: #7224EC;
}
</style>
border-color css
<style>
span { border-color: #7224EC; }
span { border-color: rgb(114,36,236); }
td.TdClassName
{
border-color: #7224EC;
}
.TagClassName
{
border-color: #7224EC;
}
</style>