#774A93

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

Shades of Affair #774A93

Tints of Affair #774A93

Color information

#774A93 (or 0x774A93) is unknown color: approx Affair. HEX triplet: 77, 4A and 93. RGB value is (119,74,147). Sum of RGB (Red+Green+Blue) = 119+74+147=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 147 - color contains mainly: blue. Hex color #774A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A93 is #88B56C. Grayscale: #5F5F5F. Windows color (decimal): -8959341 or 9652855. OLE color: 9652855.

HSL color Cylindrical-coordinate representation of color #774A93: hue angle of 276.99º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774A93 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11974147-
CMYK0.190.5000.42
HSL276.99º33.03%43.33%-
HSV(B)276.99º49.66%57.65%-
XYZ15.3210.9328.91-
YUV95.78156.91144.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 147 (57.81% from 255) = 43.24%
R=35%
G=21.76%
B=43.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119741470.190.5000.42276.9933.0343.33
Hex774A93133202A115212b
Octal16711222323620524254153
Binary1110111100101010010011100111100100101010100010101100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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