Shades of Blue Violet #7440EA
Tints of Blue Violet #7440EA
RGB
CMYK
RGB Variations
Color information
#7440EA (or 0x7440EA) is known color: Blue Violet. HEX triplet: 74, 40 and EA. RGB value is (116,64,234). Sum of RGB (Red+Green+Blue) = 116+64+234=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #7440EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440EA is #8BBF15. Grayscale: #626262. Windows color (decimal): -9158422 or 15351924. OLE color: 15351924.
HSL color Cylindrical-coordinate representation of color #7440EA: hue angle of 258.35º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7440EA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 64 | 234 | - |
| CMYK | 0.50 | 0.73 | 0 | 0.08 |
| HSL | 258.35º | 0.8% | 0.58% | - |
| HSV(B) | 258.35º | 0.73% | 0.92% | - |
| XYZ | 23.89 | 13.32 | 79.15 | - |
| YUV | 98.93 | 204.23 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 234 | 0.50 | 0.73 | 0 | 0.08 | 258.35 | 0.8 | 0.58 |
| Hex | 74 | 40 | EA | 32 | 49 | 0 | 8 | 102 | 50 | 3A |
| Octal | 164 | 100 | 352 | 62 | 111 | 0 | 10 | 402 | 120 | 72 |
| Binary | 1110100 | 1000000 | 11101010 | 110010 | 1001001 | 0 | 1000 | 100000010 | 1010000 | 111010 |
Color Harmonies of #7440EA
Complementary color
Monochromatic Colors of #7440EA
Black with #7440EA
Text Example
Text Example
White with #7440EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440EA; }
p { color: rgb(116,64,234); }
H1.HeaderClassName
{
color: #7440EA;
}
.AnyTagClassName
{
color: #7440EA;
}
</style>
background-color css
<style>
a { background-color: #7440EA; }
a { background-color: rgb(116,64,234); }
div.DivClassName
{
background-color: #7440EA;
}
.BgClassName
{
background-color: #7440EA;
}
</style>
border-color css
<style>
span { border-color: #7440EA; }
span { border-color: rgb(116,64,234); }
td.TdClassName
{
border-color: #7440EA;
}
.TagClassName
{
border-color: #7440EA;
}
</style>