#7C5496

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

Shades of Affair #7C5496

Tints of Affair #7C5496

Color information

#7C5496 (or 0x7C5496) is unknown color: approx Affair. HEX triplet: 7C, 54 and 96. RGB value is (124,84,150). Sum of RGB (Red+Green+Blue) = 124+84+150=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C5496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5496 is #83AB69. Grayscale: #676767. Windows color (decimal): -8629098 or 9852028. OLE color: 9852028.

HSL color Cylindrical-coordinate representation of color #7C5496: hue angle of 276.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C5496 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12484150-
CMYK0.170.4400.41
HSL276.36º28.21%45.88%-
HSV(B)276.36º44%58.82%-
XYZ16.9912.8330.43-
YUV103.48154.25142.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 84 (33.20% from 255) = 23.46%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=34.64%
G=23.46%
B=41.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124841500.170.4400.41276.3628.2145.88
Hex7C5496112C0291141c2e
Octal17412422621540514243456
Binary111110010101001001011010001101100010100110001010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,150); }

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

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

 a { background-color: rgb(124,84,150); }

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

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

 span { border-color: rgb(124,84,150); }

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