Shades of Blue Violet #7431EF
Tints of Blue Violet #7431EF
RGB
CMYK
RGB Variations
Color information
#7431EF (or 0x7431EF) is known color: Blue Violet. HEX triplet: 74, 31 and EF. RGB value is (116,49,239). Sum of RGB (Red+Green+Blue) = 116+49+239=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #7431EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7431EF is #8BCE10. Grayscale: #5A5A5A. Windows color (decimal): -9162257 or 15675764. OLE color: 15675764.
HSL color Cylindrical-coordinate representation of color #7431EF: hue angle of 261.16º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7431EF is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 49 | 239 | - |
| CMYK | 0.51 | 0.79 | 0 | 0.06 |
| HSL | 261.16º | 0.86% | 0.56% | - |
| HSV(B) | 261.16º | 0.79% | 0.94% | - |
| XYZ | 23.88 | 12.14 | 82.75 | - |
| YUV | 90.69 | 211.7 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 239 | 0.51 | 0.79 | 0 | 0.06 | 261.16 | 0.86 | 0.56 |
| Hex | 74 | 31 | EF | 33 | 4F | 0 | 6 | 105 | 56 | 38 |
| Octal | 164 | 61 | 357 | 63 | 117 | 0 | 6 | 405 | 126 | 70 |
| Binary | 1110100 | 110001 | 11101111 | 110011 | 1001111 | 0 | 110 | 100000101 | 1010110 | 111000 |
Color Harmonies of #7431EF
Complementary color
Monochromatic Colors of #7431EF
Black with #7431EF
Text Example
Text Example
White with #7431EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7431EF; }
p { color: rgb(116,49,239); }
H1.HeaderClassName
{
color: #7431EF;
}
.AnyTagClassName
{
color: #7431EF;
}
</style>
background-color css
<style>
a { background-color: #7431EF; }
a { background-color: rgb(116,49,239); }
div.DivClassName
{
background-color: #7431EF;
}
.BgClassName
{
background-color: #7431EF;
}
</style>
border-color css
<style>
span { border-color: #7431EF; }
span { border-color: rgb(116,49,239); }
td.TdClassName
{
border-color: #7431EF;
}
.TagClassName
{
border-color: #7431EF;
}
</style>