Html Css Color HEX #743EEB Blue Violet

📋 copy color: '#743EEB'

red 116 ◦ green 62 ◦ blue 235

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

Shades of Blue Violet #743EEB

Tints of Blue Violet #743EEB

RGB

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

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

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

R = 28.09%
G = 15.01%
B = 56.9%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#743EEB (or 0x743EEB) is known color: Blue Violet. HEX triplet: 74, 3E and EB. RGB value is (116,62,235). Sum of RGB (Red+Green+Blue) = 116+62+235=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 235 (92.19% from 255 or 56.90% from 413); Max value from RGB is 235 - color contains mainly: blue. Hex color #743EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743EEB is #8BC114. Grayscale: #616161. Windows color (decimal): -9158933 or 15416948. OLE color: 15416948.

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

Color convert

RGB 116 62 235 -
CMYK 0.51 0.74 0 0.08
HSL 258.73º 0.81% 0.58% -
HSV(B) 258.73º 0.74% 0.92% -
XYZ 23.92 13.16 79.88 -
YUV 97.87 205.39 140.93 -
System Red Green Blue C M Y K H S L
Decimal 116 62 235 0.51 0.74 0 0.08 258.73 0.81 0.58
Hex 74 3E EB 33 4A 0 8 103 51 3A
Octal 164 76 353 63 112 0 10 403 121 72
Binary 1110100 111110 11101011 110011 1001010 0 1000 100000011 1010001 111010

Color Harmonies of #743EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EEB

Black with #743EEB

Text Example


Text Example

White with #743EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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