#774D93

Color #774D93 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #774D93

Tints of Affair #774D93

Color information

#774D93 (or 0x774D93) is unknown color: approx Affair. HEX triplet: 77, 4D and 93. RGB value is (119,77,147). Sum of RGB (Red+Green+Blue) = 119+77+147=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #774D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D93 is #88B26C. Grayscale: #616161. Windows color (decimal): -8958573 or 9653623. OLE color: 9653623.

HSL color Cylindrical-coordinate representation of color #774D93: hue angle of 276º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #774D93 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11977147-
CMYK0.190.4800.42
HSL276º31.25%43.92%-
HSV(B)276º47.62%57.65%-
XYZ15.5311.3428.97-
YUV97.54155.91143.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=34.69%
G=22.45%
B=42.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119771470.190.4800.4227631.2543.92
Hex774D93133002A1141f2c
Octal16711522323600524243754
Binary111011110011011001001110011110000010101010001010011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D93; }

 p { color: rgb(119,77,147); }

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

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

 a { background-color: rgb(119,77,147); }

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

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

 span { border-color: rgb(119,77,147); }

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