#743AF2

Color #743AF2 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #743AF2

Tints of Blue Violet #743AF2

Color information

#743AF2 (or 0x743AF2) is unknown color: approx Blue Violet. HEX triplet: 74, 3A and F2. RGB value is (116,58,242). Sum of RGB (Red+Green+Blue) = 116+58+242=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 58 (23.05% from 255 or 13.94% from 416); Blue value is 242 (94.92% from 255 or 58.17% from 416); Max value from RGB is 242 - color contains mainly: blue. Hex color #743AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743AF2 is #8BC50D. Grayscale: #5F5F5F. Windows color (decimal): -9159950 or 15874676. OLE color: 15874676.

HSL color Cylindrical-coordinate representation of color #743AF2: hue angle of 258.91º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #743AF2 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11658242-
CMYK0.520.7600.05
HSL258.91º87.62%58.82%-
HSV(B)258.91º76.03%94.9%-
XYZ24.7413.1585.24-
YUV96.32210.22142.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 58 (23.05% from 255) = 13.94%
BLUE value IS 242 (94.92% from 255) = 58.17%
R=27.88%
G=13.94%
B=58.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116582420.520.7600.05258.9187.6258.82
Hex743AF2344C05103583b
Octal16472362641140540313073
Binary111010011101011110010110100100110001011000000111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,58,242); }

 H1.HeaderClassName
 {
   color: #743AF2;
 }
 .AnyTagClassName
 {
   color: #743AF2;
 }
</style>
background-color css

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

 a { background-color: rgb(116,58,242); }

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

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

 span { border-color: rgb(116,58,242); }

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