Html Css Color HEX #7342EB Blue Violet

📋 copy color: '#7342EB'

red 115 ◦ green 66 ◦ blue 235

#7342EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #7342EB

Tints of Blue Violet #7342EB

RGB

 RED value IS 115 (45.31% from 255) = 27.64%

 GREEN value IS 66 (26.17% from 255) = 15.87%

 BLUE value IS 235 (92.19% from 255) = 56.49%

R = 27.64%
G = 15.87%
B = 56.49%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7342EB (or 0x7342EB) is known color: Blue Violet. HEX triplet: 73, 42 and EB. RGB value is (115,66,235). Sum of RGB (Red+Green+Blue) = 115+66+235=416 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.64% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #7342EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7342EB is #8CBD14. Grayscale: #636363. Windows color (decimal): -9223445 or 15417971. OLE color: 15417971.

HSL color Cylindrical-coordinate representation of color #7342EB: hue angle of 257.4º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7342EB is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 66 235 -
CMYK 0.51 0.72 0 0.08
HSL 257.4º 0.81% 0.59% -
HSV(B) 257.4º 0.72% 0.92% -
XYZ 24.01 13.54 79.94 -
YUV 99.92 204.23 138.76 -
System Red Green Blue C M Y K H S L
Decimal 115 66 235 0.51 0.72 0 0.08 257.4 0.81 0.59
Hex 73 42 EB 33 48 0 8 101 51 3B
Octal 163 102 353 63 110 0 10 401 121 73
Binary 1110011 1000010 11101011 110011 1001000 0 1000 100000001 1010001 111011

Color Harmonies of #7342EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7342EB

Black with #7342EB

Text Example


Text Example

White with #7342EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7342EB; }

 p { color: rgb(115,66,235); }

 H1.HeaderClassName
 {
   color: #7342EB;
 }
 .AnyTagClassName
 {
   color: #7342EB;
 }
</style>

background-color css

<style>
 a { background-color: #7342EB; }

 a { background-color: rgb(115,66,235); }

 div.DivClassName
 {
   background-color: #7342EB;
 }
 .BgClassName
 {
   background-color: #7342EB;
 }
</style>

border-color css

<style>
 span { border-color: #7342EB; }

 span { border-color: rgb(115,66,235); }

 td.TdClassName
 {
   border-color: #7342EB;
 }
 .TagClassName
 {
   border-color: #7342EB;
 }
</style>