Shades of Blue Violet #7331F9
Tints of Blue Violet #7331F9
RGB
CMYK
RGB Variations
Color information
#7331F9 (or 0x7331F9) is known color: Blue Violet. HEX triplet: 73, 31 and F9. RGB value is (115,49,249). Sum of RGB (Red+Green+Blue) = 115+49+249=413 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.85% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 249 (97.66% from 255 or 60.29% from 413); Max value from RGB is 249 - color contains mainly: blue. Hex color #7331F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7331F9 is #8CCE06. Grayscale: #5A5A5A. Windows color (decimal): -9227783 or 16331123. OLE color: 16331123.
HSL color Cylindrical-coordinate representation of color #7331F9: hue angle of 259.8º 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 #7331F9 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 49 | 249 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.02 |
| HSL | 259.8º | 0.94% | 0.58% | - |
| HSV(B) | 259.8º | 0.8% | 0.98% | - |
| XYZ | 25.27 | 12.68 | 90.74 | - |
| YUV | 91.53 | 216.87 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 249 | 0.54 | 0.80 | 0 | 0.02 | 259.8 | 0.94 | 0.58 |
| Hex | 73 | 31 | F9 | 36 | 50 | 0 | 2 | 104 | 5E | 3A |
| Octal | 163 | 61 | 371 | 66 | 120 | 0 | 2 | 404 | 136 | 72 |
| Binary | 1110011 | 110001 | 11111001 | 110110 | 1010000 | 0 | 10 | 100000100 | 1011110 | 111010 |
Color Harmonies of #7331F9
Complementary color
Monochromatic Colors of #7331F9
Black with #7331F9
Text Example
Text Example
White with #7331F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331F9; }
p { color: rgb(115,49,249); }
H1.HeaderClassName
{
color: #7331F9;
}
.AnyTagClassName
{
color: #7331F9;
}
</style>
background-color css
<style>
a { background-color: #7331F9; }
a { background-color: rgb(115,49,249); }
div.DivClassName
{
background-color: #7331F9;
}
.BgClassName
{
background-color: #7331F9;
}
</style>
border-color css
<style>
span { border-color: #7331F9; }
span { border-color: rgb(115,49,249); }
td.TdClassName
{
border-color: #7331F9;
}
.TagClassName
{
border-color: #7331F9;
}
</style>