Html Css Color HEX #743BEC Blue Violet

📋 copy color: '#743BEC'

red 116 ◦ green 59 ◦ blue 236

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

Shades of Blue Violet #743BEC

Tints of Blue Violet #743BEC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.36%

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

R = 28.22%
G = 14.36%
B = 57.42%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#743BEC (or 0x743BEC) is known color: Blue Violet. HEX triplet: 74, 3B and EC. RGB value is (116,59,236). Sum of RGB (Red+Green+Blue) = 116+59+236=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 59 (23.44% from 255 or 14.36% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #743BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743BEC is #8BC413. Grayscale: #5F5F5F. Windows color (decimal): -9159700 or 15481716. OLE color: 15481716.

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

Color convert

RGB 116 59 236 -
CMYK 0.51 0.75 0 0.07
HSL 259.32º 0.82% 0.58% -
HSV(B) 259.32º 0.75% 0.93% -
XYZ 23.91 12.9 80.59 -
YUV 96.22 206.88 142.11 -
System Red Green Blue C M Y K H S L
Decimal 116 59 236 0.51 0.75 0 0.07 259.32 0.82 0.58
Hex 74 3B EC 33 4B 0 7 103 52 3A
Octal 164 73 354 63 113 0 7 403 122 72
Binary 1110100 111011 11101100 110011 1001011 0 111 100000011 1010010 111010

Color Harmonies of #743BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BEC

Black with #743BEC

Text Example


Text Example

White with #743BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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