#774683

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

Shades of Affair #774683

Tints of Affair #774683

Color information

#774683 (or 0x774683) is unknown color: approx Affair. HEX triplet: 77, 46 and 83. RGB value is (119,70,131). Sum of RGB (Red+Green+Blue) = 119+70+131=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #774683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774683 is #88B97C. Grayscale: #5B5B5B. Windows color (decimal): -8960381 or 8603255. OLE color: 8603255.

HSL color Cylindrical-coordinate representation of color #774683: hue angle of 288.2º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #774683 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11970131-
CMYK0.090.4700.49
HSL288.2º30.35%39.41%-
HSV(B)288.2º46.56%51.37%-
XYZ13.899.9422.66-
YUV91.6150.23147.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 70 (27.73% from 255) = 21.88%
BLUE value IS 131 (51.56% from 255) = 40.94%
R=37.19%
G=21.88%
B=40.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119701310.090.4700.49288.230.3539.41
Hex77468392F0311201e27
Octal16710620311570614403647
Binary11101111000110100000111001101111011000110010000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774683; }

 p { color: rgb(119,70,131); }

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

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

 a { background-color: rgb(119,70,131); }

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

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

 span { border-color: rgb(119,70,131); }

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