#771BA5

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

Shades of Vivid Violet #771BA5

Tints of Vivid Violet #771BA5

Color information

#771BA5 (or 0x771BA5) is unknown color: approx Vivid Violet. HEX triplet: 77, 1B and A5. RGB value is (119,27,165). Sum of RGB (Red+Green+Blue) = 119+27+165=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 165 (64.84% from 255 or 53.05% from 311); Max value from RGB is 165 - color contains mainly: blue. Hex color #771BA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771BA5 is #88E45A. Grayscale: #454545. Windows color (decimal): -8971355 or 10820471. OLE color: 10820471.

HSL color Cylindrical-coordinate representation of color #771BA5: hue angle of 280º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771BA5 is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11927165-
CMYK0.280.8400.35
HSL280º71.88%37.65%-
HSV(B)280º83.64%64.71%-
XYZ14.797.4236.25-
YUV70.24181.48162.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 27 (10.94% from 255) = 8.68%
BLUE value IS 165 (64.84% from 255) = 53.05%
R=38.26%
G=8.68%
B=53.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal119271650.280.8400.3528071.8837.65
Hex771BA51C540231184826
Octal167332453412404343011046
Binary1110111110111010010111100101010001000111000110001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,27,165); }

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

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

 a { background-color: rgb(119,27,165); }

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

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

 span { border-color: rgb(119,27,165); }

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