Html Css Color HEX #743DF6 Blue Violet

📋 copy color: '#743DF6'

red 116 ◦ green 61 ◦ blue 246

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

Shades of Blue Violet #743DF6

Tints of Blue Violet #743DF6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 27.42%
G = 14.42%
B = 58.16%

CMYK

 C value IS 0.53

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#743DF6 (or 0x743DF6) is known color: Blue Violet. HEX triplet: 74, 3D and F6. RGB value is (116,61,246). Sum of RGB (Red+Green+Blue) = 116+61+246=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #743DF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DF6 is #8BC209. Grayscale: #616161. Windows color (decimal): -9159178 or 16137588. OLE color: 16137588.

HSL color Cylindrical-coordinate representation of color #743DF6: hue angle of 257.84º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #743DF6 is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 116 61 246 -
CMYK 0.53 0.75 0 0.04
HSL 257.84º 0.91% 0.6% -
HSV(B) 257.84º 0.75% 0.96% -
XYZ 25.51 13.7 88.49 -
YUV 98.54 211.22 140.46 -
System Red Green Blue C M Y K H S L
Decimal 116 61 246 0.53 0.75 0 0.04 257.84 0.91 0.6
Hex 74 3D F6 35 4B 0 4 102 5B 3C
Octal 164 75 366 65 113 0 4 402 133 74
Binary 1110100 111101 11110110 110101 1001011 0 100 100000010 1011011 111100

Color Harmonies of #743DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DF6

Black with #743DF6

Text Example


Text Example

White with #743DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,61,246); }

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

background-color css

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

 a { background-color: rgb(116,61,246); }

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

border-color css

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

 span { border-color: rgb(116,61,246); }

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