#771A9D

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

Shades of Vivid Violet #771A9D

Tints of Vivid Violet #771A9D

Color information

#771A9D (or 0x771A9D) is unknown color: approx Vivid Violet. HEX triplet: 77, 1A and 9D. RGB value is (119,26,157). Sum of RGB (Red+Green+Blue) = 119+26+157=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #771A9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771A9D is #88E562. Grayscale: #444444. Windows color (decimal): -8971619 or 10295927. OLE color: 10295927.

HSL color Cylindrical-coordinate representation of color #771A9D: hue angle of 282.6º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771A9D is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11926157-
CMYK0.240.8300.38
HSL282.6º71.58%35.88%-
HSV(B)282.6º83.44%61.57%-
XYZ14.067.132.53-
YUV68.74177.81163.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 26 (10.55% from 255) = 8.61%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=39.40%
G=8.61%
B=51.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal119261570.240.8300.38282.671.5835.88
Hex771A9D185302611b4824
Octal167322353012304643311044
Binary1110111110101001110111000101001101001101000110111001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,26,157); }

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

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

 a { background-color: rgb(119,26,157); }

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

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

 span { border-color: rgb(119,26,157); }

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