Html Css Color HEX #743DFF Blue Violet

📋 copy color: '#743DFF'

red 116 ◦ green 61 ◦ blue 255

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

Shades of Blue Violet #743DFF

Tints of Blue Violet #743DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.03%

R = 26.85%
G = 14.12%
B = 59.03%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#743DFF (or 0x743DFF) is known color: Blue Violet. HEX triplet: 74, 3D and FF. RGB value is (116,61,255). Sum of RGB (Red+Green+Blue) = 116+61+255=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 61 (24.22% from 255 or 14.12% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #743DFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DFF is #8BC200. Grayscale: #626262. Windows color (decimal): -9159169 or 16727412. OLE color: 16727412.

HSL color Cylindrical-coordinate representation of color #743DFF: hue angle of 257.01º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743DFF is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 61 255 -
CMYK 0.55 0.76 0 0
HSL 257.01º 1% 0.62% -
HSV(B) 257.01º 0.76% 1% -
XYZ 26.92 14.27 95.94 -
YUV 99.56 215.72 139.73 -
System Red Green Blue C M Y K H S L
Decimal 116 61 255 0.55 0.76 0 0 257.01 1 0.62
Hex 74 3D FF 37 4C 0 0 101 64 3E
Octal 164 75 377 67 114 0 0 401 144 76
Binary 1110100 111101 11111111 110111 1001100 0 0 100000001 1100100 111110

Color Harmonies of #743DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DFF

Black with #743DFF

Text Example


Text Example

White with #743DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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