#774485

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

Shades of Affair #774485

Tints of Affair #774485

Color information

#774485 (or 0x774485) is unknown color: approx Affair. HEX triplet: 77, 44 and 85. RGB value is (119,68,133). Sum of RGB (Red+Green+Blue) = 119+68+133=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 68 (26.95% from 255 or 21.25% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #774485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774485 is #88BB7A. Grayscale: #5A5A5A. Windows color (decimal): -8960891 or 8733815. OLE color: 8733815.

HSL color Cylindrical-coordinate representation of color #774485: hue angle of 287.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #774485 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11968133-
CMYK0.110.4900.48
HSL287.08º32.34%39.41%-
HSV(B)287.08º48.87%52.16%-
XYZ13.919.7523.34-
YUV90.66151.9148.21-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 68 (26.95% from 255) = 21.25%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=37.19%
G=21.25%
B=41.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119681330.110.4900.48287.0832.3439.41
Hex774485B3103011f2027
Octal16710420513610604374047
Binary111011110001001000010110111100010110000100011111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774485; }

 p { color: rgb(119,68,133); }

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

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

 a { background-color: rgb(119,68,133); }

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

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

 span { border-color: rgb(119,68,133); }

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