#774095

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

Shades of Vivid Violet #774095

Tints of Vivid Violet #774095

Color information

#774095 (or 0x774095) is unknown color: approx Vivid Violet. HEX triplet: 77, 40 and 95. RGB value is (119,64,149). Sum of RGB (Red+Green+Blue) = 119+64+149=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #774095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774095 is #88BF6A. Grayscale: #595959. Windows color (decimal): -8961899 or 9781367. OLE color: 9781367.

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

Color convert

RGB11964149-
CMYK0.200.5700.42
HSL278.82º39.91%41.76%-
HSV(B)278.82º57.05%58.43%-
XYZ14.879.7629.53-
YUV90.14161.22148.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=35.84%
G=19.28%
B=44.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119641490.200.5700.42278.8239.9141.76
Hex774095143902A117282a
Octal16710022524710524275052
Binary1110111100000010010101101001110010101010100010111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774095; }

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

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

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

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

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

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

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

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