#773F95

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

Shades of Vivid Violet #773F95

Tints of Vivid Violet #773F95

Color information

#773F95 (or 0x773F95) is unknown color: approx Vivid Violet. HEX triplet: 77, 3F and 95. RGB value is (119,63,149). Sum of RGB (Red+Green+Blue) = 119+63+149=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #773F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773F95 is #88C06A. Grayscale: #595959. Windows color (decimal): -8962155 or 9781111. OLE color: 9781111.

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

Color convert

RGB11963149-
CMYK0.200.5800.42
HSL279.07º40.57%41.57%-
HSV(B)279.07º57.72%58.43%-
XYZ14.819.6529.52-
YUV89.55161.55149.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=35.95%
G=19.03%
B=45.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119631490.200.5800.42279.0740.5741.57
Hex773F95143A02A117292a
Octal1677722524720524275152
Binary111011111111110010101101001110100101010100010111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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