Html Css Color HEX #7342EC Blue Violet

📋 copy color: '#7342EC'

red 115 ◦ green 66 ◦ blue 236

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

Shades of Blue Violet #7342EC

Tints of Blue Violet #7342EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 27.58%
G = 15.83%
B = 56.59%

CMYK

 C value IS 0.51

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7342EC (or 0x7342EC) is known color: Blue Violet. HEX triplet: 73, 42 and EC. RGB value is (115,66,236). Sum of RGB (Red+Green+Blue) = 115+66+236=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #7342EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7342EC is #8CBD13. Grayscale: #636363. Windows color (decimal): -9223444 or 15483507. OLE color: 15483507.

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

Color convert

RGB 115 66 236 -
CMYK 0.51 0.72 0 0.07
HSL 257.29º 0.82% 0.59% -
HSV(B) 257.29º 0.72% 0.93% -
XYZ 24.16 13.6 80.71 -
YUV 100.03 204.73 138.68 -
System Red Green Blue C M Y K H S L
Decimal 115 66 236 0.51 0.72 0 0.07 257.29 0.82 0.59
Hex 73 42 EC 33 48 0 7 101 52 3B
Octal 163 102 354 63 110 0 7 401 122 73
Binary 1110011 1000010 11101100 110011 1001000 0 111 100000001 1010010 111011

Color Harmonies of #7342EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7342EC

Black with #7342EC

Text Example


Text Example

White with #7342EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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