#7A5993

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

Shades of Affair #7A5993

Tints of Affair #7A5993

Color information

#7A5993 (or 0x7A5993) is unknown color: approx Affair. HEX triplet: 7A, 59 and 93. RGB value is (122,89,147). Sum of RGB (Red+Green+Blue) = 122+89+147=358 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.08% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #7A5993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5993 is #85A66C. Grayscale: #696969. Windows color (decimal): -8758893 or 9656698. OLE color: 9656698.

HSL color Cylindrical-coordinate representation of color #7A5993: hue angle of 274.14º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A5993 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12289147-
CMYK0.170.3900.42
HSL274.14º24.58%46.27%-
HSV(B)274.14º39.46%57.65%-
XYZ16.8613.3929.3-
YUV105.48151.43139.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.08%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 147 (57.81% from 255) = 41.06%
R=34.08%
G=24.86%
B=41.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122891470.170.3900.42274.1424.5846.27
Hex7A5993112702A112192e
Octal17213122321470524223156
Binary111101010110011001001110001100111010101010001001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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