#7C5596

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

Shades of Affair #7C5596

Tints of Affair #7C5596

Color information

#7C5596 (or 0x7C5596) is unknown color: approx Affair. HEX triplet: 7C, 55 and 96. RGB value is (124,85,150). Sum of RGB (Red+Green+Blue) = 124+85+150=359 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.54% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #7C5596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5596 is #83AA69. Grayscale: #676767. Windows color (decimal): -8628842 or 9852284. OLE color: 9852284.

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

Color convert

RGB12485150-
CMYK0.170.4300.41
HSL276º27.66%46.08%-
HSV(B)276º43.33%58.82%-
XYZ17.0712.9830.46-
YUV104.07153.92142.21-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.54%
GREEN value IS 85 (33.59% from 255) = 23.68%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=34.54%
G=23.68%
B=41.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124851500.170.4300.4127627.6646.08
Hex7C5596112B0291141c2e
Octal17412522621530514243456
Binary111110010101011001011010001101011010100110001010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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