#7A488A

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

Shades of Affair #7A488A

Tints of Affair #7A488A

Color information

#7A488A (or 0x7A488A) is unknown color: approx Affair. HEX triplet: 7A, 48 and 8A. RGB value is (122,72,138). Sum of RGB (Red+Green+Blue) = 122+72+138=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A488A is #85B775. Grayscale: #5E5E5E. Windows color (decimal): -8763254 or 9062522. OLE color: 9062522.

HSL color Cylindrical-coordinate representation of color #7A488A: hue angle of 285.45º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A488A is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12272138-
CMYK0.120.4800.46
HSL285.45º31.43%41.18%-
HSV(B)285.45º47.83%54.12%-
XYZ14.9310.6125.31-
YUV94.47152.56147.63-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.75%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=36.75%
G=21.69%
B=41.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal122721380.120.4800.46285.4531.4341.18
Hex7A488AC3002E11d1f29
Octal17211021214600564353751
Binary11110101001000100010101100110000010111010001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,138); }

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

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

 a { background-color: rgb(122,72,138); }

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

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

 span { border-color: rgb(122,72,138); }

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