#77408C

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

Shades of Vivid Violet #77408C

Tints of Vivid Violet #77408C

Color information

#77408C (or 0x77408C) is unknown color: approx Vivid Violet. HEX triplet: 77, 40 and 8C. RGB value is (119,64,140). Sum of RGB (Red+Green+Blue) = 119+64+140=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #77408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77408C is #88BF73. Grayscale: #585858. Windows color (decimal): -8961908 or 9191543. OLE color: 9191543.

HSL color Cylindrical-coordinate representation of color #77408C: hue angle of 283.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77408C is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11964140-
CMYK0.150.5400.45
HSL283.42º37.25%40%-
HSV(B)283.42º54.29%54.9%-
XYZ14.179.4825.89-
YUV89.11156.72149.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 64 (25.39% from 255) = 19.81%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=36.84%
G=19.81%
B=43.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119641400.150.5400.45283.4237.2540
Hex77408CF3602D11b2528
Octal16710021417660554334550
Binary111011110000001000110011111101100101101100011011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77408C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77408C; }

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

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

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

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

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

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

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

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