Shades of Blue Violet #7340EF
Tints of Blue Violet #7340EF
RGB
CMYK
RGB Variations
Color information
#7340EF (or 0x7340EF) is known color: Blue Violet. HEX triplet: 73, 40 and EF. RGB value is (115,64,239). Sum of RGB (Red+Green+Blue) = 115+64+239=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 64 (25.39% from 255 or 15.31% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #7340EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7340EF is #8CBF10. Grayscale: #626262. Windows color (decimal): -9223953 or 15679603. OLE color: 15679603.
HSL color Cylindrical-coordinate representation of color #7340EF: hue angle of 257.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7340EF is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 64 | 239 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.06 |
| HSL | 257.49º | 0.85% | 0.59% | - |
| HSV(B) | 257.49º | 0.73% | 0.94% | - |
| XYZ | 24.48 | 13.54 | 82.99 | - |
| YUV | 99.2 | 206.9 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 64 | 239 | 0.52 | 0.73 | 0 | 0.06 | 257.49 | 0.85 | 0.59 |
| Hex | 73 | 40 | EF | 34 | 49 | 0 | 6 | 101 | 55 | 3B |
| Octal | 163 | 100 | 357 | 64 | 111 | 0 | 6 | 401 | 125 | 73 |
| Binary | 1110011 | 1000000 | 11101111 | 110100 | 1001001 | 0 | 110 | 100000001 | 1010101 | 111011 |
Color Harmonies of #7340EF
Complementary color
Monochromatic Colors of #7340EF
Black with #7340EF
Text Example
Text Example
White with #7340EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7340EF; }
p { color: rgb(115,64,239); }
H1.HeaderClassName
{
color: #7340EF;
}
.AnyTagClassName
{
color: #7340EF;
}
</style>
background-color css
<style>
a { background-color: #7340EF; }
a { background-color: rgb(115,64,239); }
div.DivClassName
{
background-color: #7340EF;
}
.BgClassName
{
background-color: #7340EF;
}
</style>
border-color css
<style>
span { border-color: #7340EF; }
span { border-color: rgb(115,64,239); }
td.TdClassName
{
border-color: #7340EF;
}
.TagClassName
{
border-color: #7340EF;
}
</style>