Html Css Color HEX #743CEF Blue Violet

📋 copy color: '#743CEF'

red 116 ◦ green 60 ◦ blue 239

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

Shades of Blue Violet #743CEF

Tints of Blue Violet #743CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.59%

R = 27.95%
G = 14.46%
B = 57.59%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#743CEF (or 0x743CEF) is known color: Blue Violet. HEX triplet: 74, 3C and EF. RGB value is (116,60,239). Sum of RGB (Red+Green+Blue) = 116+60+239=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 239 (93.75% from 255 or 57.59% from 415); Max value from RGB is 239 - color contains mainly: blue. Hex color #743CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743CEF is #8BC310. Grayscale: #606060. Windows color (decimal): -9159441 or 15678580. OLE color: 15678580.

HSL color Cylindrical-coordinate representation of color #743CEF: hue angle of 258.77º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743CEF is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 60 239 -
CMYK 0.51 0.75 0 0.06
HSL 258.77º 0.85% 0.59% -
HSV(B) 258.77º 0.75% 0.94% -
XYZ 24.4 13.18 82.92 -
YUV 97.15 208.05 141.45 -
System Red Green Blue C M Y K H S L
Decimal 116 60 239 0.51 0.75 0 0.06 258.77 0.85 0.59
Hex 74 3C EF 33 4B 0 6 103 55 3B
Octal 164 74 357 63 113 0 6 403 125 73
Binary 1110100 111100 11101111 110011 1001011 0 110 100000011 1010101 111011

Color Harmonies of #743CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743CEF

Black with #743CEF

Text Example


Text Example

White with #743CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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