Html Css Color HEX #743BFF Blue Violet

📋 copy color: '#743BFF'

red 116 ◦ green 59 ◦ blue 255

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

Shades of Blue Violet #743BFF

Tints of Blue Violet #743BFF

RGB

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

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

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

R = 26.98%
G = 13.72%
B = 59.3%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#743BFF (or 0x743BFF) is known color: Blue Violet. HEX triplet: 74, 3B and FF. RGB value is (116,59,255). Sum of RGB (Red+Green+Blue) = 116+59+255=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 255 (100% from 255 or 59.30% from 430); Max value from RGB is 255 - color contains mainly: blue. Hex color #743BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743BFF is #8BC400. Grayscale: #616161. Windows color (decimal): -9159681 or 16726900. OLE color: 16726900.

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

Color convert

RGB 116 59 255 -
CMYK 0.55 0.77 0 0
HSL 257.45º 1% 0.62% -
HSV(B) 257.45º 0.77% 1% -
XYZ 26.82 14.06 95.91 -
YUV 98.39 216.38 140.56 -
System Red Green Blue C M Y K H S L
Decimal 116 59 255 0.55 0.77 0 0 257.45 1 0.62
Hex 74 3B FF 37 4D 0 0 101 64 3E
Octal 164 73 377 67 115 0 0 401 144 76
Binary 1110100 111011 11111111 110111 1001101 0 0 100000001 1100100 111110

Color Harmonies of #743BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743BFF

Black with #743BFF

Text Example


Text Example

White with #743BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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