Shades of Blue Violet #7431F9
Tints of Blue Violet #7431F9
RGB
CMYK
RGB Variations
Color information
#7431F9 (or 0x7431F9) is known color: Blue Violet. HEX triplet: 74, 31 and F9. RGB value is (116,49,249). Sum of RGB (Red+Green+Blue) = 116+49+249=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #7431F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7431F9 is #8BCE06. Grayscale: #5B5B5B. Windows color (decimal): -9162247 or 16331124. OLE color: 16331124.
HSL color Cylindrical-coordinate representation of color #7431F9: hue angle of 260.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7431F9 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 49 | 249 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.02 |
| HSL | 260.1º | 0.94% | 0.58% | - |
| HSV(B) | 260.1º | 0.8% | 0.98% | - |
| XYZ | 25.4 | 12.75 | 90.74 | - |
| YUV | 91.83 | 216.7 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 249 | 0.53 | 0.80 | 0 | 0.02 | 260.1 | 0.94 | 0.58 |
| Hex | 74 | 31 | F9 | 35 | 50 | 0 | 2 | 104 | 5E | 3A |
| Octal | 164 | 61 | 371 | 65 | 120 | 0 | 2 | 404 | 136 | 72 |
| Binary | 1110100 | 110001 | 11111001 | 110101 | 1010000 | 0 | 10 | 100000100 | 1011110 | 111010 |
Color Harmonies of #7431F9
Complementary color
Monochromatic Colors of #7431F9
Black with #7431F9
Text Example
Text Example
White with #7431F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7431F9; }
p { color: rgb(116,49,249); }
H1.HeaderClassName
{
color: #7431F9;
}
.AnyTagClassName
{
color: #7431F9;
}
</style>
background-color css
<style>
a { background-color: #7431F9; }
a { background-color: rgb(116,49,249); }
div.DivClassName
{
background-color: #7431F9;
}
.BgClassName
{
background-color: #7431F9;
}
</style>
border-color css
<style>
span { border-color: #7431F9; }
span { border-color: rgb(116,49,249); }
td.TdClassName
{
border-color: #7431F9;
}
.TagClassName
{
border-color: #7431F9;
}
</style>