Html Css Color HEX #743EFA Blue Violet

📋 copy color: '#743EFA'

red 116 ◦ green 62 ◦ blue 250

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

Shades of Blue Violet #743EFA

Tints of Blue Violet #743EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.41%

R = 27.1%
G = 14.49%
B = 58.41%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#743EFA (or 0x743EFA) is known color: Blue Violet. HEX triplet: 74, 3E and FA. RGB value is (116,62,250). Sum of RGB (Red+Green+Blue) = 116+62+250=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 62 (24.61% from 255 or 14.49% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #743EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743EFA is #8BC105. Grayscale: #626262. Windows color (decimal): -9158918 or 16399988. OLE color: 16399988.

HSL color Cylindrical-coordinate representation of color #743EFA: hue angle of 257.23º degrees, saturation: 0.95, 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 #743EFA is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 62 250 -
CMYK 0.54 0.75 0 0.02
HSL 257.23º 0.95% 0.61% -
HSV(B) 257.23º 0.75% 0.98% -
XYZ 26.18 14.06 91.78 -
YUV 99.58 212.89 139.71 -
System Red Green Blue C M Y K H S L
Decimal 116 62 250 0.54 0.75 0 0.02 257.23 0.95 0.61
Hex 74 3E FA 36 4B 0 2 101 5F 3D
Octal 164 76 372 66 113 0 2 401 137 75
Binary 1110100 111110 11111010 110110 1001011 0 10 100000001 1011111 111101

Color Harmonies of #743EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EFA

Black with #743EFA

Text Example


Text Example

White with #743EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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