#771EA0

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

Shades of Vivid Violet #771EA0

Tints of Vivid Violet #771EA0

Color information

#771EA0 (or 0x771EA0) is unknown color: approx Vivid Violet. HEX triplet: 77, 1E and A0. RGB value is (119,30,160). Sum of RGB (Red+Green+Blue) = 119+30+160=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 160 (62.89% from 255 or 51.78% from 309); Max value from RGB is 160 - color contains mainly: blue. Hex color #771EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771EA0 is #88E15F. Grayscale: #474747. Windows color (decimal): -8970592 or 10493559. OLE color: 10493559.

HSL color Cylindrical-coordinate representation of color #771EA0: hue angle of 281.08º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771EA0 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11930160-
CMYK0.260.8100.37
HSL281.08º68.42%37.25%-
HSV(B)281.08º81.25%62.75%-
XYZ14.427.3933.92-
YUV71.43177.99161.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 30 (12.11% from 255) = 9.71%
BLUE value IS 160 (62.89% from 255) = 51.78%
R=38.51%
G=9.71%
B=51.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119301600.260.8100.37281.0868.4237.25
Hex771EA01A510251194425
Octal167362403212104543110445
Binary1110111111101010000011010101000101001011000110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771EA0; }

 p { color: rgb(119,30,160); }

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

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

 a { background-color: rgb(119,30,160); }

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

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

 span { border-color: rgb(119,30,160); }

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