#77329E

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

Shades of Vivid Violet #77329E

Tints of Vivid Violet #77329E

Color information

#77329E (or 0x77329E) is unknown color: approx Vivid Violet. HEX triplet: 77, 32 and 9E. RGB value is (119,50,158). Sum of RGB (Red+Green+Blue) = 119+50+158=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #77329E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77329E is #88CD61. Grayscale: #525252. Windows color (decimal): -8965474 or 10367607. OLE color: 10367607.

HSL color Cylindrical-coordinate representation of color #77329E: hue angle of 278.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77329E is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11950158-
CMYK0.250.6800.38
HSL278.33º51.92%40.78%-
HSV(B)278.33º68.35%61.96%-
XYZ14.928.6733.24-
YUV82.94170.36153.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=36.39%
G=15.29%
B=48.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119501580.250.6800.38278.3351.9240.78
Hex77329E19440261163429
Octal16762236311040464266451
Binary1110111110010100111101100110001000100110100010110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77329E; }

 p { color: rgb(119,50,158); }

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

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

 a { background-color: rgb(119,50,158); }

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

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

 span { border-color: rgb(119,50,158); }

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