Html Css Color HEX #743EEC Blue Violet

📋 copy color: '#743EEC'

red 116 ◦ green 62 ◦ blue 236

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

Shades of Blue Violet #743EEC

Tints of Blue Violet #743EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 57%

R = 28.02%
G = 14.98%
B = 57%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#743EEC (or 0x743EEC) is known color: Blue Violet. HEX triplet: 74, 3E and EC. RGB value is (116,62,236). Sum of RGB (Red+Green+Blue) = 116+62+236=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #743EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743EEC is #8BC113. Grayscale: #616161. Windows color (decimal): -9158932 or 15482484. OLE color: 15482484.

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

Color convert

RGB 116 62 236 -
CMYK 0.51 0.74 0 0.07
HSL 258.62º 0.82% 0.58% -
HSV(B) 258.62º 0.74% 0.93% -
XYZ 24.07 13.21 80.64 -
YUV 97.98 205.89 140.85 -
System Red Green Blue C M Y K H S L
Decimal 116 62 236 0.51 0.74 0 0.07 258.62 0.82 0.58
Hex 74 3E EC 33 4A 0 7 103 52 3A
Octal 164 76 354 63 112 0 7 403 122 72
Binary 1110100 111110 11101100 110011 1001010 0 111 100000011 1010010 111010

Color Harmonies of #743EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743EEC

Black with #743EEC

Text Example


Text Example

White with #743EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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