Html Css Color HEX #743FEA Blue Violet

📋 copy color: '#743FEA'

red 116 ◦ green 63 ◦ blue 234

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

Shades of Blue Violet #743FEA

Tints of Blue Violet #743FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 28.09%
G = 15.25%
B = 56.66%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#743FEA (or 0x743FEA) is known color: Blue Violet. HEX triplet: 74, 3F and EA. RGB value is (116,63,234). Sum of RGB (Red+Green+Blue) = 116+63+234=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #743FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FEA is #8BC015. Grayscale: #616161. Windows color (decimal): -9158678 or 15351668. OLE color: 15351668.

HSL color Cylindrical-coordinate representation of color #743FEA: hue angle of 258.6º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743FEA is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 63 234 -
CMYK 0.50 0.73 0 0.08
HSL 258.6º 0.8% 0.58% -
HSV(B) 258.6º 0.73% 0.92% -
XYZ 23.83 13.21 79.14 -
YUV 98.34 204.56 140.6 -
System Red Green Blue C M Y K H S L
Decimal 116 63 234 0.50 0.73 0 0.08 258.6 0.8 0.58
Hex 74 3F EA 32 49 0 8 103 50 3A
Octal 164 77 352 62 111 0 10 403 120 72
Binary 1110100 111111 11101010 110010 1001001 0 1000 100000011 1010000 111010

Color Harmonies of #743FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FEA

Black with #743FEA

Text Example


Text Example

White with #743FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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