#7A5583

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

Shades of Affair #7A5583

Tints of Affair #7A5583

Color information

#7A5583 (or 0x7A5583) is unknown color: approx Affair. HEX triplet: 7A, 55 and 83. RGB value is (122,85,131). Sum of RGB (Red+Green+Blue) = 122+85+131=338 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.09% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 131 (51.56% from 255 or 38.76% from 338); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A5583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5583 is #85AA7C. Grayscale: #656565. Windows color (decimal): -8759933 or 8607098. OLE color: 8607098.

HSL color Cylindrical-coordinate representation of color #7A5583: hue angle of 288.26º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A5583 is Cyan = 0.07, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12285131-
CMYK0.070.3500.49
HSL288.26º21.3%42.35%-
HSV(B)288.26º35.11%51.37%-
XYZ15.3712.2723.03-
YUV101.31144.76142.76-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.09%
GREEN value IS 85 (33.59% from 255) = 25.15%
BLUE value IS 131 (51.56% from 255) = 38.76%
R=36.09%
G=25.15%
B=38.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122851310.070.3500.49288.2621.342.35
Hex7A5583723031120152a
Octal1721252037430614402552
Binary1111010101010110000011111100011011000110010000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A5583; }

 p { color: rgb(122,85,131); }

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

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

 a { background-color: rgb(122,85,131); }

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

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

 span { border-color: rgb(122,85,131); }

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