#7A5985

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

Shades of Affair #7A5985

Tints of Affair #7A5985

Color information

#7A5985 (or 0x7A5985) is unknown color: approx Affair. HEX triplet: 7A, 59 and 85. RGB value is (122,89,133). Sum of RGB (Red+Green+Blue) = 122+89+133=344 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.47% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A5985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5985 is #85A67A. Grayscale: #676767. Windows color (decimal): -8758907 or 8739194. OLE color: 8739194.

HSL color Cylindrical-coordinate representation of color #7A5985: hue angle of 285º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A5985 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12289133-
CMYK0.080.3300.48
HSL285º19.82%43.53%-
HSV(B)285º33.08%52.16%-
XYZ15.8312.9823.86-
YUV103.88144.43140.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.47%
GREEN value IS 89 (35.16% from 255) = 25.87%
BLUE value IS 133 (52.34% from 255) = 38.66%
R=35.47%
G=25.87%
B=38.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122891330.080.3300.4828519.8243.53
Hex7A598582103011d142c
Octal17213120510410604352454
Binary11110101011001100001011000100001011000010001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,89,133); }

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

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

 a { background-color: rgb(122,89,133); }

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

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

 span { border-color: rgb(122,89,133); }

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