#773F96

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

Shades of Vivid Violet #773F96

Tints of Vivid Violet #773F96

Color information

#773F96 (or 0x773F96) is unknown color: approx Vivid Violet. HEX triplet: 77, 3F and 96. RGB value is (119,63,150). Sum of RGB (Red+Green+Blue) = 119+63+150=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #773F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F96 is #88C069. Grayscale: #595959. Windows color (decimal): -8962154 or 9846647. OLE color: 9846647.

HSL color Cylindrical-coordinate representation of color #773F96: hue angle of 278.62º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773F96 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11963150-
CMYK0.210.5800.41
HSL278.62º40.85%41.76%-
HSV(B)278.62º58%58.82%-
XYZ14.899.6829.94-
YUV89.66162.05148.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=35.84%
G=18.98%
B=45.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119631500.210.5800.41278.6240.8541.76
Hex773F96153A029117292a
Octal1677722625720514275152
Binary111011111111110010110101011110100101001100010111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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