#774A8D

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

Shades of Affair #774A8D

Tints of Affair #774A8D

Color information

#774A8D (or 0x774A8D) is unknown color: approx Affair. HEX triplet: 77, 4A and 8D. RGB value is (119,74,141). Sum of RGB (Red+Green+Blue) = 119+74+141=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #774A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A8D is #88B572. Grayscale: #5E5E5E. Windows color (decimal): -8959347 or 9259639. OLE color: 9259639.

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

Color convert

RGB11974141-
CMYK0.160.4800.45
HSL280.3º31.16%42.16%-
HSV(B)280.3º47.52%55.29%-
XYZ14.8610.7426.49-
YUV95.09153.91145.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 74 (29.30% from 255) = 22.16%
BLUE value IS 141 (55.47% from 255) = 42.22%
R=35.63%
G=22.16%
B=42.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119741410.160.4800.45280.331.1642.16
Hex774A8D103002D1181f2a
Octal16711221520600554303752
Binary111011110010101000110110000110000010110110001100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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