#773694

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

Shades of Vivid Violet #773694

Tints of Vivid Violet #773694

Color information

#773694 (or 0x773694) is unknown color: approx Vivid Violet. HEX triplet: 77, 36 and 94. RGB value is (119,54,148). Sum of RGB (Red+Green+Blue) = 119+54+148=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 148 (58.20% from 255 or 46.11% from 321); Max value from RGB is 148 - color contains mainly: blue. Hex color #773694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773694 is #88C96B. Grayscale: #535353. Windows color (decimal): -8964460 or 9713271. OLE color: 9713271.

HSL color Cylindrical-coordinate representation of color #773694: hue angle of 281.49º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773694 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11954148-
CMYK0.200.6400.42
HSL281.49º46.53%39.61%-
HSV(B)281.49º63.51%58.04%-
XYZ14.278.728.94-
YUV84.15164.03152.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 54 (21.48% from 255) = 16.82%
BLUE value IS 148 (58.20% from 255) = 46.11%
R=37.07%
G=16.82%
B=46.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119541480.200.6400.42281.4946.5339.61
Hex773694144002A1192f28
Octal16766224241000524315750
Binary1110111110110100101001010010000000101010100011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773694; }

 p { color: rgb(119,54,148); }

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

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

 a { background-color: rgb(119,54,148); }

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

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

 span { border-color: rgb(119,54,148); }

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