#7C488A

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

Shades of Affair #7C488A

Tints of Affair #7C488A

Color information

#7C488A (or 0x7C488A) is unknown color: approx Affair. HEX triplet: 7C, 48 and 8A. RGB value is (124,72,138). Sum of RGB (Red+Green+Blue) = 124+72+138=334 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.13% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C488A is #83B775. Grayscale: #5E5E5E. Windows color (decimal): -8632182 or 9062524. OLE color: 9062524.

HSL color Cylindrical-coordinate representation of color #7C488A: hue angle of 287.27º 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 #7C488A is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12472138-
CMYK0.100.4800.46
HSL287.27º31.43%41.18%-
HSV(B)287.27º47.83%54.12%-
XYZ15.2210.7525.32-
YUV95.07152.23148.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.13%
GREEN value IS 72 (28.52% from 255) = 21.56%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=37.13%
G=21.56%
B=41.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal124721380.100.4800.46287.2731.4341.18
Hex7C488AA3002E11f1f29
Octal17411021212600564373751
Binary11111001001000100010101010110000010111010001111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C488A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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