Html Css Color HEX #743DF0 Blue Violet

📋 copy color: '#743DF0'

red 116 ◦ green 61 ◦ blue 240

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

Shades of Blue Violet #743DF0

Tints of Blue Violet #743DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 57.55%

R = 27.82%
G = 14.63%
B = 57.55%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#743DF0 (or 0x743DF0) is known color: Blue Violet. HEX triplet: 74, 3D and F0. RGB value is (116,61,240). Sum of RGB (Red+Green+Blue) = 116+61+240=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 240 (94.14% from 255 or 57.55% from 417); Max value from RGB is 240 - color contains mainly: blue. Hex color #743DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DF0 is #8BC20F. Grayscale: #616161. Windows color (decimal): -9159184 or 15744372. OLE color: 15744372.

HSL color Cylindrical-coordinate representation of color #743DF0: hue angle of 258.44º degrees, saturation: 0.86, 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 #743DF0 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 61 240 -
CMYK 0.52 0.75 0 0.06
HSL 258.44º 0.86% 0.59% -
HSV(B) 258.44º 0.75% 0.94% -
XYZ 24.6 13.34 83.72 -
YUV 97.85 208.22 140.95 -
System Red Green Blue C M Y K H S L
Decimal 116 61 240 0.52 0.75 0 0.06 258.44 0.86 0.59
Hex 74 3D F0 34 4B 0 6 102 56 3B
Octal 164 75 360 64 113 0 6 402 126 73
Binary 1110100 111101 11110000 110100 1001011 0 110 100000010 1010110 111011

Color Harmonies of #743DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DF0

Black with #743DF0

Text Example


Text Example

White with #743DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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