Shades of Blue Violet #7342EF
Tints of Blue Violet #7342EF
RGB
CMYK
RGB Variations
Color information
#7342EF (or 0x7342EF) is known color: Blue Violet. HEX triplet: 73, 42 and EF. RGB value is (115,66,239). Sum of RGB (Red+Green+Blue) = 115+66+239=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 66 (26.17% from 255 or 15.71% from 420); Blue value is 239 (93.75% from 255 or 56.90% from 420); Max value from RGB is 239 - color contains mainly: blue. Hex color #7342EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7342EF is #8CBD10. Grayscale: #636363. Windows color (decimal): -9223441 or 15680115. OLE color: 15680115.
HSL color Cylindrical-coordinate representation of color #7342EF: hue angle of 256.99º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7342EF is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 66 | 239 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.06 |
| HSL | 256.99º | 0.84% | 0.6% | - |
| HSV(B) | 256.99º | 0.72% | 0.94% | - |
| XYZ | 24.6 | 13.77 | 83.02 | - |
| YUV | 100.37 | 206.23 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 66 | 239 | 0.52 | 0.72 | 0 | 0.06 | 256.99 | 0.84 | 0.6 |
| Hex | 73 | 42 | EF | 34 | 48 | 0 | 6 | 101 | 54 | 3C |
| Octal | 163 | 102 | 357 | 64 | 110 | 0 | 6 | 401 | 124 | 74 |
| Binary | 1110011 | 1000010 | 11101111 | 110100 | 1001000 | 0 | 110 | 100000001 | 1010100 | 111100 |
Color Harmonies of #7342EF
Complementary color
Monochromatic Colors of #7342EF
Black with #7342EF
Text Example
Text Example
White with #7342EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7342EF; }
p { color: rgb(115,66,239); }
H1.HeaderClassName
{
color: #7342EF;
}
.AnyTagClassName
{
color: #7342EF;
}
</style>
background-color css
<style>
a { background-color: #7342EF; }
a { background-color: rgb(115,66,239); }
div.DivClassName
{
background-color: #7342EF;
}
.BgClassName
{
background-color: #7342EF;
}
</style>
border-color css
<style>
span { border-color: #7342EF; }
span { border-color: rgb(115,66,239); }
td.TdClassName
{
border-color: #7342EF;
}
.TagClassName
{
border-color: #7342EF;
}
</style>