Shades of Blue Violet #7331EC
Tints of Blue Violet #7331EC
RGB
CMYK
RGB Variations
Color information
#7331EC (or 0x7331EC) is known color: Blue Violet. HEX triplet: 73, 31 and EC. RGB value is (115,49,236). Sum of RGB (Red+Green+Blue) = 115+49+236=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #7331EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7331EC is #8CCE13. Grayscale: #595959. Windows color (decimal): -9227796 or 15479155. OLE color: 15479155.
HSL color Cylindrical-coordinate representation of color #7331EC: hue angle of 261.18º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7331EC is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 49 | 236 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.07 |
| HSL | 261.18º | 0.83% | 0.56% | - |
| HSV(B) | 261.18º | 0.79% | 0.93% | - |
| XYZ | 23.31 | 11.9 | 80.42 | - |
| YUV | 90.05 | 210.37 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 236 | 0.51 | 0.79 | 0 | 0.07 | 261.18 | 0.83 | 0.56 |
| Hex | 73 | 31 | EC | 33 | 4F | 0 | 7 | 105 | 53 | 38 |
| Octal | 163 | 61 | 354 | 63 | 117 | 0 | 7 | 405 | 123 | 70 |
| Binary | 1110011 | 110001 | 11101100 | 110011 | 1001111 | 0 | 111 | 100000101 | 1010011 | 111000 |
Color Harmonies of #7331EC
Complementary color
Monochromatic Colors of #7331EC
Black with #7331EC
Text Example
Text Example
White with #7331EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331EC; }
p { color: rgb(115,49,236); }
H1.HeaderClassName
{
color: #7331EC;
}
.AnyTagClassName
{
color: #7331EC;
}
</style>
background-color css
<style>
a { background-color: #7331EC; }
a { background-color: rgb(115,49,236); }
div.DivClassName
{
background-color: #7331EC;
}
.BgClassName
{
background-color: #7331EC;
}
</style>
border-color css
<style>
span { border-color: #7331EC; }
span { border-color: rgb(115,49,236); }
td.TdClassName
{
border-color: #7331EC;
}
.TagClassName
{
border-color: #7331EC;
}
</style>