#773394

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

Shades of Vivid Violet #773394

Tints of Vivid Violet #773394

Color information

#773394 (or 0x773394) is unknown color: approx Vivid Violet. HEX triplet: 77, 33 and 94. RGB value is (119,51,148). Sum of RGB (Red+Green+Blue) = 119+51+148=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #773394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773394 is #88CC6B. Grayscale: #525252. Windows color (decimal): -8965228 or 9712503. OLE color: 9712503.

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

Color convert

RGB11951148-
CMYK0.200.6600.42
HSL282.06º48.74%39.02%-
HSV(B)282.06º65.54%58.04%-
XYZ14.148.4328.9-
YUV82.39165.03154.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 51 (20.31% from 255) = 16.04%
BLUE value IS 148 (58.20% from 255) = 46.54%
R=37.42%
G=16.04%
B=46.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119511480.200.6600.42282.0648.7439.02
Hex773394144202A11a3127
Octal16763224241020524326147
Binary1110111110011100101001010010000100101010100011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773394; }

 p { color: rgb(119,51,148); }

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

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

 a { background-color: rgb(119,51,148); }

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

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

 span { border-color: rgb(119,51,148); }

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