Html Css Color HEX #743EF0 Blue Violet

📋 copy color: '#743EF0'

red 116 ◦ green 62 ◦ blue 240

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

Shades of Blue Violet #743EF0

Tints of Blue Violet #743EF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.42%

R = 27.75%
G = 14.83%
B = 57.42%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#743EF0 (or 0x743EF0) is known color: Blue Violet. HEX triplet: 74, 3E and F0. RGB value is (116,62,240). Sum of RGB (Red+Green+Blue) = 116+62+240=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #743EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743EF0 is #8BC10F. Grayscale: #616161. Windows color (decimal): -9158928 or 15744628. OLE color: 15744628.

HSL color Cylindrical-coordinate representation of color #743EF0: hue angle of 258.2º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #743EF0 is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 62 240 -
CMYK 0.52 0.74 0 0.06
HSL 258.2º 0.86% 0.59% -
HSV(B) 258.2º 0.74% 0.94% -
XYZ 24.65 13.45 83.73 -
YUV 98.44 207.89 140.53 -
System Red Green Blue C M Y K H S L
Decimal 116 62 240 0.52 0.74 0 0.06 258.2 0.86 0.59
Hex 74 3E F0 34 4A 0 6 102 56 3B
Octal 164 76 360 64 112 0 6 402 126 73
Binary 1110100 111110 11110000 110100 1001010 0 110 100000010 1010110 111011

Color Harmonies of #743EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EF0

Black with #743EF0

Text Example


Text Example

White with #743EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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