Shades of Blue Violet #7341EF
Tints of Blue Violet #7341EF
RGB
CMYK
RGB Variations
Color information
#7341EF (or 0x7341EF) is known color: Blue Violet. HEX triplet: 73, 41 and EF. RGB value is (115,65,239). Sum of RGB (Red+Green+Blue) = 115+65+239=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #7341EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7341EF is #8CBE10. Grayscale: #636363. Windows color (decimal): -9223697 or 15679859. OLE color: 15679859.
HSL color Cylindrical-coordinate representation of color #7341EF: hue angle of 257.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7341EF is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 65 | 239 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.06 |
| HSL | 257.24º | 0.84% | 0.6% | - |
| HSV(B) | 257.24º | 0.73% | 0.94% | - |
| XYZ | 24.54 | 13.66 | 83 | - |
| YUV | 99.79 | 206.57 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 65 | 239 | 0.52 | 0.73 | 0 | 0.06 | 257.24 | 0.84 | 0.6 |
| Hex | 73 | 41 | EF | 34 | 49 | 0 | 6 | 101 | 54 | 3C |
| Octal | 163 | 101 | 357 | 64 | 111 | 0 | 6 | 401 | 124 | 74 |
| Binary | 1110011 | 1000001 | 11101111 | 110100 | 1001001 | 0 | 110 | 100000001 | 1010100 | 111100 |
Color Harmonies of #7341EF
Complementary color
Monochromatic Colors of #7341EF
Black with #7341EF
Text Example
Text Example
White with #7341EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7341EF; }
p { color: rgb(115,65,239); }
H1.HeaderClassName
{
color: #7341EF;
}
.AnyTagClassName
{
color: #7341EF;
}
</style>
background-color css
<style>
a { background-color: #7341EF; }
a { background-color: rgb(115,65,239); }
div.DivClassName
{
background-color: #7341EF;
}
.BgClassName
{
background-color: #7341EF;
}
</style>
border-color css
<style>
span { border-color: #7341EF; }
span { border-color: rgb(115,65,239); }
td.TdClassName
{
border-color: #7341EF;
}
.TagClassName
{
border-color: #7341EF;
}
</style>