#775593

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

Shades of Affair #775593

Tints of Affair #775593

Color information

#775593 (or 0x775593) is unknown color: approx Affair. HEX triplet: 77, 55 and 93. RGB value is (119,85,147). Sum of RGB (Red+Green+Blue) = 119+85+147=351 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.90% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #775593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775593 is #88AA6C. Grayscale: #666666. Windows color (decimal): -8956525 or 9655671. OLE color: 9655671.

HSL color Cylindrical-coordinate representation of color #775593: hue angle of 272.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #775593 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11985147-
CMYK0.190.4200.42
HSL272.9º26.72%45.49%-
HSV(B)272.9º42.18%57.65%-
XYZ16.1212.5329.17-
YUV102.23153.26139.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.90%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=33.90%
G=24.22%
B=41.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119851470.190.4200.42272.926.7245.49
Hex775593132A02A1111b2d
Octal16712522323520524213355
Binary111011110101011001001110011101010010101010001000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775593; }

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

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

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

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

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

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

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

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