#7A5792

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

Shades of Affair #7A5792

Tints of Affair #7A5792

Color information

#7A5792 (or 0x7A5792) is unknown color: approx Affair. HEX triplet: 7A, 57 and 92. RGB value is (122,87,146). Sum of RGB (Red+Green+Blue) = 122+87+146=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A5792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5792 is #85A86D. Grayscale: #676767. Windows color (decimal): -8759406 or 9590650. OLE color: 9590650.

HSL color Cylindrical-coordinate representation of color #7A5792: hue angle of 275.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7A5792 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12287146-
CMYK0.160.4000.43
HSL275.59º25.32%45.69%-
HSV(B)275.59º40.41%57.25%-
XYZ16.6213.0328.83-
YUV104.19151.6140.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.37%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=34.37%
G=24.51%
B=41.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122871460.160.4000.43275.5925.3245.69
Hex7A5792102802B114192e
Octal17212722220500534243156
Binary111101010101111001001010000101000010101110001010011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,87,146); }

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

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

 a { background-color: rgb(122,87,146); }

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

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

 span { border-color: rgb(122,87,146); }

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