#773FE0

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

Shades of Blue Violet #773FE0

Tints of Blue Violet #773FE0

Color information

#773FE0 (or 0x773FE0) is unknown color: approx Blue Violet. HEX triplet: 77, 3F and E0. RGB value is (119,63,224). Sum of RGB (Red+Green+Blue) = 119+63+224=406 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.31% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #773FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #773FE0 is #88C01F. Grayscale: #616161. Windows color (decimal): -8962080 or 14696311. OLE color: 14696311.

HSL color Cylindrical-coordinate representation of color #773FE0: hue angle of 260.87º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773FE0 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11963224-
CMYK0.470.7200.12
HSL260.87º72.2%56.27%-
HSV(B)260.87º71.88%87.84%-
XYZ22.8412.8671.8-
YUV98.1199.05142.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.31%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 224 (87.89% from 255) = 55.17%
R=29.31%
G=15.52%
B=55.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal119632240.470.7200.12260.8772.256.27
Hex773FE02F480C1054838
Octal167773405711001440511070
Binary1110111111111111000001011111001000011001000001011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,63,224); }

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

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

 a { background-color: rgb(119,63,224); }

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

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

 span { border-color: rgb(119,63,224); }

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