Html Css Color HEX #743CEA Blue Violet

📋 copy color: '#743CEA'

red 116 ◦ green 60 ◦ blue 234

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

Shades of Blue Violet #743CEA

Tints of Blue Violet #743CEA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.63%

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

R = 28.29%
G = 14.63%
B = 57.07%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#743CEA (or 0x743CEA) is known color: Blue Violet. HEX triplet: 74, 3C and EA. RGB value is (116,60,234). Sum of RGB (Red+Green+Blue) = 116+60+234=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #743CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CEA is #8BC315. Grayscale: #5F5F5F. Windows color (decimal): -9159446 or 15350900. OLE color: 15350900.

HSL color Cylindrical-coordinate representation of color #743CEA: hue angle of 259.31º 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 #743CEA is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 60 234 -
CMYK 0.50 0.74 0 0.08
HSL 259.31º 0.81% 0.58% -
HSV(B) 259.31º 0.74% 0.92% -
XYZ 23.67 12.89 79.08 -
YUV 96.58 205.55 141.85 -
System Red Green Blue C M Y K H S L
Decimal 116 60 234 0.50 0.74 0 0.08 259.31 0.81 0.58
Hex 74 3C EA 32 4A 0 8 103 51 3A
Octal 164 74 352 62 112 0 10 403 121 72
Binary 1110100 111100 11101010 110010 1001010 0 1000 100000011 1010001 111010

Color Harmonies of #743CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CEA

Black with #743CEA

Text Example


Text Example

White with #743CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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