#772691

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

Shades of Vivid Violet #772691

Tints of Vivid Violet #772691

Color information

#772691 (or 0x772691) is unknown color: approx Vivid Violet. HEX triplet: 77, 26 and 91. RGB value is (119,38,145). Sum of RGB (Red+Green+Blue) = 119+38+145=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #772691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772691 is #88D96E. Grayscale: #4A4A4A. Windows color (decimal): -8968559 or 9512567. OLE color: 9512567.

HSL color Cylindrical-coordinate representation of color #772691: hue angle of 285.42º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #772691 is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11938145-
CMYK0.180.7400.43
HSL285.42º58.47%35.88%-
HSV(B)285.42º73.79%56.86%-
XYZ13.417.3527.5-
YUV74.42167.84159.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.40%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=39.40%
G=12.58%
B=48.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119381450.180.7400.43285.4258.4735.88
Hex772691124A02B11d3a24
Octal16746221221120534357244
Binary1110111100110100100011001010010100101011100011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772691; }

 p { color: rgb(119,38,145); }

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

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

 a { background-color: rgb(119,38,145); }

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

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

 span { border-color: rgb(119,38,145); }

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