Html Css Color HEX #743EF9 Blue Violet

📋 copy color: '#743EF9'

red 116 ◦ green 62 ◦ blue 249

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

Shades of Blue Violet #743EF9

Tints of Blue Violet #743EF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.31%

R = 27.17%
G = 14.52%
B = 58.31%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#743EF9 (or 0x743EF9) is known color: Blue Violet. HEX triplet: 74, 3E and F9. RGB value is (116,62,249). Sum of RGB (Red+Green+Blue) = 116+62+249=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 249 (97.66% from 255 or 58.31% from 427); Max value from RGB is 249 - color contains mainly: blue. Hex color #743EF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743EF9 is #8BC106. Grayscale: #626262. Windows color (decimal): -9158919 or 16334452. OLE color: 16334452.

HSL color Cylindrical-coordinate representation of color #743EF9: hue angle of 257.33º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743EF9 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 62 249 -
CMYK 0.53 0.75 0 0.02
HSL 257.33º 0.94% 0.61% -
HSV(B) 257.33º 0.75% 0.98% -
XYZ 26.02 14 90.95 -
YUV 99.46 212.39 139.79 -
System Red Green Blue C M Y K H S L
Decimal 116 62 249 0.53 0.75 0 0.02 257.33 0.94 0.61
Hex 74 3E F9 35 4B 0 2 101 5E 3D
Octal 164 76 371 65 113 0 2 401 136 75
Binary 1110100 111110 11111001 110101 1001011 0 10 100000001 1011110 111101

Color Harmonies of #743EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EF9

Black with #743EF9

Text Example


Text Example

White with #743EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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