#7A558C

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

Shades of Affair #7A558C

Tints of Affair #7A558C

Color information

#7A558C (or 0x7A558C) is unknown color: approx Affair. HEX triplet: 7A, 55 and 8C. RGB value is (122,85,140). Sum of RGB (Red+Green+Blue) = 122+85+140=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 85 (33.59% from 255 or 24.50% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A558C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A558C is #85AA73. Grayscale: #666666. Windows color (decimal): -8759924 or 9196922. OLE color: 9196922.

HSL color Cylindrical-coordinate representation of color #7A558C: hue angle of 280.36º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A558C is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12285140-
CMYK0.130.3900.45
HSL280.36º24.44%44.12%-
HSV(B)280.36º39.29%54.9%-
XYZ16.0112.5326.39-
YUV102.33149.26142.03-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.16%
GREEN value IS 85 (33.59% from 255) = 24.50%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=35.16%
G=24.50%
B=40.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122851400.130.3900.45280.3624.4444.12
Hex7A558CD2702D118182c
Octal17212521415470554303054
Binary11110101010101100011001101100111010110110001100011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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