Html Css Color HEX #743FEB Blue Violet

📋 copy color: '#743FEB'

red 116 ◦ green 63 ◦ blue 235

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

Shades of Blue Violet #743FEB

Tints of Blue Violet #743FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 28.02%
G = 15.22%
B = 56.76%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#743FEB (or 0x743FEB) is known color: Blue Violet. HEX triplet: 74, 3F and EB. RGB value is (116,63,235). Sum of RGB (Red+Green+Blue) = 116+63+235=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #743FEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743FEB is #8BC014. Grayscale: #616161. Windows color (decimal): -9158677 or 15417204. OLE color: 15417204.

HSL color Cylindrical-coordinate representation of color #743FEB: hue angle of 258.49º degrees, saturation: 0.81, 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 #743FEB is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 63 235 -
CMYK 0.51 0.73 0 0.08
HSL 258.49º 0.81% 0.58% -
HSV(B) 258.49º 0.73% 0.92% -
XYZ 23.98 13.27 79.89 -
YUV 98.46 205.06 140.51 -
System Red Green Blue C M Y K H S L
Decimal 116 63 235 0.51 0.73 0 0.08 258.49 0.81 0.58
Hex 74 3F EB 33 49 0 8 102 51 3A
Octal 164 77 353 63 111 0 10 402 121 72
Binary 1110100 111111 11101011 110011 1001001 0 1000 100000010 1010001 111010

Color Harmonies of #743FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743FEB

Black with #743FEB

Text Example


Text Example

White with #743FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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