#77379B

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

Shades of Vivid Violet #77379B

Tints of Vivid Violet #77379B

Color information

#77379B (or 0x77379B) is unknown color: approx Vivid Violet. HEX triplet: 77, 37 and 9B. RGB value is (119,55,155). Sum of RGB (Red+Green+Blue) = 119+55+155=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #77379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77379B is #88C864. Grayscale: #555555. Windows color (decimal): -8964197 or 10172279. OLE color: 10172279.

HSL color Cylindrical-coordinate representation of color #77379B: hue angle of 278.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77379B is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11955155-
CMYK0.230.6500.39
HSL278.4º47.62%41.18%-
HSV(B)278.4º64.52%60.78%-
XYZ14.899.0231.97-
YUV85.54167.2151.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 55 (21.88% from 255) = 16.72%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=36.17%
G=16.72%
B=47.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119551550.230.6500.39278.447.6241.18
Hex77379B17410271163029
Octal16767233271010474266051
Binary1110111110111100110111011110000010100111100010110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,55,155); }

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

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

 a { background-color: rgb(119,55,155); }

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

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

 span { border-color: rgb(119,55,155); }

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