Shades of Blue Violet #7440F9
Tints of Blue Violet #7440F9
RGB
CMYK
RGB Variations
Color information
#7440F9 (or 0x7440F9) is known color: Blue Violet. HEX triplet: 74, 40 and F9. RGB value is (116,64,249). Sum of RGB (Red+Green+Blue) = 116+64+249=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 64 (25.39% from 255 or 14.92% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #7440F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440F9 is #8BBF06. Grayscale: #636363. Windows color (decimal): -9158407 or 16334964. OLE color: 16334964.
HSL color Cylindrical-coordinate representation of color #7440F9: hue angle of 256.86º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7440F9 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 64 | 249 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.02 |
| HSL | 256.86º | 0.94% | 0.61% | - |
| HSV(B) | 256.86º | 0.74% | 0.98% | - |
| XYZ | 26.13 | 14.22 | 90.99 | - |
| YUV | 100.64 | 211.73 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 249 | 0.53 | 0.74 | 0 | 0.02 | 256.86 | 0.94 | 0.61 |
| Hex | 74 | 40 | F9 | 35 | 4A | 0 | 2 | 101 | 5E | 3D |
| Octal | 164 | 100 | 371 | 65 | 112 | 0 | 2 | 401 | 136 | 75 |
| Binary | 1110100 | 1000000 | 11111001 | 110101 | 1001010 | 0 | 10 | 100000001 | 1011110 | 111101 |
Color Harmonies of #7440F9
Complementary color
Monochromatic Colors of #7440F9
Black with #7440F9
Text Example
Text Example
White with #7440F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440F9; }
p { color: rgb(116,64,249); }
H1.HeaderClassName
{
color: #7440F9;
}
.AnyTagClassName
{
color: #7440F9;
}
</style>
background-color css
<style>
a { background-color: #7440F9; }
a { background-color: rgb(116,64,249); }
div.DivClassName
{
background-color: #7440F9;
}
.BgClassName
{
background-color: #7440F9;
}
</style>
border-color css
<style>
span { border-color: #7440F9; }
span { border-color: rgb(116,64,249); }
td.TdClassName
{
border-color: #7440F9;
}
.TagClassName
{
border-color: #7440F9;
}
</style>