Shades of Blue Violet #7227EC
Tints of Blue Violet #7227EC
RGB
CMYK
RGB Variations
Color information
#7227EC (or 0x7227EC) is known color: Blue Violet. HEX triplet: 72, 27 and EC. RGB value is (114,39,236). Sum of RGB (Red+Green+Blue) = 114+39+236=389 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.31% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #7227EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7227EC is #8DD813. Grayscale: #535353. Windows color (decimal): -9295892 or 15476594. OLE color: 15476594.
HSL color Cylindrical-coordinate representation of color #7227EC: hue angle of 262.84º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7227EC is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 39 | 236 | - |
| CMYK | 0.52 | 0.83 | 0 | 0.07 |
| HSL | 262.84º | 0.84% | 0.54% | - |
| HSV(B) | 262.84º | 0.83% | 0.93% | - |
| XYZ | 22.81 | 11.08 | 80.29 | - |
| YUV | 83.88 | 213.85 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 39 | 236 | 0.52 | 0.83 | 0 | 0.07 | 262.84 | 0.84 | 0.54 |
| Hex | 72 | 27 | EC | 34 | 53 | 0 | 7 | 107 | 54 | 36 |
| Octal | 162 | 47 | 354 | 64 | 123 | 0 | 7 | 407 | 124 | 66 |
| Binary | 1110010 | 100111 | 11101100 | 110100 | 1010011 | 0 | 111 | 100000111 | 1010100 | 110110 |
Color Harmonies of #7227EC
Complementary color
Monochromatic Colors of #7227EC
Black with #7227EC
Text Example
Text Example
White with #7227EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7227EC; }
p { color: rgb(114,39,236); }
H1.HeaderClassName
{
color: #7227EC;
}
.AnyTagClassName
{
color: #7227EC;
}
</style>
background-color css
<style>
a { background-color: #7227EC; }
a { background-color: rgb(114,39,236); }
div.DivClassName
{
background-color: #7227EC;
}
.BgClassName
{
background-color: #7227EC;
}
</style>
border-color css
<style>
span { border-color: #7227EC; }
span { border-color: rgb(114,39,236); }
td.TdClassName
{
border-color: #7227EC;
}
.TagClassName
{
border-color: #7227EC;
}
</style>