#773090

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

Shades of Vivid Violet #773090

Tints of Vivid Violet #773090

Color information

#773090 (or 0x773090) is unknown color: approx Vivid Violet. HEX triplet: 77, 30 and 90. RGB value is (119,48,144). Sum of RGB (Red+Green+Blue) = 119+48+144=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #773090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773090 is #88CF6F. Grayscale: #4F4F4F. Windows color (decimal): -8966000 or 9449591. OLE color: 9449591.

HSL color Cylindrical-coordinate representation of color #773090: hue angle of 284.38º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773090 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11948144-
CMYK0.170.6700.44
HSL284.38º50%37.65%-
HSV(B)284.38º66.67%56.47%-
XYZ13.78.0527.22-
YUV80.17164.02155.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.26%
GREEN value IS 48 (19.14% from 255) = 15.43%
BLUE value IS 144 (56.64% from 255) = 46.30%
R=38.26%
G=15.43%
B=46.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119481440.170.6700.44284.385037.65
Hex773090114302C11c3226
Octal16760220211030544346246
Binary1110111110000100100001000110000110101100100011100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773090; }

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

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

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

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

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

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

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

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