#772A9B

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

Shades of Vivid Violet #772A9B

Tints of Vivid Violet #772A9B

Color information

#772A9B (or 0x772A9B) is unknown color: approx Vivid Violet. HEX triplet: 77, 2A and 9B. RGB value is (119,42,155). Sum of RGB (Red+Green+Blue) = 119+42+155=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #772A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772A9B is #88D564. Grayscale: #4D4D4D. Windows color (decimal): -8967525 or 10168951. OLE color: 10168951.

HSL color Cylindrical-coordinate representation of color #772A9B: hue angle of 280.88º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772A9B is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11942155-
CMYK0.230.7300.39
HSL280.88º57.36%38.63%-
HSV(B)280.88º72.9%60.78%-
XYZ14.357.9431.79-
YUV77.9171.51157.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 42 (16.80% from 255) = 13.29%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=37.66%
G=13.29%
B=49.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal119421550.230.7300.39280.8857.3638.63
Hex772A9B17490271193927
Octal16752233271110474317147
Binary1110111101010100110111011110010010100111100011001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772A9B; }

 p { color: rgb(119,42,155); }

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

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

 a { background-color: rgb(119,42,155); }

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

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

 span { border-color: rgb(119,42,155); }

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