#773DF5

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

Shades of Blue Violet #773DF5

Tints of Blue Violet #773DF5

Color information

#773DF5 (or 0x773DF5) is unknown color: approx Blue Violet. HEX triplet: 77, 3D and F5. RGB value is (119,61,245). Sum of RGB (Red+Green+Blue) = 119+61+245=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #773DF5 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #773DF5 is #88C20A. Grayscale: #626262. Windows color (decimal): -8962571 or 16072055. OLE color: 16072055.

HSL color Cylindrical-coordinate representation of color #773DF5: hue angle of 258.91º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #773DF5 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11961245-
CMYK0.510.7500.04
HSL258.91º90.2%60%-
HSV(B)258.91º75.1%96.08%-
XYZ25.7613.8587.7-
YUV99.32210.22142.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 61 (24.22% from 255) = 14.35%
BLUE value IS 245 (96.09% from 255) = 57.65%
R=28%
G=14.35%
B=57.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal119612450.510.7500.04258.9190.260
Hex773DF5334B041035a3c
Octal16775365631130440313274
Binary111011111110111110101110011100101101001000000111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,61,245); }

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

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

 a { background-color: rgb(119,61,245); }

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

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

 span { border-color: rgb(119,61,245); }

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