#773086

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

Shades of Vivid Violet #773086

Tints of Vivid Violet #773086

Color information

#773086 (or 0x773086) is unknown color: approx Vivid Violet. HEX triplet: 77, 30 and 86. RGB value is (119,48,134). Sum of RGB (Red+Green+Blue) = 119+48+134=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #773086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773086 is #88CF79. Grayscale: #4E4E4E. Windows color (decimal): -8966010 or 8794231. OLE color: 8794231.

HSL color Cylindrical-coordinate representation of color #773086: hue angle of 289.53º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773086 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11948134-
CMYK0.110.6400.47
HSL289.53º47.25%35.69%-
HSV(B)289.53º64.18%52.55%-
XYZ12.977.7623.37-
YUV79.03159.02156.51-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=39.53%
G=15.95%
B=44.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119481340.110.6400.47289.5347.2535.69
Hex773086B4002F1222f24
Octal16760206131000574425744
Binary111011111000010000110101110000000101111100100010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773086; }

 p { color: rgb(119,48,134); }

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

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

 a { background-color: rgb(119,48,134); }

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

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

 span { border-color: rgb(119,48,134); }

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