#773AF3

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

Shades of Blue Violet #773AF3

Tints of Blue Violet #773AF3

Color information

#773AF3 (or 0x773AF3) is unknown color: approx Blue Violet. HEX triplet: 77, 3A and F3. RGB value is (119,58,243). Sum of RGB (Red+Green+Blue) = 119+58+243=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #773AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773AF3 is #88C50C. Grayscale: #606060. Windows color (decimal): -8963341 or 15940215. OLE color: 15940215.

HSL color Cylindrical-coordinate representation of color #773AF3: hue angle of 259.78º degrees, saturation: 0.89, 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 #773AF3 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11958243-
CMYK0.510.7600.05
HSL259.78º88.52%59.02%-
HSV(B)259.78º76.13%95.29%-
XYZ25.313.4286.05-
YUV97.33210.21143.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.33%
GREEN value IS 58 (23.05% from 255) = 13.81%
BLUE value IS 243 (95.31% from 255) = 57.86%
R=28.33%
G=13.81%
B=57.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal119582430.510.7600.05259.7888.5259.02
Hex773AF3334C05104593b
Octal16772363631140540413173
Binary111011111101011110011110011100110001011000001001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773AF3; }

 p { color: rgb(119,58,243); }

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

<style>
 a { background-color: #773AF3; }

 a { background-color: rgb(119,58,243); }

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

<style>
 span { border-color: #773AF3; }

 span { border-color: rgb(119,58,243); }

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