#772289

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

Shades of Vivid Violet #772289

Tints of Vivid Violet #772289

Color information

#772289 (or 0x772289) is unknown color: approx Vivid Violet. HEX triplet: 77, 22 and 89. RGB value is (119,34,137). Sum of RGB (Red+Green+Blue) = 119+34+137=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 34 (13.67% from 255 or 11.72% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #772289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772289 is #88DD76. Grayscale: #464646. Windows color (decimal): -8969591 or 8987255. OLE color: 8987255.

HSL color Cylindrical-coordinate representation of color #772289: hue angle of 289.51º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #772289 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11934137-
CMYK0.130.7500.46
HSL289.51º60.23%33.53%-
HSV(B)289.51º75.18%53.73%-
XYZ12.76.8724.32-
YUV71.16165.16162.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 34 (13.67% from 255) = 11.72%
BLUE value IS 137 (53.91% from 255) = 47.24%
R=41.03%
G=11.72%
B=47.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119341370.130.7500.46289.5160.2333.53
Hex772289D4B02E1223c22
Octal16742211151130564427442
Binary111011110001010001001110110010110101110100100010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772289; }

 p { color: rgb(119,34,137); }

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

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

 a { background-color: rgb(119,34,137); }

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

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

 span { border-color: rgb(119,34,137); }

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