Html Css Color HEX #743BFA Blue Violet

📋 copy color: '#743BFA'

red 116 ◦ green 59 ◦ blue 250

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

Shades of Blue Violet #743BFA

Tints of Blue Violet #743BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 27.29%
G = 13.88%
B = 58.82%

CMYK

 C value IS 0.54

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#743BFA (or 0x743BFA) is known color: Blue Violet. HEX triplet: 74, 3B and FA. RGB value is (116,59,250). Sum of RGB (Red+Green+Blue) = 116+59+250=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #743BFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743BFA is #8BC405. Grayscale: #616161. Windows color (decimal): -9159686 or 16399220. OLE color: 16399220.

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

Color convert

RGB 116 59 250 -
CMYK 0.54 0.76 0 0.02
HSL 257.91º 0.95% 0.61% -
HSV(B) 257.91º 0.76% 0.98% -
XYZ 26.02 13.74 91.72 -
YUV 97.82 213.88 140.97 -
System Red Green Blue C M Y K H S L
Decimal 116 59 250 0.54 0.76 0 0.02 257.91 0.95 0.61
Hex 74 3B FA 36 4C 0 2 102 5F 3D
Octal 164 73 372 66 114 0 2 402 137 75
Binary 1110100 111011 11111010 110110 1001100 0 10 100000010 1011111 111101

Color Harmonies of #743BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BFA

Black with #743BFA

Text Example


Text Example

White with #743BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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