#772996

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

Shades of Vivid Violet #772996

Tints of Vivid Violet #772996

Color information

#772996 (or 0x772996) is unknown color: approx Vivid Violet. HEX triplet: 77, 29 and 96. RGB value is (119,41,150). Sum of RGB (Red+Green+Blue) = 119+41+150=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #772996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772996 is #88D669. Grayscale: #4C4C4C. Windows color (decimal): -8967786 or 9841015. OLE color: 9841015.

HSL color Cylindrical-coordinate representation of color #772996: hue angle of 282.94º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #772996 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11941150-
CMYK0.210.7300.41
HSL282.94º57.07%37.45%-
HSV(B)282.94º72.67%58.82%-
XYZ13.917.7129.61-
YUV76.75169.34158.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.39%
GREEN value IS 41 (16.41% from 255) = 13.23%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=38.39%
G=13.23%
B=48.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119411500.210.7300.41282.9457.0737.45
Hex772996154902911b3925
Octal16751226251110514337145
Binary1110111101001100101101010110010010101001100011011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #772996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #772996; }

 p { color: rgb(119,41,150); }

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

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

 a { background-color: rgb(119,41,150); }

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

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

 span { border-color: rgb(119,41,150); }

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