#774794

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

Shades of Affair #774794

Tints of Affair #774794

Color information

#774794 (or 0x774794) is unknown color: approx Affair. HEX triplet: 77, 47 and 94. RGB value is (119,71,148). Sum of RGB (Red+Green+Blue) = 119+71+148=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 148 - color contains mainly: blue. Hex color #774794 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774794 is #88B86B. Grayscale: #5D5D5D. Windows color (decimal): -8960108 or 9717623. OLE color: 9717623.

HSL color Cylindrical-coordinate representation of color #774794: hue angle of 277.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #774794 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11971148-
CMYK0.200.5200.42
HSL277.4º35.16%42.94%-
HSV(B)277.4º52.03%58.04%-
XYZ15.2110.5729.26-
YUV94.13158.4145.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 148 (58.20% from 255) = 43.79%
R=35.21%
G=21.01%
B=43.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119711480.200.5200.42277.435.1642.94
Hex774794143402A115232b
Octal16710722424640524254353
Binary1110111100011110010100101001101000101010100010101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774794; }

 p { color: rgb(119,71,148); }

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

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

 a { background-color: rgb(119,71,148); }

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

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

 span { border-color: rgb(119,71,148); }

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