#771794

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

Shades of Vivid Violet #771794

Tints of Vivid Violet #771794

Color information

#771794 (or 0x771794) is unknown color: approx Vivid Violet. HEX triplet: 77, 17 and 94. RGB value is (119,23,148). Sum of RGB (Red+Green+Blue) = 119+23+148=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #771794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771794 is #88E86B. Grayscale: #414141. Windows color (decimal): -8972396 or 9705335. OLE color: 9705335.

HSL color Cylindrical-coordinate representation of color #771794: hue angle of 286.08º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771794 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11923148-
CMYK0.200.8400.42
HSL286.08º73.1%33.53%-
HSV(B)286.08º84.46%58.04%-
XYZ13.266.6728.61-
YUV65.95174.3165.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 23 (9.38% from 255) = 7.93%
BLUE value IS 148 (58.20% from 255) = 51.03%
R=41.03%
G=7.93%
B=51.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119231480.200.8400.42286.0873.133.53
Hex771794145402A11e4922
Octal167272242412405243611142
Binary1110111101111001010010100101010001010101000111101001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771794; }

 p { color: rgb(119,23,148); }

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

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

 a { background-color: rgb(119,23,148); }

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

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

 span { border-color: rgb(119,23,148); }

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