#771C90

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

Shades of Vivid Violet #771C90

Tints of Vivid Violet #771C90

Color information

#771C90 (or 0x771C90) is unknown color: approx Vivid Violet. HEX triplet: 77, 1C and 90. RGB value is (119,28,144). Sum of RGB (Red+Green+Blue) = 119+28+144=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #771C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C90 is #88E36F. Grayscale: #444444. Windows color (decimal): -8971120 or 9444471. OLE color: 9444471.

HSL color Cylindrical-coordinate representation of color #771C90: hue angle of 287.07º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #771C90 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11928144-
CMYK0.170.8100.44
HSL287.07º67.44%33.73%-
HSV(B)287.07º80.56%56.47%-
XYZ13.066.7727-
YUV68.43170.65164.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 28 (11.33% from 255) = 9.62%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=40.89%
G=9.62%
B=49.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119281440.170.8100.44287.0767.4433.73
Hex771C90115102C11f4322
Octal167342202112105443710342
Binary1110111111001001000010001101000101011001000111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,28,144); }

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

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

 a { background-color: rgb(119,28,144); }

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

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

 span { border-color: rgb(119,28,144); }

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