#774096

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

Shades of Vivid Violet #774096

Tints of Vivid Violet #774096

Color information

#774096 (or 0x774096) is unknown color: approx Vivid Violet. HEX triplet: 77, 40 and 96. RGB value is (119,64,150). Sum of RGB (Red+Green+Blue) = 119+64+150=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #774096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774096 is #88BF69. Grayscale: #595959. Windows color (decimal): -8961898 or 9846903. OLE color: 9846903.

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

Color convert

RGB11964150-
CMYK0.210.5700.41
HSL278.37º40.19%41.96%-
HSV(B)278.37º57.33%58.82%-
XYZ14.959.7929.96-
YUV90.25161.72148.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=35.74%
G=19.22%
B=45.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119641500.210.5700.41278.3740.1941.96
Hex7740961539029116282a
Octal16710022625710514265052
Binary1110111100000010010110101011110010101001100010110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774096; }

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

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

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

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

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

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

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

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