Html Css Color HEX #743EE0 Blue Violet

📋 copy color: '#743EE0'

red 116 ◦ green 62 ◦ blue 224

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

Shades of Blue Violet #743EE0

Tints of Blue Violet #743EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.42%

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 28.86%
G = 15.42%
B = 55.72%

CMYK

 C value IS 0.48

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#743EE0 (or 0x743EE0) is known color: Blue Violet. HEX triplet: 74, 3E and E0. RGB value is (116,62,224). Sum of RGB (Red+Green+Blue) = 116+62+224=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #743EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743EE0 is #8BC11F. Grayscale: #606060. Windows color (decimal): -9158944 or 14696052. OLE color: 14696052.

HSL color Cylindrical-coordinate representation of color #743EE0: hue angle of 260º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743EE0 is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 116 62 224 -
CMYK 0.48 0.72 0 0.12
HSL 260º 0.72% 0.56% -
HSV(B) 260º 0.72% 0.88% -
XYZ 22.38 12.54 71.76 -
YUV 96.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 116 62 224 0.48 0.72 0 0.12 260 0.72 0.56
Hex 74 3E E0 30 48 0 C 104 48 38
Octal 164 76 340 60 110 0 14 404 110 70
Binary 1110100 111110 11100000 110000 1001000 0 1100 100000100 1001000 111000

Color Harmonies of #743EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EE0

Black with #743EE0

Text Example


Text Example

White with #743EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,62,224); }

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

background-color css

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

 a { background-color: rgb(116,62,224); }

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

border-color css

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

 span { border-color: rgb(116,62,224); }

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