#77349D

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

Shades of Vivid Violet #77349D

Tints of Vivid Violet #77349D

Color information

#77349D (or 0x77349D) is unknown color: approx Vivid Violet. HEX triplet: 77, 34 and 9D. RGB value is (119,52,157). Sum of RGB (Red+Green+Blue) = 119+52+157=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #77349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77349D is #88CB62. Grayscale: #535353. Windows color (decimal): -8964963 or 10302583. OLE color: 10302583.

HSL color Cylindrical-coordinate representation of color #77349D: hue angle of 278.29º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77349D is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11952157-
CMYK0.240.6700.38
HSL278.29º50.24%40.98%-
HSV(B)278.29º66.88%61.57%-
XYZ14.928.8132.81-
YUV84169.2152.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=36.28%
G=15.85%
B=47.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119521570.240.6700.38278.2950.2440.98
Hex77349D18430261163229
Octal16764235301030464266251
Binary1110111110100100111011100010000110100110100010110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77349D; }

 p { color: rgb(119,52,157); }

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

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

 a { background-color: rgb(119,52,157); }

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

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

 span { border-color: rgb(119,52,157); }

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