#773490

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

Shades of Vivid Violet #773490

Tints of Vivid Violet #773490

Color information

#773490 (or 0x773490) is unknown color: approx Vivid Violet. HEX triplet: 77, 34 and 90. RGB value is (119,52,144). Sum of RGB (Red+Green+Blue) = 119+52+144=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #773490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773490 is #88CB6F. Grayscale: #525252. Windows color (decimal): -8964976 or 9450615. OLE color: 9450615.

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

Color convert

RGB11952144-
CMYK0.170.6400.44
HSL283.7º46.94%38.43%-
HSV(B)283.7º63.89%56.47%-
XYZ13.878.3927.27-
YUV82.52162.7154.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.78%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=37.78%
G=16.51%
B=45.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119521440.170.6400.44283.746.9438.43
Hex773490114002C11c2f26
Octal16764220211000544345746
Binary1110111110100100100001000110000000101100100011100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773490; }

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

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

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

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

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

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

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

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