Html Css Color HEX #743DFD Blue Violet

📋 copy color: '#743DFD'

red 116 ◦ green 61 ◦ blue 253

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

Shades of Blue Violet #743DFD

Tints of Blue Violet #743DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 58.84%

R = 26.98%
G = 14.19%
B = 58.84%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#743DFD (or 0x743DFD) is known color: Blue Violet. HEX triplet: 74, 3D and FD. RGB value is (116,61,253). Sum of RGB (Red+Green+Blue) = 116+61+253=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #743DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743DFD is #8BC202. Grayscale: #626262. Windows color (decimal): -9159171 or 16596340. OLE color: 16596340.

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

Color convert

RGB 116 61 253 -
CMYK 0.54 0.76 0 0.01
HSL 257.19º 0.98% 0.62% -
HSV(B) 257.19º 0.76% 0.99% -
XYZ 26.6 14.14 94.26 -
YUV 99.33 214.72 139.89 -
System Red Green Blue C M Y K H S L
Decimal 116 61 253 0.54 0.76 0 0.01 257.19 0.98 0.62
Hex 74 3D FD 36 4C 0 1 101 62 3E
Octal 164 75 375 66 114 0 1 401 142 76
Binary 1110100 111101 11111101 110110 1001100 0 1 100000001 1100010 111110

Color Harmonies of #743DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743DFD

Black with #743DFD

Text Example


Text Example

White with #743DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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