Html Css Color HEX #743FEC Blue Violet

📋 copy color: '#743FEC'

red 116 ◦ green 63 ◦ blue 236

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

Shades of Blue Violet #743FEC

Tints of Blue Violet #743FEC

RGB

 RED value IS 116 (45.7% from 255) = 27.95%

 GREEN value IS 63 (25% from 255) = 15.18%

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

R = 27.95%
G = 15.18%
B = 56.87%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#743FEC (or 0x743FEC) is known color: Blue Violet. HEX triplet: 74, 3F and EC. RGB value is (116,63,236). Sum of RGB (Red+Green+Blue) = 116+63+236=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #743FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FEC is #8BC013. Grayscale: #616161. Windows color (decimal): -9158676 or 15482740. OLE color: 15482740.

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

Color convert

RGB 116 63 236 -
CMYK 0.51 0.73 0 0.07
HSL 258.38º 0.82% 0.59% -
HSV(B) 258.38º 0.73% 0.93% -
XYZ 24.12 13.32 80.66 -
YUV 98.57 205.56 140.43 -
System Red Green Blue C M Y K H S L
Decimal 116 63 236 0.51 0.73 0 0.07 258.38 0.82 0.59
Hex 74 3F EC 33 49 0 7 102 52 3B
Octal 164 77 354 63 111 0 7 402 122 73
Binary 1110100 111111 11101100 110011 1001001 0 111 100000010 1010010 111011

Color Harmonies of #743FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FEC

Black with #743FEC

Text Example


Text Example

White with #743FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743FEC; }

 p { color: rgb(116,63,236); }

 H1.HeaderClassName
 {
   color: #743FEC;
 }
 .AnyTagClassName
 {
   color: #743FEC;
 }
</style>

background-color css

<style>
 a { background-color: #743FEC; }

 a { background-color: rgb(116,63,236); }

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

border-color css

<style>
 span { border-color: #743FEC; }

 span { border-color: rgb(116,63,236); }

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