#77408B

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

Shades of Vivid Violet #77408B

Tints of Vivid Violet #77408B

Color information

#77408B (or 0x77408B) is unknown color: approx Vivid Violet. HEX triplet: 77, 40 and 8B. RGB value is (119,64,139). Sum of RGB (Red+Green+Blue) = 119+64+139=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #77408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77408B is #88BF74. Grayscale: #585858. Windows color (decimal): -8961909 or 9126007. OLE color: 9126007.

HSL color Cylindrical-coordinate representation of color #77408B: hue angle of 284º 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 #77408B is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11964139-
CMYK0.140.5400.45
HSL284º36.95%39.8%-
HSV(B)284º53.96%54.51%-
XYZ14.19.4525.51-
YUV89156.22149.4-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 139 (54.69% from 255) = 43.17%
R=36.96%
G=19.88%
B=43.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119641390.140.5400.4528436.9539.8
Hex77408BE3602D11c2528
Octal16710021316660554344550
Binary111011110000001000101111101101100101101100011100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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