#773382

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

Shades of Vivid Violet #773382

Tints of Vivid Violet #773382

Color information

#773382 (or 0x773382) is unknown color: approx Vivid Violet. HEX triplet: 77, 33 and 82. RGB value is (119,51,130). Sum of RGB (Red+Green+Blue) = 119+51+130=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #773382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773382 is #88CC7D. Grayscale: #505050. Windows color (decimal): -8965246 or 8532855. OLE color: 8532855.

HSL color Cylindrical-coordinate representation of color #773382: hue angle of 291.65º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773382 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11951130-
CMYK0.080.6100.49
HSL291.65º43.65%35.49%-
HSV(B)291.65º60.77%50.98%-
XYZ12.827.921.97-
YUV80.34156.03155.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 51 (20.31% from 255) = 17%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=39.67%
G=17%
B=43.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119511300.080.6100.49291.6543.6535.49
Hex77338283D0311242c23
Octal1676320210750614445443
Binary11101111100111000001010001111010110001100100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773382; }

 p { color: rgb(119,51,130); }

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

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

 a { background-color: rgb(119,51,130); }

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

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

 span { border-color: rgb(119,51,130); }

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