#743af1

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

Shades of Blue Violet #743AF1

Tints of Blue Violet #743AF1

Color information

#743AF1 (or 0x743AF1) is unknown color: approx Blue Violet. HEX triplet: 74, 3A and F1. RGB value is (116,58,241). Sum of RGB (Red+Green+Blue) = 116+58+241=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 241 (94.53% from 255 or 58.07% from 415); Max value from RGB is 241 - color contains mainly: blue. Hex color #743AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #743AF1 is #8BC50E. Grayscale: #5F5F5F. Windows color (decimal): -9159951 or 15809140. OLE color: 15809140.

HSL color Cylindrical-coordinate representation of color #743AF1: hue angle of 259.02º degrees, saturation: 0.87, 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 #743AF1 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11658241-
CMYK0.520.7600.05
HSL259.02º86.73%58.63%-
HSV(B)259.02º75.93%94.51%-
XYZ24.5913.0984.45-
YUV96.2209.72142.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 58 (23.05% from 255) = 13.98%
BLUE value IS 241 (94.53% from 255) = 58.07%
R=27.95%
G=13.98%
B=58.07%

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
Decimal116582410.520.7600.05259.0286.7358.63
Hex743AF1344C05103573b
Octal16472361641140540312773
Binary111010011101011110001110100100110001011000000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743af1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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