Html Css Color HEX #743EFE Blue Violet

📋 copy color: '#743EFE'

red 116 ◦ green 62 ◦ blue 254

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

Shades of Blue Violet #743EFE

Tints of Blue Violet #743EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.8%

R = 26.85%
G = 14.35%
B = 58.8%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#743EFE (or 0x743EFE) is known color: Blue Violet. HEX triplet: 74, 3E and FE. RGB value is (116,62,254). Sum of RGB (Red+Green+Blue) = 116+62+254=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #743EFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743EFE is #8BC101. Grayscale: #636363. Windows color (decimal): -9158914 or 16662132. OLE color: 16662132.

HSL color Cylindrical-coordinate representation of color #743EFE: hue angle of 256.88º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743EFE is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 116 62 254 -
CMYK 0.54 0.76 0 0.00
HSL 256.88º 0.99% 0.62% -
HSV(B) 256.88º 0.76% 1% -
XYZ 26.81 14.31 95.12 -
YUV 100.03 214.89 139.39 -
System Red Green Blue C M Y K H S L
Decimal 116 62 254 0.54 0.76 0 0.00 256.88 0.99 0.62
Hex 74 3E FE 36 4C 0 0 101 63 3E
Octal 164 76 376 66 114 0 0 401 143 76
Binary 1110100 111110 11111110 110110 1001100 0 0 100000001 1100011 111110

Color Harmonies of #743EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EFE

Black with #743EFE

Text Example


Text Example

White with #743EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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