#76329C

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

Shades of Vivid Violet #76329C

Tints of Vivid Violet #76329C

Color information

#76329C (or 0x76329C) is unknown color: approx Vivid Violet. HEX triplet: 76, 32 and 9C. RGB value is (118,50,156). Sum of RGB (Red+Green+Blue) = 118+50+156=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #76329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76329C is #89CD63. Grayscale: #525252. Windows color (decimal): -9031012 or 10236534. OLE color: 10236534.

HSL color Cylindrical-coordinate representation of color #76329C: hue angle of 278.49º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76329C is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11850156-
CMYK0.240.6800.39
HSL278.49º51.46%40.39%-
HSV(B)278.49º67.95%61.18%-
XYZ14.618.5332.33-
YUV82.42169.53153.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 50 (19.92% from 255) = 15.43%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=36.42%
G=15.43%
B=48.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118501560.240.6800.39278.4951.4640.39
Hex76329C18440271163328
Octal16662234301040474266350
Binary1110110110010100111001100010001000100111100010110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,50,156); }

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

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

 a { background-color: rgb(118,50,156); }

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

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

 span { border-color: rgb(118,50,156); }

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