#773990

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

Shades of Vivid Violet #773990

Tints of Vivid Violet #773990

Color information

#773990 (or 0x773990) is unknown color: approx Vivid Violet. HEX triplet: 77, 39 and 90. RGB value is (119,57,144). Sum of RGB (Red+Green+Blue) = 119+57+144=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #773990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773990 is #88C66F. Grayscale: #555555. Windows color (decimal): -8963696 or 9451895. OLE color: 9451895.

HSL color Cylindrical-coordinate representation of color #773990: hue angle of 282.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773990 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11957144-
CMYK0.170.6000.44
HSL282.76º43.28%39.41%-
HSV(B)282.76º60.42%56.47%-
XYZ14.18.8627.35-
YUV85.46161.04151.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 57 (22.66% from 255) = 17.81%
BLUE value IS 144 (56.64% from 255) = 45%
R=37.19%
G=17.81%
B=45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119571440.170.6000.44282.7643.2839.41
Hex773990113C02C11b2b27
Octal1677122021740544335347
Binary111011111100110010000100011111000101100100011011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773990; }

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

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

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

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

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

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

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

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