#774F93

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

Shades of Affair #774F93

Tints of Affair #774F93

Color information

#774F93 (or 0x774F93) is unknown color: approx Affair. HEX triplet: 77, 4F and 93. RGB value is (119,79,147). Sum of RGB (Red+Green+Blue) = 119+79+147=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 147 (57.81% from 255 or 42.61% from 345); Max value from RGB is 147 - color contains mainly: blue. Hex color #774F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774F93 is #88B06C. Grayscale: #626262. Windows color (decimal): -8958061 or 9654135. OLE color: 9654135.

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

Color convert

RGB11979147-
CMYK0.190.4600.42
HSL275.29º30.09%44.31%-
HSV(B)275.29º46.26%57.65%-
XYZ15.6711.6229.02-
YUV98.71155.25142.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 79 (31.25% from 255) = 22.90%
BLUE value IS 147 (57.81% from 255) = 42.61%
R=34.49%
G=22.90%
B=42.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119791470.190.4600.42275.2930.0944.31
Hex774F93132E02A1131e2c
Octal16711722323560524233654
Binary111011110011111001001110011101110010101010001001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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