Html Css Color HEX #743BFD Blue Violet

📋 copy color: '#743BFD'

red 116 ◦ green 59 ◦ blue 253

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

Shades of Blue Violet #743BFD

Tints of Blue Violet #743BFD

RGB

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

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

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

R = 27.1%
G = 13.79%
B = 59.11%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#743BFD (or 0x743BFD) is known color: Blue Violet. HEX triplet: 74, 3B and FD. RGB value is (116,59,253). Sum of RGB (Red+Green+Blue) = 116+59+253=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 253 (99.22% from 255 or 59.11% from 428); Max value from RGB is 253 - color contains mainly: blue. Hex color #743BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743BFD is #8BC402. Grayscale: #616161. Windows color (decimal): -9159683 or 16595828. OLE color: 16595828.

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

Color convert

RGB 116 59 253 -
CMYK 0.54 0.77 0 0.01
HSL 257.63º 0.98% 0.61% -
HSV(B) 257.63º 0.77% 0.99% -
XYZ 26.5 13.93 94.22 -
YUV 98.16 215.38 140.73 -
System Red Green Blue C M Y K H S L
Decimal 116 59 253 0.54 0.77 0 0.01 257.63 0.98 0.61
Hex 74 3B FD 36 4D 0 1 102 62 3D
Octal 164 73 375 66 115 0 1 402 142 75
Binary 1110100 111011 11111101 110110 1001101 0 1 100000010 1100010 111101

Color Harmonies of #743BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BFD

Black with #743BFD

Text Example


Text Example

White with #743BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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