Html Css Color HEX #743FE5 Blue Violet

📋 copy color: '#743FE5'

red 116 ◦ green 63 ◦ blue 229

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

Shades of Blue Violet #743FE5

Tints of Blue Violet #743FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 56.13%

R = 28.43%
G = 15.44%
B = 56.13%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#743FE5 (or 0x743FE5) is known color: Blue Violet. HEX triplet: 74, 3F and E5. RGB value is (116,63,229). Sum of RGB (Red+Green+Blue) = 116+63+229=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 63 (25% from 255 or 15.44% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #743FE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #743FE5 is #8BC01A. Grayscale: #616161. Windows color (decimal): -9158683 or 15023988. OLE color: 15023988.

HSL color Cylindrical-coordinate representation of color #743FE5: hue angle of 259.16º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743FE5 is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 63 229 -
CMYK 0.49 0.72 0 0.10
HSL 259.16º 0.76% 0.57% -
HSV(B) 259.16º 0.72% 0.9% -
XYZ 23.12 12.93 75.4 -
YUV 97.77 202.06 141 -
System Red Green Blue C M Y K H S L
Decimal 116 63 229 0.49 0.72 0 0.10 259.16 0.76 0.57
Hex 74 3F E5 31 48 0 A 103 4C 39
Octal 164 77 345 61 110 0 12 403 114 71
Binary 1110100 111111 11100101 110001 1001000 0 1010 100000011 1001100 111001

Color Harmonies of #743FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FE5

Black with #743FE5

Text Example


Text Example

White with #743FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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