Shades of Blue Violet #7431EC
Tints of Blue Violet #7431EC
RGB
CMYK
RGB Variations
Color information
#7431EC (or 0x7431EC) is known color: Blue Violet. HEX triplet: 74, 31 and EC. RGB value is (116,49,236). Sum of RGB (Red+Green+Blue) = 116+49+236=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 49 (19.53% from 255 or 12.22% from 401); Blue value is 236 (92.58% from 255 or 58.85% from 401); Max value from RGB is 236 - color contains mainly: blue. Hex color #7431EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7431EC is #8BCE13. Grayscale: #595959. Windows color (decimal): -9162260 or 15479156. OLE color: 15479156.
HSL color Cylindrical-coordinate representation of color #7431EC: hue angle of 261.5º 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 #7431EC is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 49 | 236 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.07 |
| HSL | 261.5º | 0.83% | 0.56% | - |
| HSV(B) | 261.5º | 0.79% | 0.93% | - |
| XYZ | 23.44 | 11.97 | 80.43 | - |
| YUV | 90.35 | 210.2 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 236 | 0.51 | 0.79 | 0 | 0.07 | 261.5 | 0.83 | 0.56 |
| Hex | 74 | 31 | EC | 33 | 4F | 0 | 7 | 105 | 53 | 38 |
| Octal | 164 | 61 | 354 | 63 | 117 | 0 | 7 | 405 | 123 | 70 |
| Binary | 1110100 | 110001 | 11101100 | 110011 | 1001111 | 0 | 111 | 100000101 | 1010011 | 111000 |
Color Harmonies of #7431EC
Complementary color
Monochromatic Colors of #7431EC
Black with #7431EC
Text Example
Text Example
White with #7431EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7431EC; }
p { color: rgb(116,49,236); }
H1.HeaderClassName
{
color: #7431EC;
}
.AnyTagClassName
{
color: #7431EC;
}
</style>
background-color css
<style>
a { background-color: #7431EC; }
a { background-color: rgb(116,49,236); }
div.DivClassName
{
background-color: #7431EC;
}
.BgClassName
{
background-color: #7431EC;
}
</style>
border-color css
<style>
span { border-color: #7431EC; }
span { border-color: rgb(116,49,236); }
td.TdClassName
{
border-color: #7431EC;
}
.TagClassName
{
border-color: #7431EC;
}
</style>