#7C488B

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

Shades of Affair #7C488B

Tints of Affair #7C488B

Color information

#7C488B (or 0x7C488B) is unknown color: approx Affair. HEX triplet: 7C, 48 and 8B. RGB value is (124,72,139). Sum of RGB (Red+Green+Blue) = 124+72+139=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C488B is #83B774. Grayscale: #5E5E5E. Windows color (decimal): -8632181 or 9128060. OLE color: 9128060.

HSL color Cylindrical-coordinate representation of color #7C488B: hue angle of 286.57º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C488B is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12472139-
CMYK0.110.4800.45
HSL286.57º31.75%41.37%-
HSV(B)286.57º48.2%54.51%-
XYZ15.2910.7825.7-
YUV95.19152.73148.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.01%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=37.01%
G=21.49%
B=41.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal124721390.110.4800.45286.5731.7541.37
Hex7C488BB3002D11f2029
Octal17411021313600554374051
Binary111110010010001000101110111100000101101100011111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,139); }

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

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

 a { background-color: rgb(124,72,139); }

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

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

 span { border-color: rgb(124,72,139); }

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