#773784

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

Shades of Vivid Violet #773784

Tints of Vivid Violet #773784

Color information

#773784 (or 0x773784) is unknown color: approx Vivid Violet. HEX triplet: 77, 37 and 84. RGB value is (119,55,132). Sum of RGB (Red+Green+Blue) = 119+55+132=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #773784 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773784 is #88C87B. Grayscale: #525252. Windows color (decimal): -8964220 or 8664951. OLE color: 8664951.

HSL color Cylindrical-coordinate representation of color #773784: hue angle of 289.87º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773784 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11955132-
CMYK0.100.5800.48
HSL289.87º41.18%36.67%-
HSV(B)289.87º58.33%51.76%-
XYZ13.148.3222.74-
YUV82.91155.7153.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 55 (21.88% from 255) = 17.97%
BLUE value IS 132 (51.95% from 255) = 43.14%
R=38.89%
G=17.97%
B=43.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119551320.100.5800.48289.8741.1836.67
Hex773784A3A0301222925
Octal1676720412720604425145
Binary11101111101111000010010101110100110000100100010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773784; }

 p { color: rgb(119,55,132); }

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

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

 a { background-color: rgb(119,55,132); }

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

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

 span { border-color: rgb(119,55,132); }

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